Skip to content

Commit 6cb8b18

Browse files
authored
[release-20.0] Release of v20.0.7 (#18138)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
1 parent e350c63 commit 6cb8b18

File tree

19 files changed

+148
-86
lines changed

19 files changed

+148
-86
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/20.0/20.0.7/changelog.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog of Vitess v20.0.7
2+
3+
### Bug fixes
4+
#### Backup and Restore
5+
* [release-20.0] Fix tablet selection in `vtctld BackupShard` (#18002) [#18024](https://github.com/vitessio/vitess/pull/18024)
6+
* Fix backup shard copy paste error [#18099](https://github.com/vitessio/vitess/pull/18099)
7+
#### Cluster management
8+
* [release-20.0] ValidateKeyspace: Add check for no shards (#18055) [#18062](https://github.com/vitessio/vitess/pull/18062)
9+
#### Evalengine
10+
* [release-20.0] Implement temporal comparisons (#17826) [#17853](https://github.com/vitessio/vitess/pull/17853)
11+
#### Query Serving
12+
* backport: support subqueries inside subqueries when merging (Release 20.0) [#17810](https://github.com/vitessio/vitess/pull/17810)
13+
* [release-20.0] evalengine: normalize types during compilation (#17887) [#17895](https://github.com/vitessio/vitess/pull/17895)
14+
* [release-20.0] Fix DISTINCT on ENUM/SET columns by making enums/set hashable (#17936) [#17990](https://github.com/vitessio/vitess/pull/17990)
15+
* [release-20.0] Set proper join vars type for the RHS field query in OLAP (#18028) [#18037](https://github.com/vitessio/vitess/pull/18037)
16+
* [release-20.0] Bugfix: Missing data when running vtgate outer joins (#18036) [#18043](https://github.com/vitessio/vitess/pull/18043)
17+
* [release-20.0] bugfix: allow window functions when possible to push down (#18103) [#18104](https://github.com/vitessio/vitess/pull/18104)
18+
#### VReplication
19+
* [release-20.0] VReplication Atomic Copy Workflows: fix bugs around concurrent inserts (#17772) [#17792](https://github.com/vitessio/vitess/pull/17792)
20+
* [release-20.0] Multi-tenant workflow SwitchWrites: Don't add denied tables on cancelMigration() (#17782) [#17796](https://github.com/vitessio/vitess/pull/17796)
21+
* [release-20.0] VDiff: Fix logic for reconciling extra rows (#17950) [#18071](https://github.com/vitessio/vitess/pull/18071)
22+
* [release-20.0] VStream API: Reset stopPos in catchup (#18119) [#18121](https://github.com/vitessio/vitess/pull/18121)
23+
#### VTTablet
24+
* [release-20.0] fix: race on storing schema engine last changed time (#17914) [#17916](https://github.com/vitessio/vitess/pull/17916)
25+
#### vtctldclient
26+
* [release-20.0] Filter out tablets with unknown replication lag when electing a new primary (#18004) [#18074](https://github.com/vitessio/vitess/pull/18074)
27+
* [release-20.0] Fix `Reshard Cancel` behavior (#18020) [#18079](https://github.com/vitessio/vitess/pull/18079)
28+
### CI/Build
29+
#### General
30+
* [release-20.0] Upgrade the Golang version to `go1.22.12` [#17702](https://github.com/vitessio/vitess/pull/17702)
31+
### Performance
32+
#### Performance
33+
* [release-20.0] smartconnpool: Better handling for idle expiration (#17757) [#17780](https://github.com/vitessio/vitess/pull/17780)
34+
#### Query Serving
35+
* [release-20.0] pool: reopen connection closed by idle timeout (#17818) [#17830](https://github.com/vitessio/vitess/pull/17830)
36+
* [release-20.0] Fix: Separate Lock for Keyspace to Update Controller Mapping in Schema Tracking (#17873) [#17884](https://github.com/vitessio/vitess/pull/17884)
37+
### Regression
38+
#### Query Serving
39+
* [release-20.0] Fix a potential connection pool leak. (#17807) [#17813](https://github.com/vitessio/vitess/pull/17813)
40+
#### VTTablet
41+
* [release-20.0] fix: App and Dba Pool metrics (#18048) [#18083](https://github.com/vitessio/vitess/pull/18083)
42+
### Release
43+
#### General
44+
* [release-20.0] Bump to `v20.0.7-SNAPSHOT` after the `v20.0.6` release [#17768](https://github.com/vitessio/vitess/pull/17768)
45+
### Testing
46+
#### Build/CI
47+
* [release-20.0] Use release branches for upgrade downgrade tests (#18029) [#18034](https://github.com/vitessio/vitess/pull/18034)
48+
#### Query Serving
49+
* [release-20.0] [release-21.0] DML test fix for duplicate column value (#17980) [#17987](https://github.com/vitessio/vitess/pull/17987)
50+
* [release-20.0] Test: Increase query timeout to fix flaky test 'TestQueryTimeoutWithShardTargeting' (#18016) [#18039](https://github.com/vitessio/vitess/pull/18039)
51+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v20.0.7
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/20.0/20.0.7/changelog.md).
3+
4+
The release includes 27 merged Pull Requests.
5+
6+
Thanks to all our contributors: @app/vitess-bot, @dbussink, @harshit-gangal, @systay, @vitess-bot
7+

changelog/20.0/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## v20.0
2+
* **[20.0.7](20.0.7)**
3+
* [Changelog](20.0.7/changelog.md)
4+
* [Release Notes](20.0.7/release_notes.md)
5+
26
* **[20.0.6](20.0.6)**
37
* [Changelog](20.0.6/changelog.md)
48
* [Release Notes](20.0.6/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:v20.0.6
61+
image: vitess/lite:v20.0.7
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:v20.0.6
84+
image: vitess/lite:v20.0.7
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:v20.0.6
114+
image: vitess/lite:v20.0.7
115115
command:
116116
- sh
117117
- -c
@@ -144,12 +144,12 @@ services:
144144
environment:
145145
- KEYSPACES=$KEYSPACE
146146
- GRPC_PORT=15999
147-
image: vitess/lite:v20.0.6
147+
image: vitess/lite:v20.0.7
148148
volumes:
149149
- .:/script
150150

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

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

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

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

279279
vtorc:
280-
image: vitess/lite:v20.0.6
280+
image: vitess/lite:v20.0.7
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:v20.0.6
310+
image: vitess/lite:v20.0.7
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:v20.0.6
78+
image: vitess/lite:v20.0.7
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:v20.0.6
104+
image: vitess/lite:v20.0.7
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:v20.0.6
118+
image: vitess/lite:v20.0.7
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:v20.0.6
132+
image: vitess/lite:v20.0.7
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:v20.0.6
146+
image: vitess/lite:v20.0.7
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:v20.0.6
163+
image: vitess/lite:v20.0.7
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:v20.0.6
185+
image: vitess/lite:v20.0.7
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:v20.0.6
220+
image: vitess/lite:v20.0.7
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:v20.0.6
257+
image: vitess/lite:v20.0.7
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:v20.0.6
294+
image: vitess/lite:v20.0.7
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:v20.0.6
331+
image: vitess/lite:v20.0.7
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:v20.0.6
368+
image: vitess/lite:v20.0.7
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:v20.0.6
405+
image: vitess/lite:v20.0.7
406406
ports:
407407
- 15302:8080
408408
- "15999"

examples/compose/vtcompose/docker-compose.test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
- SCHEMA_FILES=test_keyspace_schema_file.sql
8080
- POST_LOAD_FILE=
8181
- EXTERNAL_DB=0
82-
image: vitess/lite:v20.0.6
82+
image: vitess/lite:v20.0.7
8383
volumes:
8484
- .:/script
8585
schemaload_unsharded_keyspace:
@@ -103,7 +103,7 @@ services:
103103
- SCHEMA_FILES=unsharded_keyspace_schema_file.sql
104104
- POST_LOAD_FILE=
105105
- EXTERNAL_DB=0
106-
image: vitess/lite:v20.0.6
106+
image: vitess/lite:v20.0.7
107107
volumes:
108108
- .:/script
109109
set_keyspace_durability_policy_test_keyspace:
@@ -117,7 +117,7 @@ services:
117117
environment:
118118
- GRPC_PORT=15999
119119
- KEYSPACES=test_keyspace
120-
image: vitess/lite:v20.0.6
120+
image: vitess/lite:v20.0.7
121121
volumes:
122122
- .:/script
123123
set_keyspace_durability_policy_unsharded_keyspace:
@@ -130,7 +130,7 @@ services:
130130
environment:
131131
- GRPC_PORT=15999
132132
- KEYSPACES=unsharded_keyspace
133-
image: vitess/lite:v20.0.6
133+
image: vitess/lite:v20.0.7
134134
volumes:
135135
- .:/script
136136
vreplication:
@@ -144,7 +144,7 @@ services:
144144
- TOPOLOGY_FLAGS=--topo_implementation consul --topo_global_server_address consul1:8500
145145
--topo_global_root vitess/global
146146
- EXTERNAL_DB=0
147-
image: vitess/lite:v20.0.6
147+
image: vitess/lite:v20.0.7
148148
volumes:
149149
- .:/script
150150
vtctld:
@@ -159,7 +159,7 @@ services:
159159
depends_on:
160160
external_db_host:
161161
condition: service_healthy
162-
image: vitess/lite:v20.0.6
162+
image: vitess/lite:v20.0.7
163163
ports:
164164
- 15000:8080
165165
- "15999"
@@ -176,7 +176,7 @@ services:
176176
''grpc-vtgateservice'' --normalize_queries=true '
177177
depends_on:
178178
- vtctld
179-
image: vitess/lite:v20.0.6
179+
image: vitess/lite:v20.0.7
180180
ports:
181181
- 15099:8080
182182
- "15999"
@@ -199,7 +199,7 @@ services:
199199
- EXTERNAL_DB=0
200200
- DB_USER=
201201
- DB_PASS=
202-
image: vitess/lite:v20.0.6
202+
image: vitess/lite:v20.0.7
203203
ports:
204204
- 13000:8080
205205
volumes:
@@ -234,7 +234,7 @@ services:
234234
- CMD-SHELL
235235
- curl -s --fail --show-error localhost:8080/debug/health
236236
timeout: 10s
237-
image: vitess/lite:v20.0.6
237+
image: vitess/lite:v20.0.7
238238
ports:
239239
- 15101:8080
240240
- "15999"
@@ -271,7 +271,7 @@ services:
271271
- CMD-SHELL
272272
- curl -s --fail --show-error localhost:8080/debug/health
273273
timeout: 10s
274-
image: vitess/lite:v20.0.6
274+
image: vitess/lite:v20.0.7
275275
ports:
276276
- 15102:8080
277277
- "15999"
@@ -308,7 +308,7 @@ services:
308308
- CMD-SHELL
309309
- curl -s --fail --show-error localhost:8080/debug/health
310310
timeout: 10s
311-
image: vitess/lite:v20.0.6
311+
image: vitess/lite:v20.0.7
312312
ports:
313313
- 15201:8080
314314
- "15999"
@@ -345,7 +345,7 @@ services:
345345
- CMD-SHELL
346346
- curl -s --fail --show-error localhost:8080/debug/health
347347
timeout: 10s
348-
image: vitess/lite:v20.0.6
348+
image: vitess/lite:v20.0.7
349349
ports:
350350
- 15202:8080
351351
- "15999"
@@ -382,7 +382,7 @@ services:
382382
- CMD-SHELL
383383
- curl -s --fail --show-error localhost:8080/debug/health
384384
timeout: 10s
385-
image: vitess/lite:v20.0.6
385+
image: vitess/lite:v20.0.7
386386
ports:
387387
- 15301:8080
388388
- "15999"

0 commit comments

Comments
 (0)