Skip to content
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
16 changes: 7 additions & 9 deletions test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ spec:
persistentVolumeClaim:
claimName: vitess-backups
images:
vtctld: vitess/lite:v23.0.0-mysql80
vtgate: vitess/lite:v23.0.0-mysql80
vttablet: vitess/lite:v23.0.0-mysql80
vtorc: vitess/lite:v23.0.0-mysql80
vtbackup: vitess/lite:v23.0.0-mysql80
vtctld: vitess/lite:v24.0.0-rc1-mysql80
vtgate: vitess/lite:v24.0.0-rc1-mysql80
vttablet: vitess/lite:v24.0.0-rc1-mysql80
vtorc: vitess/lite:v24.0.0-rc1-mysql80
vtbackup: vitess/lite:v24.0.0-rc1-mysql80
mysqld:
mysql80Compatible: vitess/lite:v23.0.0-mysql80
# This needs to stay at 0.14.0 until we're upgrading from v24 to v25.
# At which point it can use 0.18.0.
mysqldExporter: prom/mysqld-exporter:v0.14.0
mysql80Compatible: vitess/lite:v24.0.0-rc1-mysql80
mysqldExporter: prom/mysqld-exporter:v0.18.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7820,7 +7820,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.16.0-rc1
image: planetscale/vitess-operator:v2.17.0-rc1
name: vitess-operator
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started "operator.yaml" "101_initial_cluster.yaml"
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "24.0.0-rc1"
checkSemiSyncSetup
checkMysqldExporterMetrics
# Initially too durability policy should be specified
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package version
// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER

var (
Version = "2.16.0"
Version = "2.18.0"
)
Loading