From 26abbde859f655f0b406537fe738cae32369acc2 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Wed, 5 Nov 2025 16:44:26 +0000 Subject: [PATCH 1/3] Unfreeze branch release-22.0 This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord --- .github/workflows/code_freeze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_freeze.yml b/.github/workflows/code_freeze.yml index 5f0ae51e0f1..a66fb6e8b2b 100644 --- a/.github/workflows/code_freeze.yml +++ b/.github/workflows/code_freeze.yml @@ -11,4 +11,4 @@ jobs: steps: - name: Fail if Code Freeze is enabled run: | - exit 1 + exit 0 From 43211d363d520988733c84f472146d64d686fcef Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Wed, 5 Nov 2025 16:44:30 +0000 Subject: [PATCH 2/3] Addition of release notes This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord --- changelog/22.0/22.0.2/changelog.md | 104 +++++++++++++++++++++++++ changelog/22.0/22.0.2/release_notes.md | 7 ++ changelog/22.0/README.md | 4 + 3 files changed, 115 insertions(+) create mode 100644 changelog/22.0/22.0.2/changelog.md create mode 100644 changelog/22.0/22.0.2/release_notes.md diff --git a/changelog/22.0/22.0.2/changelog.md b/changelog/22.0/22.0.2/changelog.md new file mode 100644 index 00000000000..2ad3d235882 --- /dev/null +++ b/changelog/22.0/22.0.2/changelog.md @@ -0,0 +1,104 @@ +# Changelog of Vitess v22.0.2 + +### Bug fixes +#### Backup and Restore + * [release-22.0] BuiltinBackupEngine: Retry file close and fail backup when we cannot (#18848) [#18861](https://github.com/vitessio/vitess/pull/18861) +#### Build/CI + * [release-22.0] [CI] Use the draft state from the event payload instead of calling `curl`. (#18650) [#18652](https://github.com/vitessio/vitess/pull/18652) +#### Online DDL + * [release-22.0] Online DDL: resume vreplication after cut-over/RENAME failure (#18428) [#18437](https://github.com/vitessio/vitess/pull/18437) + * [release-22.0] copy_state: use a mediumblob instead of a smaller varbinary for lastpk (#18852) [#18858](https://github.com/vitessio/vitess/pull/18858) +#### Query Serving + * [release-22.0] Fix watcher storm during topo outages (#18434) [#18440](https://github.com/vitessio/vitess/pull/18440) + * [release-22.0] Fix scalar aggregation with literals in empty result sets (#18477) [#18491](https://github.com/vitessio/vitess/pull/18491) + * [release-22.0] Fix for simple projection showing no fields (#18489) [#18493](https://github.com/vitessio/vitess/pull/18493) + * [release-22.0] bugfix: Plan group by only on top of derived tables correctly (#18505) [#18511](https://github.com/vitessio/vitess/pull/18511) + * [release-22.0] Fix foreign key relation with routed tables (#18537) [#18541](https://github.com/vitessio/vitess/pull/18541) + * [release-22.0] fix: remove database qualifier after building query in operator to sql (#18602) [#18605](https://github.com/vitessio/vitess/pull/18605) + * [release-22.0] Introduce aliases for foreign keys verify operations (#18601) [#18614](https://github.com/vitessio/vitess/pull/18614) + * [release-22.0] CONNPOOL: Fix race condition when waiting for connection (#18713) [#18721](https://github.com/vitessio/vitess/pull/18721) + * [release-22.0] Fix handling of tuple bind variables in filtering operations. (#18736) [#18746](https://github.com/vitessio/vitess/pull/18746) +#### Topology + * [release-22.0] Topo: Add NamedLock test for zk2 and consul and get them passing (#18407) [#18410](https://github.com/vitessio/vitess/pull/18410) +#### VDiff + * [release-22.0] Fix a panic in VDiff when reconciling extra rows. (#18585) [#18596](https://github.com/vitessio/vitess/pull/18596) +#### VReplication + * [release-22.0] VReplication: Fix bug while reading _vt.vreplication record (#18478) [#18483](https://github.com/vitessio/vitess/pull/18483) + * [release-22.0] Avoid terminating atomic copy workflows on error if they are out of copy phase (#18475) [#18487](https://github.com/vitessio/vitess/pull/18487) + * [release-22.0] VReplication: Ensure proper handling of keyspace/database names with dashes (#18762) [#18772](https://github.com/vitessio/vitess/pull/18772) + * [release-22.0] VReplication: Treat ER_BINLOG_CREATE_ROUTINE_NEED_SUPER as unrecoverable (#18784) [#18819](https://github.com/vitessio/vitess/pull/18819) +#### VTGate + * [release-22.0] fix: ensure callbacks are not called after `VStream` returns (#18689) [#18705](https://github.com/vitessio/vitess/pull/18705) +#### VTTablet + * [release-22.0] [Bugfix] Broken Heartbeat system in Row Streamer (#18390) [#18398](https://github.com/vitessio/vitess/pull/18398) + * [release-22.0] Reset in-memory sequence info on vttablet on UpdateSequenceTables request (#18415) [#18445](https://github.com/vitessio/vitess/pull/18445) + * [release-22.0] Fix `vttablet` not being marked as not serving when MySQL stalls (#17883) [#18454](https://github.com/vitessio/vitess/pull/18454) + * [release-22.0] repltracker: reset replica lag when we are primary (#18800) [#18806](https://github.com/vitessio/vitess/pull/18806) + * [release-22.0] Fix bug where query consolidator returns empty result without error when the waiter cap exceeded (#18782) [#18832](https://github.com/vitessio/vitess/pull/18832) +#### vtctl + * [release-22.0] fix: Fix `GenerateShardRanges` returning shard names that don't cover the full range (#18641) [#18654](https://github.com/vitessio/vitess/pull/18654) +### CI/Build +#### Build/CI + * [release-22.0] Try updating the create PR workflow step (#18563) [#18571](https://github.com/vitessio/vitess/pull/18571) + * [release-22.0] ci: use the newest mysql apt config package (#18790) [#18793](https://github.com/vitessio/vitess/pull/18793) + * [release-22.0] ci: extract os tuning (#18824) [#18826](https://github.com/vitessio/vitess/pull/18826) + * [release-22.0] ci: DRY up MySQL Setup (#18815) [#18836](https://github.com/vitessio/vitess/pull/18836) +#### General + * [release-22.0] Upgrade the Golang version to `go1.24.7` [#18621](https://github.com/vitessio/vitess/pull/18621) + * [release-22.0] Upgrade the Golang version to `go1.24.9` [#18737](https://github.com/vitessio/vitess/pull/18737) +#### Java + * [release-22.0] update java packages to use central instead of ossrh (#18765) [#18766](https://github.com/vitessio/vitess/pull/18766) +### Compatibility Bug +#### VTGate + * [release-22.0] fix sqlSelectLimit propagating to subqueries (#18716) [#18872](https://github.com/vitessio/vitess/pull/18872) +### Dependencies +#### VTAdmin + * [release-22.0] Bump vite from 4.5.9 to 4.5.14 in /web/vtadmin (#18485) [#18500](https://github.com/vitessio/vitess/pull/18500) + * [release-22.0] Bump @babel/runtime from 7.26.0 to 7.27.6 in /web/vtadmin (#18467) [#18502](https://github.com/vitessio/vitess/pull/18502) + * [release-22.0] Bump form-data from 4.0.1 to 4.0.4 in /web/vtadmin (#18473) [#18504](https://github.com/vitessio/vitess/pull/18504) +### Documentation +#### Governance + * [release-22.0] Update codeowners and maintainers. [#18676](https://github.com/vitessio/vitess/pull/18676) + * [release-22.0] Update CODEOWNERS (#18697) [#18699](https://github.com/vitessio/vitess/pull/18699) +### Enhancement +#### Build/CI + * [release-22.0] Simplify workflow files. (#18649) [#18656](https://github.com/vitessio/vitess/pull/18656) +#### Query Serving + * [release-22.0] bugfix: Fix impossible query for UNION (#18463) [#18465](https://github.com/vitessio/vitess/pull/18465) +### Internal Cleanup +#### Build/CI + * [release-22.0] ci: Replace `always()` with `!cancelled()`. (#18659) [#18662](https://github.com/vitessio/vitess/pull/18662) + * [release-22.0] ci: Disable man-db auto updates. (#18665) [#18668](https://github.com/vitessio/vitess/pull/18668) + * [release-22.0] ci: Bump `actions/setup-go` to `v5.5.0`. (#18660) [#18670](https://github.com/vitessio/vitess/pull/18670) + * [release-22.0] ci: don't run codecov twice. (#18680) [#18682](https://github.com/vitessio/vitess/pull/18682) +### Performance +#### VTTablet + * [release-22.0] Fix: Improve VDiff internal query performance (#18579) [#18632](https://github.com/vitessio/vitess/pull/18632) +### Regression +#### General + * [release-22.0] Fix regression in v22 around new flag setup (#18507) [#18509](https://github.com/vitessio/vitess/pull/18509) +#### Schema Tracker + * [release-22.0] Fix GetSchema RPC to prevent returning view definitions when EnableViews is disabled (#18513) [#18517](https://github.com/vitessio/vitess/pull/18517) +### Release +#### General + * [release-22.0] Bump to `v22.0.2-SNAPSHOT` after the `v22.0.1` release [#18380](https://github.com/vitessio/vitess/pull/18380) + * [release-22.0] Code Freeze for `v22.0.2` [#18876](https://github.com/vitessio/vitess/pull/18876) +### Security +#### Backup and Restore + * [release-22.0] Address dir traversal in file backup storage `GetBackups` RPC (#18814) [#18817](https://github.com/vitessio/vitess/pull/18817) +#### Java + * [release-22.0] Resolve `commons-lang` vulnerability in Java driver (#18768) [#18796](https://github.com/vitessio/vitess/pull/18796) +#### VTAdmin + * [release-22.0] vtadmin: upgrade vite to the latest (#18803) [#18811](https://github.com/vitessio/vitess/pull/18811) +#### vtctldclient + * [release-22.0] Potential fix for code scanning alert no. 2992: Clear-text logging of sensitive information (#18754) [#18759](https://github.com/vitessio/vitess/pull/18759) + * [release-22.0] `vtctldclient GetPermissions`: hide `authentication_string` from response (#18771) [#18798](https://github.com/vitessio/vitess/pull/18798) +### Testing +#### General + * [release-22.0] Fix flaky tests (#18835) [#18838](https://github.com/vitessio/vitess/pull/18838) +#### VReplication + * [release-22.0] test: Fix race condition in TestStreamRowsHeartbeat (#18414) [#18420](https://github.com/vitessio/vitess/pull/18420) + * [release-22.0] CI: Fix `VDiff2` flaky e2e test (#18494) [#18526](https://github.com/vitessio/vitess/pull/18526) +#### VTTablet + * [release-22.0] connpool: Bump the hang detection timeout to fix flakiness (#18722) [#18724](https://github.com/vitessio/vitess/pull/18724) + diff --git a/changelog/22.0/22.0.2/release_notes.md b/changelog/22.0/22.0.2/release_notes.md new file mode 100644 index 00000000000..ec08b4fbe6d --- /dev/null +++ b/changelog/22.0/22.0.2/release_notes.md @@ -0,0 +1,7 @@ +# Release of Vitess v22.0.2 +The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/22.0/22.0.2/changelog.md). + +The release includes 59 merged Pull Requests. + +Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @arthurschreiber, @mattlord, @vitess-bot + diff --git a/changelog/22.0/README.md b/changelog/22.0/README.md index 0a4bad60a0a..96b173a8537 100644 --- a/changelog/22.0/README.md +++ b/changelog/22.0/README.md @@ -1,4 +1,8 @@ ## v22.0 +* **[22.0.2](22.0.2)** + * [Changelog](22.0.2/changelog.md) + * [Release Notes](22.0.2/release_notes.md) + * **[22.0.1](22.0.1)** * [Changelog](22.0.1/changelog.md) * [Release Notes](22.0.1/release_notes.md) From 0185419f384f130983b3e1f4c878344ab52b41f5 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Wed, 5 Nov 2025 16:44:33 +0000 Subject: [PATCH 3/3] Update codebase for the v22.0.2 release This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord --- examples/compose/docker-compose.beginners.yml | 20 +++++++------- examples/compose/docker-compose.yml | 26 +++++++++---------- .../compose/vtcompose/docker-compose.test.yml | 26 +++++++++---------- examples/compose/vtcompose/vtcompose.go | 16 ++++++------ examples/operator/101_initial_cluster.yaml | 14 +++++----- examples/operator/201_customer_tablets.yaml | 14 +++++----- examples/operator/302_new_shards.yaml | 14 +++++----- examples/operator/306_down_shard_0.yaml | 14 +++++----- examples/operator/401_scheduled_backups.yaml | 14 +++++----- go/vt/servenv/version.go | 2 +- java/client/pom.xml | 2 +- java/example/pom.xml | 2 +- java/grpc-client/pom.xml | 2 +- java/jdbc/pom.xml | 2 +- java/pom.xml | 2 +- 15 files changed, 85 insertions(+), 85 deletions(-) diff --git a/examples/compose/docker-compose.beginners.yml b/examples/compose/docker-compose.beginners.yml index 01a9ccfc1ac..6c22e60efa3 100644 --- a/examples/compose/docker-compose.beginners.yml +++ b/examples/compose/docker-compose.beginners.yml @@ -58,7 +58,7 @@ services: - "3306" vtctld: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15000:$WEB_PORT" - "$GRPC_PORT" @@ -83,7 +83,7 @@ services: condition: service_healthy vtgate: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15099:$WEB_PORT" - "$GRPC_PORT" @@ -113,7 +113,7 @@ services: condition: service_healthy schemaload: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 command: - sh - -c @@ -146,12 +146,12 @@ services: environment: - KEYSPACES=$KEYSPACE - GRPC_PORT=15999 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script vttablet100: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15100:$WEB_PORT" - "$GRPC_PORT" @@ -183,7 +183,7 @@ services: retries: 15 vttablet101: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15101:$WEB_PORT" - "$GRPC_PORT" @@ -215,7 +215,7 @@ services: retries: 15 vttablet102: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15102:$WEB_PORT" - "$GRPC_PORT" @@ -247,7 +247,7 @@ services: retries: 15 vttablet103: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15103:$WEB_PORT" - "$GRPC_PORT" @@ -279,7 +279,7 @@ services: retries: 15 vtorc: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 command: ["sh", "-c", "/script/vtorc-up.sh"] depends_on: - vtctld @@ -309,7 +309,7 @@ services: retries: 15 vreplication: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - ".:/script" environment: diff --git a/examples/compose/docker-compose.yml b/examples/compose/docker-compose.yml index f34b1c60a23..133ad0c150d 100644 --- a/examples/compose/docker-compose.yml +++ b/examples/compose/docker-compose.yml @@ -75,7 +75,7 @@ services: - SCHEMA_FILES=lookup_keyspace_schema_file.sql - POST_LOAD_FILE= - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script schemaload_test_keyspace: @@ -101,7 +101,7 @@ services: - SCHEMA_FILES=test_keyspace_schema_file.sql - POST_LOAD_FILE= - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script set_keyspace_durability_policy: @@ -115,7 +115,7 @@ services: environment: - KEYSPACES=test_keyspace lookup_keyspace - GRPC_PORT=15999 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script vreplication: @@ -129,7 +129,7 @@ services: - TOPOLOGY_FLAGS=--topo_implementation consul --topo_global_server_address consul1:8500 --topo_global_root vitess/global - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script vtctld: @@ -143,7 +143,7 @@ services: depends_on: external_db_host: condition: service_healthy - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15000:8080 - "15999" @@ -160,7 +160,7 @@ services: --normalize_queries=true ' depends_on: - vtctld - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15099:8080 - "15999" @@ -182,7 +182,7 @@ services: - EXTERNAL_DB=0 - DB_USER= - DB_PASS= - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 13000:8080 volumes: @@ -217,7 +217,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15101:8080 - "15999" @@ -254,7 +254,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15102:8080 - "15999" @@ -291,7 +291,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15201:8080 - "15999" @@ -328,7 +328,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15202:8080 - "15999" @@ -365,7 +365,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15301:8080 - "15999" @@ -402,7 +402,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15302:8080 - "15999" diff --git a/examples/compose/vtcompose/docker-compose.test.yml b/examples/compose/vtcompose/docker-compose.test.yml index 16b29c3659b..be4d1c98c49 100644 --- a/examples/compose/vtcompose/docker-compose.test.yml +++ b/examples/compose/vtcompose/docker-compose.test.yml @@ -79,7 +79,7 @@ services: - SCHEMA_FILES=test_keyspace_schema_file.sql - POST_LOAD_FILE= - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script schemaload_unsharded_keyspace: @@ -103,7 +103,7 @@ services: - SCHEMA_FILES=unsharded_keyspace_schema_file.sql - POST_LOAD_FILE= - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script set_keyspace_durability_policy_test_keyspace: @@ -117,7 +117,7 @@ services: environment: - GRPC_PORT=15999 - KEYSPACES=test_keyspace - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script set_keyspace_durability_policy_unsharded_keyspace: @@ -130,7 +130,7 @@ services: environment: - GRPC_PORT=15999 - KEYSPACES=unsharded_keyspace - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script vreplication: @@ -144,7 +144,7 @@ services: - TOPOLOGY_FLAGS=--topo_implementation consul --topo_global_server_address consul1:8500 --topo_global_root vitess/global - EXTERNAL_DB=0 - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - .:/script vtctld: @@ -159,7 +159,7 @@ services: depends_on: external_db_host: condition: service_healthy - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15000:8080 - "15999" @@ -176,7 +176,7 @@ services: ''grpc-vtgateservice'' --normalize_queries=true ' depends_on: - vtctld - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15099:8080 - "15999" @@ -199,7 +199,7 @@ services: - EXTERNAL_DB=0 - DB_USER= - DB_PASS= - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 13000:8080 volumes: @@ -234,7 +234,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15101:8080 - "15999" @@ -271,7 +271,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15102:8080 - "15999" @@ -308,7 +308,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15201:8080 - "15999" @@ -345,7 +345,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15202:8080 - "15999" @@ -382,7 +382,7 @@ services: - CMD-SHELL - curl -s --fail --show-error localhost:8080/debug/health timeout: 10s - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - 15301:8080 - "15999" diff --git a/examples/compose/vtcompose/vtcompose.go b/examples/compose/vtcompose/vtcompose.go index 59afc0b8cbe..8426a9aec10 100644 --- a/examples/compose/vtcompose/vtcompose.go +++ b/examples/compose/vtcompose/vtcompose.go @@ -525,7 +525,7 @@ func generateExternalPrimary( - op: add path: /services/vttablet%[1]d value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15%[1]d:%[3]d" - "%[4]d" @@ -587,7 +587,7 @@ func generateDefaultTablet(tabAlias int, shard, role, keyspace string, dbInfo ex - op: add path: /services/vttablet%[1]d value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15%[1]d:%[4]d" - "%[5]d" @@ -625,7 +625,7 @@ func generateVtctld(opts vtOptions) string { - op: add path: /services/vtctld value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15000:%[1]d" - "%[2]d" @@ -656,7 +656,7 @@ func generateVtgate(opts vtOptions) string { - op: add path: /services/vtgate value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 ports: - "15099:%[1]d" - "%[2]d" @@ -698,7 +698,7 @@ func generateVTOrc(dbInfo externalDbInfo, keyspaceInfoMap map[string]keyspaceInf - op: add path: /services/vtorc value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - ".:/script" environment: @@ -723,7 +723,7 @@ func generateVreplication(dbInfo externalDbInfo, opts vtOptions) string { - op: add path: /services/vreplication value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - ".:/script" environment: @@ -751,7 +751,7 @@ func generateSetKeyspaceDurabilityPolicy( - op: add path: /services/set_keyspace_durability_policy_%[3]s value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - ".:/script" environment: @@ -788,7 +788,7 @@ func generateSchemaload( - op: add path: /services/schemaload_%[7]s value: - image: vitess/lite:v22.0.1 + image: vitess/lite:v22.0.2 volumes: - ".:/script" environment: diff --git a/examples/operator/101_initial_cluster.yaml b/examples/operator/101_initial_cluster.yaml index 5376f7ede0a..26fbcbad38e 100644 --- a/examples/operator/101_initial_cluster.yaml +++ b/examples/operator/101_initial_cluster.yaml @@ -16,14 +16,14 @@ spec: path: /tmp type: Directory images: - vtctld: vitess/lite:v22.0.1 - vtadmin: vitess/vtadmin:v22.0.1 - vtgate: vitess/lite:v22.0.1 - vttablet: vitess/lite:v22.0.1 - vtbackup: vitess/lite:v22.0.1 - vtorc: vitess/lite:v22.0.1 + vtctld: vitess/lite:v22.0.2 + vtadmin: vitess/vtadmin:v22.0.2 + vtgate: vitess/lite:v22.0.2 + vttablet: vitess/lite:v22.0.2 + vtbackup: vitess/lite:v22.0.2 + vtorc: vitess/lite:v22.0.2 mysqld: - mysql80Compatible: vitess/lite:v22.0.1 + mysql80Compatible: vitess/lite:v22.0.2 mysqldExporter: prom/mysqld-exporter:v0.14.0 cells: - name: zone1 diff --git a/examples/operator/201_customer_tablets.yaml b/examples/operator/201_customer_tablets.yaml index 724c95c62c4..5cd355b9bdc 100644 --- a/examples/operator/201_customer_tablets.yaml +++ b/examples/operator/201_customer_tablets.yaml @@ -12,14 +12,14 @@ spec: path: /tmp type: Directory images: - vtctld: vitess/lite:v22.0.1 - vtadmin: vitess/vtadmin:v22.0.1 - vtgate: vitess/lite:v22.0.1 - vttablet: vitess/lite:v22.0.1 - vtbackup: vitess/lite:v22.0.1 - vtorc: vitess/lite:v22.0.1 + vtctld: vitess/lite:v22.0.2 + vtadmin: vitess/vtadmin:v22.0.2 + vtgate: vitess/lite:v22.0.2 + vttablet: vitess/lite:v22.0.2 + vtbackup: vitess/lite:v22.0.2 + vtorc: vitess/lite:v22.0.2 mysqld: - mysql80Compatible: vitess/lite:v22.0.1 + mysql80Compatible: vitess/lite:v22.0.2 mysqldExporter: prom/mysqld-exporter:v0.14.0 cells: - name: zone1 diff --git a/examples/operator/302_new_shards.yaml b/examples/operator/302_new_shards.yaml index 6e4f58f725b..416e1c22cf7 100644 --- a/examples/operator/302_new_shards.yaml +++ b/examples/operator/302_new_shards.yaml @@ -12,14 +12,14 @@ spec: path: /tmp type: Directory images: - vtctld: vitess/lite:v22.0.1 - vtadmin: vitess/vtadmin:v22.0.1 - vtgate: vitess/lite:v22.0.1 - vttablet: vitess/lite:v22.0.1 - vtbackup: vitess/lite:v22.0.1 - vtorc: vitess/lite:v22.0.1 + vtctld: vitess/lite:v22.0.2 + vtadmin: vitess/vtadmin:v22.0.2 + vtgate: vitess/lite:v22.0.2 + vttablet: vitess/lite:v22.0.2 + vtbackup: vitess/lite:v22.0.2 + vtorc: vitess/lite:v22.0.2 mysqld: - mysql80Compatible: vitess/lite:v22.0.1 + mysql80Compatible: vitess/lite:v22.0.2 mysqldExporter: prom/mysqld-exporter:v0.14.0 cells: - name: zone1 diff --git a/examples/operator/306_down_shard_0.yaml b/examples/operator/306_down_shard_0.yaml index 8fff433bfbf..3cc5bb188ec 100644 --- a/examples/operator/306_down_shard_0.yaml +++ b/examples/operator/306_down_shard_0.yaml @@ -12,14 +12,14 @@ spec: path: /tmp type: Directory images: - vtctld: vitess/lite:v22.0.1 - vtadmin: vitess/vtadmin:v22.0.1 - vtgate: vitess/lite:v22.0.1 - vttablet: vitess/lite:v22.0.1 - vtbackup: vitess/lite:v22.0.1 - vtorc: vitess/lite:v22.0.1 + vtctld: vitess/lite:v22.0.2 + vtadmin: vitess/vtadmin:v22.0.2 + vtgate: vitess/lite:v22.0.2 + vttablet: vitess/lite:v22.0.2 + vtbackup: vitess/lite:v22.0.2 + vtorc: vitess/lite:v22.0.2 mysqld: - mysql80Compatible: vitess/lite:v22.0.1 + mysql80Compatible: vitess/lite:v22.0.2 mysqldExporter: prom/mysqld-exporter:v0.14.0 cells: - name: zone1 diff --git a/examples/operator/401_scheduled_backups.yaml b/examples/operator/401_scheduled_backups.yaml index ef1264bbffd..7a351281fbd 100644 --- a/examples/operator/401_scheduled_backups.yaml +++ b/examples/operator/401_scheduled_backups.yaml @@ -46,14 +46,14 @@ spec: keyspace: "customer" shard: "-80" images: - vtctld: vitess/lite:v22.0.1 - vtadmin: vitess/vtadmin:v22.0.1 - vtgate: vitess/lite:v22.0.1 - vttablet: vitess/lite:v22.0.1 - vtbackup: vitess/lite:v22.0.1 - vtorc: vitess/lite:v22.0.1 + vtctld: vitess/lite:v22.0.2 + vtadmin: vitess/vtadmin:v22.0.2 + vtgate: vitess/lite:v22.0.2 + vttablet: vitess/lite:v22.0.2 + vtbackup: vitess/lite:v22.0.2 + vtorc: vitess/lite:v22.0.2 mysqld: - mysql80Compatible: vitess/lite:v22.0.1 + mysql80Compatible: vitess/lite:v22.0.2 mysqldExporter: prom/mysqld-exporter:v0.14.0 cells: - name: zone1 diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index f0302ead074..191f1443e5b 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -19,4 +19,4 @@ package servenv // DO NOT EDIT // THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER -const versionName = "22.0.2-SNAPSHOT" +const versionName = "22.0.2" diff --git a/java/client/pom.xml b/java/client/pom.xml index 9b484323948..6bc2412c7a4 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 22.0.2-SNAPSHOT + 22.0.2 vitess-client Vitess Java Client diff --git a/java/example/pom.xml b/java/example/pom.xml index 4cbde689c30..7bade73e127 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 22.0.2-SNAPSHOT + 22.0.2 vitess-example Vitess Java Client Example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index 165dec4ee2e..7106c80a917 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 22.0.2-SNAPSHOT + 22.0.2 vitess-grpc-client Vitess gRPC Client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 267ca66a040..f4480d6a09f 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 22.0.2-SNAPSHOT + 22.0.2 vitess-jdbc Vitess JDBC Driver diff --git a/java/pom.xml b/java/pom.xml index 957e355047a..47da86c75fb 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 22.0.2-SNAPSHOT + 22.0.2 pom Vitess Java Client libraries [Parent]