Skip to content

Commit 365c4ca

Browse files
authored
[release-19.0] Release of v19.0.5 (#16450)
Signed-off-by: Andres Taylor <[email protected]>
1 parent 1d73195 commit 365c4ca

File tree

18 files changed

+162
-80
lines changed

18 files changed

+162
-80
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/19.0/19.0.5/changelog.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Changelog of Vitess v19.0.5
2+
3+
### Bug fixes
4+
#### Cluster management
5+
* [release-19.0] Use default schema reload config values when config file is empty (#16393) [#16410](https://github.com/vitessio/vitess/pull/16410)
6+
#### Docker
7+
* [release-19.0] Fix the install dependencies script in Docker (#16340) [#16346](https://github.com/vitessio/vitess/pull/16346)
8+
#### Documentation
9+
* [release-19.0] Fix the `v19.0.0` release notes and use the `vitess/lite` image for the MySQL container (#16282) [#16285](https://github.com/vitessio/vitess/pull/16285)
10+
#### Online DDL
11+
* [release-19.0] Online DDL shadow table: rename referenced table name in self referencing FK (#16205) [#16207](https://github.com/vitessio/vitess/pull/16207)
12+
#### Query Serving
13+
* [release-19.0] fix: handle info_schema routing (#15899) [#15906](https://github.com/vitessio/vitess/pull/15906)
14+
* [release-19.0] connpool: Allow time out during shutdown (#15979) [#16003](https://github.com/vitessio/vitess/pull/16003)
15+
* [release-19.0] fix: remove keyspace when merging subqueries (#16019) [#16027](https://github.com/vitessio/vitess/pull/16027)
16+
* [release-19.0] Handle Nullability for Columns from Outer Tables (#16174) [#16185](https://github.com/vitessio/vitess/pull/16185)
17+
* [release-19.0] Fix vtgate crash in group concat [#16254](https://github.com/vitessio/vitess/pull/16254)
18+
* [release-19.0] Fix Incorrect Optimization with LIMIT and GROUP BY (#16263) [#16267](https://github.com/vitessio/vitess/pull/16267)
19+
* [release-19.0] planner: Handle ORDER BY inside derived tables (#16353) [#16359](https://github.com/vitessio/vitess/pull/16359)
20+
* [release-19.0] fix issue with aggregation inside of derived tables (#16366) [#16384](https://github.com/vitessio/vitess/pull/16384)
21+
* [release-19.0] Fix Join Predicate Cleanup Bug in Route Merging (#16386) [#16389](https://github.com/vitessio/vitess/pull/16389)
22+
* [release-19.0] Fix panic in schema tracker in presence of keyspace routing rules (#16383) [#16406](https://github.com/vitessio/vitess/pull/16406)
23+
* [release-19.0] Fix subquery planning having an aggregation that is used in order by as long as we can merge it all into a single route (#16402) [#16407](https://github.com/vitessio/vitess/pull/16407)
24+
#### VReplication
25+
* [release-19.0] vtctldclient: Apply (Shard | Keyspace| Table) Routing Rules commands don't work (#16096) [#16124](https://github.com/vitessio/vitess/pull/16124)
26+
* [release-19.0] VDiff CLI: Fix VDiff `show` bug (#16177) [#16198](https://github.com/vitessio/vitess/pull/16198)
27+
* [release-19.0] VReplication Workflow: set state correctly when restarting workflow streams in the copy phase (#16217) [#16222](https://github.com/vitessio/vitess/pull/16222)
28+
* [release-19.0] VReplication: Properly handle target shards w/o a primary in Reshard (#16283) [#16291](https://github.com/vitessio/vitess/pull/16291)
29+
#### VTorc
30+
* [release-19.0] Add timeout to all the contexts used for RPC calls in vtorc (#15991) [#16103](https://github.com/vitessio/vitess/pull/16103)
31+
#### vtexplain
32+
* [release-19.0] Fix `vtexplain` not handling `UNION` queries with `weight_string` results correctly. (#16129) [#16157](https://github.com/vitessio/vitess/pull/16157)
33+
### CI/Build
34+
#### Build/CI
35+
* [release-19.0] Add DCO workflow (#16052) [#16056](https://github.com/vitessio/vitess/pull/16056)
36+
* [release-19.0] Remove DCO workaround (#16087) [#16091](https://github.com/vitessio/vitess/pull/16091)
37+
* [release-19.0] CI: Fix for xtrabackup install failures (#16329) [#16332](https://github.com/vitessio/vitess/pull/16332)
38+
#### General
39+
* [release-19.0] Upgrade the Golang version to `go1.22.4` [#16061](https://github.com/vitessio/vitess/pull/16061)
40+
* [release-19.0] Upgrade the Golang version to `go1.22.5` [#16322](https://github.com/vitessio/vitess/pull/16322)
41+
#### VTAdmin
42+
* [release-19.0] Update VTAdmin build script (#15839) [#15850](https://github.com/vitessio/vitess/pull/15850)
43+
### Dependencies
44+
#### VTAdmin
45+
* [release-19.0] Update braces package (#16115) [#16118](https://github.com/vitessio/vitess/pull/16118)
46+
### Internal Cleanup
47+
#### Examples
48+
* [release-19.0] Update env.sh so that is does not error when running on Mac (#15835) [#15915](https://github.com/vitessio/vitess/pull/15915)
49+
### Performance
50+
#### VTTablet
51+
* [release-19.0] Do not load table stats when booting `vttablet`. (#15715) [#16100](https://github.com/vitessio/vitess/pull/16100)
52+
### Regression
53+
#### Query Serving
54+
* [release-19.0] fix: derived table join column expression to be part of add join predicate on rewrite (#15956) [#15960](https://github.com/vitessio/vitess/pull/15960)
55+
* [release-19.0] fix: insert on duplicate update to add list argument in the bind variables map (#15961) [#15967](https://github.com/vitessio/vitess/pull/15967)
56+
* [release-19.0] fix: order by subquery planning (#16049) [#16132](https://github.com/vitessio/vitess/pull/16132)
57+
* [release-19.0] feat: add a LIMIT 1 on EXISTS subqueries to limit network overhead (#16153) [#16191](https://github.com/vitessio/vitess/pull/16191)
58+
### Release
59+
#### General
60+
* [release-19.0] Bump to `v19.0.5-SNAPSHOT` after the `v19.0.4` release [#15889](https://github.com/vitessio/vitess/pull/15889)
61+
### Testing
62+
#### Build/CI
63+
* Run more test on release-19 branch [#16152](https://github.com/vitessio/vitess/pull/16152)
64+
#### Query Serving
65+
* [release-19.0] test: Cleaner plan tests output (#15922) [#15964](https://github.com/vitessio/vitess/pull/15964)
66+
* [release-19] Vitess tester workflow (#16127) [#16418](https://github.com/vitessio/vitess/pull/16418)
67+
#### VTCombo
68+
* [release-19.0] Fix flaky tests that use vtcombo (#16178) [#16212](https://github.com/vitessio/vitess/pull/16212)
69+
#### vtexplain
70+
* [release-19.0] Fix flakiness in `vtexplain` unit test case. (#16159) [#16167](https://github.com/vitessio/vitess/pull/16167)
71+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v19.0.5
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/19.0/19.0.5/changelog.md).
3+
4+
The release includes 40 merged Pull Requests.
5+
6+
Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @harshit-gangal, @systay, @vitess-bot
7+

changelog/19.0/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## v19.0
2+
* **[19.0.5](19.0.5)**
3+
* [Changelog](19.0.5/changelog.md)
4+
* [Release Notes](19.0.5/release_notes.md)
5+
26
* **[19.0.4](19.0.4)**
37
* [Changelog](19.0.4/changelog.md)
48
* [Release Notes](19.0.4/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:v19.0.4
61+
image: vitess/lite:v19.0.5
6262
ports:
6363
- "15000:$WEB_PORT"
6464
- "$GRPC_PORT"
@@ -81,7 +81,7 @@ services:
8181
condition: service_healthy
8282
8383
vtgate:
84-
image: vitess/lite:v19.0.4
84+
image: vitess/lite:v19.0.5
8585
ports:
8686
- "15099:$WEB_PORT"
8787
- "$GRPC_PORT"
@@ -111,7 +111,7 @@ services:
111111
condition: service_healthy
112112

113113
schemaload:
114-
image: vitess/lite:v19.0.4
114+
image: vitess/lite:v19.0.5
115115
command:
116116
- sh
117117
- -c
@@ -144,12 +144,12 @@ services:
144144
environment:
145145
- KEYSPACES=$KEYSPACE
146146
- GRPC_PORT=15999
147-
image: vitess/lite:v19.0.4
147+
image: vitess/lite:v19.0.5
148148
volumes:
149149
- .:/script
150150

151151
vttablet100:
152-
image: vitess/lite:v19.0.4
152+
image: vitess/lite:v19.0.5
153153
ports:
154154
- "15100:$WEB_PORT"
155155
- "$GRPC_PORT"
@@ -181,7 +181,7 @@ services:
181181
retries: 15
182182

183183
vttablet101:
184-
image: vitess/lite:v19.0.4
184+
image: vitess/lite:v19.0.5
185185
ports:
186186
- "15101:$WEB_PORT"
187187
- "$GRPC_PORT"
@@ -213,7 +213,7 @@ services:
213213
retries: 15
214214

215215
vttablet102:
216-
image: vitess/lite:v19.0.4
216+
image: vitess/lite:v19.0.5
217217
ports:
218218
- "15102:$WEB_PORT"
219219
- "$GRPC_PORT"
@@ -245,7 +245,7 @@ services:
245245
retries: 15
246246

247247
vttablet103:
248-
image: vitess/lite:v19.0.4
248+
image: vitess/lite:v19.0.5
249249
ports:
250250
- "15103:$WEB_PORT"
251251
- "$GRPC_PORT"
@@ -277,7 +277,7 @@ services:
277277
retries: 15
278278

279279
vtorc:
280-
image: vitess/lite:v19.0.4
280+
image: vitess/lite:v19.0.5
281281
command: ["sh", "-c", "/script/vtorc-up.sh"]
282282
depends_on:
283283
- vtctld
@@ -307,7 +307,7 @@ services:
307307
retries: 15
308308

309309
vreplication:
310-
image: vitess/lite:v19.0.4
310+
image: vitess/lite:v19.0.5
311311
volumes:
312312
- ".:/script"
313313
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:v19.0.4
78+
image: vitess/lite:v19.0.5
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:v19.0.4
104+
image: vitess/lite:v19.0.5
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:v19.0.4
118+
image: vitess/lite:v19.0.5
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:v19.0.4
132+
image: vitess/lite:v19.0.5
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:v19.0.4
146+
image: vitess/lite:v19.0.5
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:v19.0.4
163+
image: vitess/lite:v19.0.5
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:v19.0.4
185+
image: vitess/lite:v19.0.5
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:v19.0.4
220+
image: vitess/lite:v19.0.5
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:v19.0.4
257+
image: vitess/lite:v19.0.5
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:v19.0.4
294+
image: vitess/lite:v19.0.5
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:v19.0.4
331+
image: vitess/lite:v19.0.5
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:v19.0.4
368+
image: vitess/lite:v19.0.5
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:v19.0.4
405+
image: vitess/lite:v19.0.5
406406
ports:
407407
- 15302:8080
408408
- "15999"

0 commit comments

Comments
 (0)