Skip to content

Commit 58ac90c

Browse files
authored
[release-23.0] Release of v23.0.1 (#19286)
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent a41066e commit 58ac90c

File tree

19 files changed

+190
-87
lines changed

19 files changed

+190
-87
lines changed

.github/workflows/code_freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- name: Fail if Code Freeze is enabled
1313
run: |
14-
exit 1
14+
exit 0

changelog/23.0/23.0.1/changelog.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Changelog of Vitess v23.0.1
2+
3+
### Bug fixes
4+
#### Backup and Restore
5+
* [release-23.0] BuiltinBackupEngine: Retry file close and fail backup when we cannot (#18848) [#18862](https://github.com/vitessio/vitess/pull/18862)
6+
#### CLI
7+
* [release-23.0] `vtbench`: add `--db-credentials-*` flags (#18913) [#18922](https://github.com/vitessio/vitess/pull/18922)
8+
#### Cluster management
9+
* [release-23.0] Improve Semi-Sync Monitor Behavior to Prevent Errant ERS (#18884) [#18907](https://github.com/vitessio/vitess/pull/18907)
10+
#### Evalengine
11+
* [release-23.0] evalengine: Fix `NULL` document handling in JSON functions (#19052) [#19231](https://github.com/vitessio/vitess/pull/19231)
12+
* [release-23.0] evalengine: make `JSON_EXTRACT` work with non-static arguments (#19035) [#19254](https://github.com/vitessio/vitess/pull/19254)
13+
#### General
14+
* [release-23.0] Escape control bytes in JSON strings (#19270) [#19275](https://github.com/vitessio/vitess/pull/19275)
15+
#### Online DDL
16+
* [release-23.0] copy_state: use a mediumblob instead of a smaller varbinary for lastpk (#18852) [#18859](https://github.com/vitessio/vitess/pull/18859)
17+
#### Query Serving
18+
* [release-23.0] [Querythrottler]Remove noisy config loading error log (#18904) [#18912](https://github.com/vitessio/vitess/pull/18912)
19+
* [release-23.0] Properly Strip Keyspace Table Qualifiers in FK Constraints (#18926) [#18935](https://github.com/vitessio/vitess/pull/18935)
20+
* [release-23.0] Fix cross shard/keyspace joins with derived tables containing a `UNION`. (#19046) [#19137](https://github.com/vitessio/vitess/pull/19137)
21+
* [release-23.0] Fix column offset tracking for `UNION`s to be case insensitive. (#19139) [#19162](https://github.com/vitessio/vitess/pull/19162)
22+
#### TabletManager
23+
* [release-23.0] Fix `ReloadSchema` incorrectly using `DisableBinlogs` value in `grpctmclient` (#19085) [#19130](https://github.com/vitessio/vitess/pull/19130)
24+
#### VDiff
25+
* [release-23.0] VDiff: Prevent division by 0 when reconciling mismatches for reference tables (#19160) [#19165](https://github.com/vitessio/vitess/pull/19165)
26+
#### VReplication
27+
* [release-23.0] Run VStream copy only when VGTID requires it, use TablesToCopy in those cases (#18938) [#18940](https://github.com/vitessio/vitess/pull/18940)
28+
* [release-23.0] VDiff: Handle the case where a workflow's table has been dropped on the source (#18985) [#18989](https://github.com/vitessio/vitess/pull/18989)
29+
* [release-23.0] VReplication: Properly Handle Sequence Table Initialization For Empty Tables (#19226) [#19228](https://github.com/vitessio/vitess/pull/19228)
30+
#### VTTablet
31+
* [release-23.0] connpool: fix connection leak during idle connection reopen (#18967) [#18971](https://github.com/vitessio/vitess/pull/18971)
32+
* [release-23.0] Change connection pool idle expiration logic (#19004) [#19014](https://github.com/vitessio/vitess/pull/19014)
33+
* [release-23.0] binlog_json: fix opaque value parsing to read variable-length (#19102) [#19110](https://github.com/vitessio/vitess/pull/19110)
34+
#### VTorc
35+
* [release-23.0] `vtorc`: detect errant GTIDs for replicas not connected to primary (#19224) [#19234](https://github.com/vitessio/vitess/pull/19234)
36+
* [release-23.0] vtorc: add `StaleTopoPrimary` analysis and recovery (#19173) [#19237](https://github.com/vitessio/vitess/pull/19237)
37+
#### vtctl
38+
* [release-23.0] vschema revert: initialize as nil so that nil checks do not pass later (#19114) [#19118](https://github.com/vitessio/vitess/pull/19118)
39+
### CI/Build
40+
#### Build/CI
41+
* [release-23.0] ci: extract os tuning (#18824) [#18827](https://github.com/vitessio/vitess/pull/18827)
42+
* [release-23.0] ci: DRY up MySQL Setup (#18815) [#18837](https://github.com/vitessio/vitess/pull/18837)
43+
* `release-23.0`: Add version conditional for tablet missing error message [#19057](https://github.com/vitessio/vitess/pull/19057)
44+
* Pin GitHub Actions and Docker images by hash [#19152](https://github.com/vitessio/vitess/pull/19152)
45+
* [release-23.0] Update go-upgrade to update docker image digests (#19178) [#19189](https://github.com/vitessio/vitess/pull/19189)
46+
* [release-23.0] Fix major upgrade logic in go upgrade tool [#19212](https://github.com/vitessio/vitess/pull/19212)
47+
* [release-23.0] Fix go upgrade workflow (#19216) [#19220](https://github.com/vitessio/vitess/pull/19220)
48+
* [release-23.0] switch end-to-end tests to gotestsum (#19182) [#19245](https://github.com/vitessio/vitess/pull/19245)
49+
#### General
50+
* [release-23.0] Upgrade the Golang version to `go1.25.6` [#19229](https://github.com/vitessio/vitess/pull/19229)
51+
#### VTAdmin
52+
* [release-23.0] Fix vtadmin package-lock.json (#18919) [#18924](https://github.com/vitessio/vitess/pull/18924)
53+
### Compatibility Bug
54+
#### VTGate
55+
* [release-23.0] fix sqlSelectLimit propagating to subqueries (#18716) [#18873](https://github.com/vitessio/vitess/pull/18873)
56+
### Dependencies
57+
#### Operator
58+
* upgrade operator.yaml [#18870](https://github.com/vitessio/vitess/pull/18870)
59+
### Enhancement
60+
#### Build/CI
61+
* [release-23.0] Don't hardcode the go version to use for upgrade/downgrade tests. (#18920) [#18956](https://github.com/vitessio/vitess/pull/18956)
62+
#### TabletManager
63+
* [release-23.0] Add new `force` flag to `DemotePrimary` to force a demotion even when blocked on waiting for semi-sync acks (#18714) [#19239](https://github.com/vitessio/vitess/pull/19239)
64+
#### VDiff
65+
* [release-23.0] vdiff: do not sort by table name in summary, it is not necessary (#18972) [#18978](https://github.com/vitessio/vitess/pull/18978)
66+
### Internal Cleanup
67+
#### Docker
68+
* [release-23.0] `ci`: use `etcd` v3.5.25, add retries (#19015) [#19022](https://github.com/vitessio/vitess/pull/19022)
69+
### Release
70+
#### General
71+
* [release-23.0] Bump to `v23.0.1-SNAPSHOT` after the `v23.0.0` release [#18866](https://github.com/vitessio/vitess/pull/18866)
72+
* [release-23.0] Code Freeze for `v23.0.1` [#19285](https://github.com/vitessio/vitess/pull/19285)
73+
### Security
74+
#### General
75+
* [release-23.0] Bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#18918) [#18923](https://github.com/vitessio/vitess/pull/18923)
76+
#### Java
77+
* [release-23.0] Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.25.3 in /java (#19063) [#19066](https://github.com/vitessio/vitess/pull/19066)
78+
#### VTAdmin
79+
* [release-23.0] Bump js-yaml from 4.1.0 to 4.1.1 in /web/vtadmin (#18908) [#18911](https://github.com/vitessio/vitess/pull/18911)
80+
* [release-23.0] Drop dependency on `npm`, bump version of `glob`. (#18931) [#18958](https://github.com/vitessio/vitess/pull/18958)
81+
* [release-23.0] Potential fix for code scanning alert no. 3944: Database query built … [#18963](https://github.com/vitessio/vitess/pull/18963)
82+
### Testing
83+
#### Build/CI
84+
* [release-23.0] Stop using Equinix Metal self hosted runners (#18942) [#18944](https://github.com/vitessio/vitess/pull/18944)
85+
* [release-23.0] CI: Improve reliability of codecov workflow with larger runner (#18992) [#18995](https://github.com/vitessio/vitess/pull/18995)
86+
* [release-23.0] Skip flaky `TestRedial` test (#19106) [#19108](https://github.com/vitessio/vitess/pull/19108)
87+
* [release-23.0] CI: Look for expected log message rather than code in Backup tests (#19199) [#19201](https://github.com/vitessio/vitess/pull/19201)
88+
#### General
89+
* [release-23.0] Fix flaky tests (#18835) [#18839](https://github.com/vitessio/vitess/pull/18839)
90+
#### VTGate
91+
* [release-23.0] Fix sporadic TestServingKeyspaces panic on context cancellation (#19163) [#19187](https://github.com/vitessio/vitess/pull/19187)
92+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v23.0.1
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/23.0/23.0.1/changelog.md).
3+
4+
The release includes 51 merged Pull Requests.
5+
6+
Thanks to all our contributors: @app/vitess-bot, @mattlord, @mhamza15, @systay, @timvaillancourt, @vitess-bot
7+

changelog/23.0/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## v23.0
2+
* **[23.0.1](23.0.1)**
3+
* [Changelog](23.0.1/changelog.md)
4+
* [Release Notes](23.0.1/release_notes.md)
5+
26
* **[23.0.0](23.0.0)**
37
* [Changelog](23.0.0/changelog.md)
48
* [Release Notes](23.0.0/release_notes.md)

examples/compose/docker-compose.beginners.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
- "3306"
5959

6060
vtctld:
61-
image: vitess/lite:v23.0.0
61+
image: vitess/lite:v23.0.1
6262
ports:
6363
- "15000:$WEB_PORT"
6464
- "$GRPC_PORT"
@@ -84,7 +84,7 @@ services:
8484
condition: service_healthy
8585
8686
vtgate:
87-
image: vitess/lite:v23.0.0
87+
image: vitess/lite:v23.0.1
8888
ports:
8989
- "15099:$WEB_PORT"
9090
- "$GRPC_PORT"
@@ -115,7 +115,7 @@ services:
115115
condition: service_healthy
116116

117117
schemaload:
118-
image: vitess/lite:v23.0.0
118+
image: vitess/lite:v23.0.1
119119
command:
120120
- sh
121121
- -c
@@ -148,12 +148,12 @@ services:
148148
environment:
149149
- KEYSPACES=$KEYSPACE
150150
- GRPC_PORT=15999
151-
image: vitess/lite:v23.0.0
151+
image: vitess/lite:v23.0.1
152152
volumes:
153153
- .:/script
154154

155155
vttablet100:
156-
image: vitess/lite:v23.0.0
156+
image: vitess/lite:v23.0.1
157157
ports:
158158
- "15100:$WEB_PORT"
159159
- "$GRPC_PORT"
@@ -185,7 +185,7 @@ services:
185185
retries: 15
186186

187187
vttablet101:
188-
image: vitess/lite:v23.0.0
188+
image: vitess/lite:v23.0.1
189189
ports:
190190
- "15101:$WEB_PORT"
191191
- "$GRPC_PORT"
@@ -217,7 +217,7 @@ services:
217217
retries: 15
218218

219219
vttablet102:
220-
image: vitess/lite:v23.0.0
220+
image: vitess/lite:v23.0.1
221221
ports:
222222
- "15102:$WEB_PORT"
223223
- "$GRPC_PORT"
@@ -249,7 +249,7 @@ services:
249249
retries: 15
250250

251251
vttablet103:
252-
image: vitess/lite:v23.0.0
252+
image: vitess/lite:v23.0.1
253253
ports:
254254
- "15103:$WEB_PORT"
255255
- "$GRPC_PORT"
@@ -281,7 +281,7 @@ services:
281281
retries: 15
282282

283283
vtorc:
284-
image: vitess/lite:v23.0.0
284+
image: vitess/lite:v23.0.1
285285
command: ["sh", "-c", "/script/vtorc-up.sh"]
286286
depends_on:
287287
- vtctld
@@ -311,7 +311,7 @@ services:
311311
retries: 15
312312

313313
vreplication:
314-
image: vitess/lite:v23.0.0
314+
image: vitess/lite:v23.0.1
315315
volumes:
316316
- ".:/script"
317317
environment:

examples/compose/docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
- SCHEMA_FILES=lookup_keyspace_schema_file.sql
7676
- POST_LOAD_FILE=
7777
- EXTERNAL_DB=0
78-
image: vitess/lite:v23.0.0
78+
image: vitess/lite:v23.0.1
7979
volumes:
8080
- .:/script
8181
schemaload_test_keyspace:
@@ -101,7 +101,7 @@ services:
101101
- SCHEMA_FILES=test_keyspace_schema_file.sql
102102
- POST_LOAD_FILE=
103103
- EXTERNAL_DB=0
104-
image: vitess/lite:v23.0.0
104+
image: vitess/lite:v23.0.1
105105
volumes:
106106
- .:/script
107107
set_keyspace_durability_policy:
@@ -115,7 +115,7 @@ services:
115115
environment:
116116
- KEYSPACES=test_keyspace lookup_keyspace
117117
- GRPC_PORT=15999
118-
image: vitess/lite:v23.0.0
118+
image: vitess/lite:v23.0.1
119119
volumes:
120120
- .:/script
121121
vreplication:
@@ -129,7 +129,7 @@ services:
129129
- TOPOLOGY_FLAGS=--topo-implementation consul --topo-global-server-address consul1:8500
130130
--topo-global-root vitess/global
131131
- EXTERNAL_DB=0
132-
image: vitess/lite:v23.0.0
132+
image: vitess/lite:v23.0.1
133133
volumes:
134134
- .:/script
135135
vtctld:
@@ -143,7 +143,7 @@ services:
143143
depends_on:
144144
external_db_host:
145145
condition: service_healthy
146-
image: vitess/lite:v23.0.0
146+
image: vitess/lite:v23.0.1
147147
ports:
148148
- 15000:8080
149149
- "15999"
@@ -160,7 +160,7 @@ services:
160160
--normalize-queries=true '
161161
depends_on:
162162
- vtctld
163-
image: vitess/lite:v23.0.0
163+
image: vitess/lite:v23.0.1
164164
ports:
165165
- 15099:8080
166166
- "15999"
@@ -182,7 +182,7 @@ services:
182182
- EXTERNAL_DB=0
183183
- DB_USER=
184184
- DB_PASS=
185-
image: vitess/lite:v23.0.0
185+
image: vitess/lite:v23.0.1
186186
ports:
187187
- 13000:8080
188188
volumes:
@@ -217,7 +217,7 @@ services:
217217
- CMD-SHELL
218218
- curl -s --fail --show-error localhost:8080/debug/health
219219
timeout: 10s
220-
image: vitess/lite:v23.0.0
220+
image: vitess/lite:v23.0.1
221221
ports:
222222
- 15101:8080
223223
- "15999"
@@ -254,7 +254,7 @@ services:
254254
- CMD-SHELL
255255
- curl -s --fail --show-error localhost:8080/debug/health
256256
timeout: 10s
257-
image: vitess/lite:v23.0.0
257+
image: vitess/lite:v23.0.1
258258
ports:
259259
- 15102:8080
260260
- "15999"
@@ -291,7 +291,7 @@ services:
291291
- CMD-SHELL
292292
- curl -s --fail --show-error localhost:8080/debug/health
293293
timeout: 10s
294-
image: vitess/lite:v23.0.0
294+
image: vitess/lite:v23.0.1
295295
ports:
296296
- 15201:8080
297297
- "15999"
@@ -328,7 +328,7 @@ services:
328328
- CMD-SHELL
329329
- curl -s --fail --show-error localhost:8080/debug/health
330330
timeout: 10s
331-
image: vitess/lite:v23.0.0
331+
image: vitess/lite:v23.0.1
332332
ports:
333333
- 15202:8080
334334
- "15999"
@@ -365,7 +365,7 @@ services:
365365
- CMD-SHELL
366366
- curl -s --fail --show-error localhost:8080/debug/health
367367
timeout: 10s
368-
image: vitess/lite:v23.0.0
368+
image: vitess/lite:v23.0.1
369369
ports:
370370
- 15301:8080
371371
- "15999"
@@ -402,7 +402,7 @@ services:
402402
- CMD-SHELL
403403
- curl -s --fail --show-error localhost:8080/debug/health
404404
timeout: 10s
405-
image: vitess/lite:v23.0.0
405+
image: vitess/lite:v23.0.1
406406
ports:
407407
- 15302:8080
408408
- "15999"

0 commit comments

Comments
 (0)