Skip to content

Commit

Permalink
Merge pull request #563 from planetscale/release-2.13-create-release-6
Browse files Browse the repository at this point in the history
[release-2.13] Release of `v2.13.0-RC1`
  • Loading branch information
frouioui authored Jun 13, 2024
2 parents 2b6570f + 1e4b169 commit e7bbe5f
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/controller-tools v0.11.3
sigs.k8s.io/kustomize v2.0.3+incompatible
vitess.io/vitess v0.10.3-0.20240606141140-87ecae7de905
vitess.io/vitess v0.20.0-rc1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -784,5 +784,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77Vzej
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
vitess.io/vitess v0.10.3-0.20240606141140-87ecae7de905 h1:sSrT/sVNB79f2ZpNtOeYtpd4g7fsGgDeLw4hYA//4Mo=
vitess.io/vitess v0.10.3-0.20240606141140-87ecae7de905/go.mod h1:vbcOzYn1ffhHaeIJk9tef4sm7VknJczPSY9pT2vV4Xs=
vitess.io/vitess v0.20.0-rc1 h1:xxe6NDjrhMb7nTW4Rafue+mUpOIdcIN1oV+tMasaMrk=
vitess.io/vitess v0.20.0-rc1/go.mod h1:vbcOzYn1ffhHaeIJk9tef4sm7VknJczPSY9pT2vV4Xs=
2 changes: 1 addition & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const (
// DefaultMysqlPortName is the name for the MySQL port.
DefaultMysqlPortName = "mysql"

defaultVitessLiteImage = "vitess/lite:latest"
defaultVitessLiteImage = "vitess/lite:v20.0.0-rc1"
defaultMySQLImage = "mysql:8.0.30"

DefaultInitCPURequestMillis = 100
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/backup_restore_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "20.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 @@ -79,7 +79,7 @@ killall kubectl
setupKubectlAccessForCI

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

Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/101_initial_cluster_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ spec:
path: /backup
type: Directory
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/101_initial_cluster_backup_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ spec:
keyspace: "commerce"
shard: "-"
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
12 changes: 6 additions & 6 deletions test/endtoend/operator/101_initial_cluster_vtorc_vtadmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtadmin: vitess/vtadmin:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtorc: vitess/lite:latest
vtctld: vitess/lite:v20.0.0-rc1
vtadmin: vitess/vtadmin:v20.0.0-rc1
vtgate: vitess/lite:v20.0.0-rc1
vttablet: vitess/lite:v20.0.0-rc1
vtbackup: vitess/lite:v20.0.0-rc1
vtorc: vitess/lite:v20.0.0-rc1
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/102_keyspace_teardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ spec:
path: /backup
type: Directory
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
10 changes: 5 additions & 5 deletions test/endtoend/operator/cluster_upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
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
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
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 @@ -250,7 +250,7 @@ checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
upgradeToLatest
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "20.0.0-rc1"
checkSemiSyncSetup
# After upgrading, we verify that the durability policy is still semi_sync
verifyDurabilityPolicy "commerce" "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 @@ -242,7 +242,7 @@ killall kubectl
setupKubectlAccessForCI

get_started_vtorc_vtadmin
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "20.0.0-rc1"
checkSemiSyncSetup

# Check Vtadmin is setup
Expand Down
4 changes: 2 additions & 2 deletions tools/get-e2e-test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi
if ! command -v vtctldclient &> /dev/null
then
echo "Downloading vtctldclient..."
version=19.0.3
file=vitess-${version}-cb5464e.tar.gz
version=20.0.0-rc1
file=vitess-${version}-7e8c974.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
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.12.0"
Version = "2.13.0"
)

0 comments on commit e7bbe5f

Please sign in to comment.