Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion test/endtoend/backup_restore_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "23.0.0-rc1"
checkSemiSyncSetup
takeBackup "commerce/-"
verifyListBackupsOutput
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/backup_schedule_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started "operator-latest.yaml" "101_initial_cluster_backup_schedule.yaml"
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "23.0.0-rc1"
checkSemiSyncSetup
verifyListBackupsOutputWithSchedule

Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/hpa_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started "operator-latest.yaml" "101_initial_cluster_autoscale.yaml"
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "23.0.0-rc1"
checkSemiSyncSetup

verifyHpaCount 0
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started "operator.yaml" "101_initial_cluster.yaml"
verifyVtGateVersion "22.0.1"
verifyVtGateVersion "23.0.0-rc1"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
upgradeToLatest
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "23.0.0-rc1"
verifyResourceSpec
checkSemiSyncSetup
# After upgrading, we verify that the durability policy is still semi_sync
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/vtorc_vtadmin_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ setupKindCluster
cd test/endtoend/operator || exit 1

get_started_vtorc_vtadmin
verifyVtGateVersion "23.0.0"
verifyVtGateVersion "23.0.0-rc1"
checkSemiSyncSetup

# Check Vtadmin is setup
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-rc1"
Version = "2.16.0"
)