-
Notifications
You must be signed in to change notification settings - Fork 75
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
Post v20.0.0-rc1
/v2.13.0-rc1
release
#562
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
vtctld: vitess/lite:v20.0.0-rc1 | ||
vtgate: vitess/lite:v20.0.0-rc1 | ||
vttablet: vitess/lite:v20.0.0-rc1 | ||
vtorc: vitess/lite:v20.0.0-rc1 | ||
vtbackup: vitess/lite:v20.0.0-rc1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the image that will be used as the version N-1
to start the upgrade test. Later in the test workflow, we apply another file that will use :latest
.
Ensuring that using the same vtop version but going from vitess v20.0.x
to main
works.
@@ -6885,7 +6885,7 @@ spec: | |||
fieldPath: metadata.name | |||
- name: OPERATOR_NAME | |||
value: vitess-operator | |||
image: planetscale/vitess-operator:v2.12.0 | |||
image: planetscale/vitess-operator:v2.13.0-rc1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use the latest available vtop version to ensure that upgrading from the latest version to main
works.
As part of vitessio/vitess#16010