Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update client version to 0.2.18 #3887

Merged
merged 1 commit into from
Mar 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ jobs:
include:
- module: manager
image: manager
image-tag: v2.2.1-rc.3
image-tag: v2.2.1
chart-name: manager
skip: "Rate Limit"
- module: scheduler
image: scheduler
image-tag: v2.2.1-rc.3
image-tag: v2.2.1
chart-name: scheduler
skip: "Rate Limit"
- module: client
image: client
image-tag: v0.2.17
image-tag: v0.2.18
chart-name: client
skip: "Rate Limit"
- module: seed-client
image: client
image-tag: v0.2.17
image-tag: v0.2.18
chart-name: seed-client
skip: "Rate Limit"

Expand Down
Loading