Skip to content

Commit

Permalink
Merge pull request #587 from planetscale/release-2.13-create-release-9
Browse files Browse the repository at this point in the history
[release-2.13] Release of `v2.13.1`
  • Loading branch information
frouioui authored Jul 23, 2024
2 parents a058221 + 0ad0407 commit deb278e
Show file tree
Hide file tree
Showing 24 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ agents:
queue: "public"

env:
GO_VERSION_FILE: "go1.22.4.linux-amd64.tar.gz"
GO_VERSION_FILE: "go1.22.5.linux-amd64.tar.gz"

# Mount the docker.sock as to the docker container, so that we are able to
# run docker build command and kind is spawned as a sibling container.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.4
go-version: 1.22.5
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-generate-and-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.4
go-version: 1.22.5
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.4
go-version: 1.22.5
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-vitess-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.4
go-version: 1.22.5

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# without messing up file permissions, since the Docker container doesn't run as
# your actual user.

FROM golang:1.22.4 AS build
FROM golang:1.22.5 AS build

ENV GO111MODULE=on
WORKDIR /go/src/planetscale.dev/vitess-operator
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module planetscale.dev/vitess-operator

go 1.22.4
go 1.22.5

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5-0.20190629210212-52e137b8d003
Expand All @@ -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.20.0
vitess.io/vitess v0.20.1
)

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.20.0 h1:EIEq9r0SJCgsFl1NXRAoFIrY0GxwvzaVDy1G25pdMwo=
vitess.io/vitess v0.20.0/go.mod h1:vbcOzYn1ffhHaeIJk9tef4sm7VknJczPSY9pT2vV4Xs=
vitess.io/vitess v0.20.1 h1:ZakYoAsRPQwK1TSTT5pw4DRaY4+OJtx9yb/OD5qSifQ=
vitess.io/vitess v0.20.1/go.mod h1:Mnatr1WQwXSWa7tWZrc8XVHMCckUZ4z/yZSl3rwlYk8=
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:v20.0.0"
defaultVitessLiteImage = "vitess/lite:v20.0.1"
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 "20.0.0"
verifyVtGateVersion "20.0.1"
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 "20.0.0"
verifyVtGateVersion "20.0.1"
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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_unmanaged_tablet.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.1
vtadmin: vitess/vtadmin:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
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:v20.0.0
vtadmin: vitess/vtadmin:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtadmin: vitess/vtadmin:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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:v20.0.0
vtgate: vitess/lite:v20.0.0
vttablet: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
vtbackup: vitess/lite:v20.0.0
vtctld: vitess/lite:v20.0.1
vtgate: vitess/lite:v20.0.1
vttablet: vitess/lite:v20.0.1
vtorc: vitess/lite:v20.0.1
vtbackup: vitess/lite:v20.0.1
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 "20.0.0"
verifyVtGateVersion "20.0.1"
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 "20.0.0"
verifyVtGateVersion "20.0.1"
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=20.0.0-rc1
file=vitess-${version}-7e8c974.tar.gz
version=20.0.1
file=vitess-${version}-003c441.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.13.1"
Version = "2.13.2"
)

0 comments on commit deb278e

Please sign in to comment.