Skip to content

Commit d3012c1

Browse files
[release-18.0] Release of v18.0.2 (#14810)
Signed-off-by: Harshit Gangal <[email protected]> Signed-off-by: Florent Poinsard <[email protected]> Co-authored-by: Florent Poinsard <[email protected]>
1 parent 2b8e0ce commit d3012c1

File tree

18 files changed

+148
-81
lines changed

18 files changed

+148
-81
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/18.0/18.0.2/changelog.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Changelog of Vitess v18.0.2
2+
3+
### Bug fixes
4+
#### Cluster management
5+
* [release-18.0] Fix Panic in PRS due to a missing nil check (#14656) [#14676](https://github.com/vitessio/vitess/pull/14676)
6+
* Revert "[release-18.0] Replace use of `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` with `WAIT_FOR_EXECUTED_GTID_SET` (#14612)" [#14742](https://github.com/vitessio/vitess/pull/14742)
7+
#### Evalengine
8+
* [release-18.0] evalengine: Fix the min / max calculation for decimals (#14614) [#14616](https://github.com/vitessio/vitess/pull/14616)
9+
#### Query Serving
10+
* [release-18.0] fix concurrency on stream execute engine primitives (#14586) [#14592](https://github.com/vitessio/vitess/pull/14592)
11+
* [18.0] bug fix: stop all kinds of expressions from cnf-exploding [#14593](https://github.com/vitessio/vitess/pull/14593)
12+
* [release-18.0] bugfix: do not rewrite an expression twice (#14641) [#14643](https://github.com/vitessio/vitess/pull/14643)
13+
* [release-18.0] tabletserver: do not consolidate streams on primary tablet when consolidator mode is `notOnPrimary` (#14332) [#14679](https://github.com/vitessio/vitess/pull/14679)
14+
* [release-18.0] TabletServer: Handle nil targets properly everywhere (#14734) [#14741](https://github.com/vitessio/vitess/pull/14741)
15+
#### VReplication
16+
* [release-18.0] VReplication TableStreamer: Only stream tables in tablestreamer (ignore views) (#14646) [#14649](https://github.com/vitessio/vitess/pull/14649)
17+
* [release-18.0] VDiff: Fix vtctldclient limit bug (#14778) [#14780](https://github.com/vitessio/vitess/pull/14780)
18+
* [release-18.0] Backport: VReplication SwitchWrites: Properly return errors in SwitchWrites #14800 [#14824](https://github.com/vitessio/vitess/pull/14824)
19+
* [release-18.0] VReplication: Update singular workflow in traffic switcher (#14826) [#14829](https://github.com/vitessio/vitess/pull/14829)
20+
### CI/Build
21+
#### Build/CI
22+
* [release-18.0] Update MySQL apt package and GPG signature (#14785) [#14792](https://github.com/vitessio/vitess/pull/14792)
23+
#### General
24+
* [release-18.0] Upgrade the Golang version to `go1.21.5` [#14690](https://github.com/vitessio/vitess/pull/14690)
25+
### Dependabot
26+
#### General
27+
* [release-18.0] build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#14814) [#14817](https://github.com/vitessio/vitess/pull/14817)
28+
#### VTAdmin
29+
* [release-18.0] Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /web/vtadmin (#14654) [#14668](https://github.com/vitessio/vitess/pull/14668)
30+
### Enhancement
31+
#### Backup and Restore
32+
* [release-18.0] increase vtctlclient backupShard command success rate (#14604) [#14639](https://github.com/vitessio/vitess/pull/14639)
33+
#### Build/CI
34+
* [release-18.0] Add step to static check to ensure consistency of GHA workflows (#14724) [#14727](https://github.com/vitessio/vitess/pull/14727)
35+
#### Query Serving
36+
* [release-18.0] planbuilder: push down ordering through filter (#14583) [#14584](https://github.com/vitessio/vitess/pull/14584)
37+
### Internal Cleanup
38+
#### TabletManager
39+
* [release-18.0] Replace use of `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` with `WAIT_FOR_EXECUTED_GTID_SET` (#14612) [#14617](https://github.com/vitessio/vitess/pull/14617)
40+
#### vtctldclient
41+
* [release-18.0] Fix typo for `--cells` flag help description in `ApplyRoutingRules` (#14721) [#14723](https://github.com/vitessio/vitess/pull/14723)
42+
### Performance
43+
#### Query Serving
44+
* vindexes: fix pooled collator buffer memory leak [#14621](https://github.com/vitessio/vitess/pull/14621)
45+
### Regression
46+
#### Query Serving
47+
* [release-18.0] plabuilder: use OR for not in comparisons (#14607) [#14615](https://github.com/vitessio/vitess/pull/14615)
48+
* [release-18.0] fix: insert on duplicate key update missing BindVars (#14728) [#14755](https://github.com/vitessio/vitess/pull/14755)
49+
### Release
50+
#### General
51+
* Back to dev mode after v18.0.1 [#14580](https://github.com/vitessio/vitess/pull/14580)
52+
* [release-18.0] Code Freeze for `v18.0.2` [#14804](https://github.com/vitessio/vitess/pull/14804)
53+
### Testing
54+
#### Backup and Restore
55+
* [release-18.0] Add a retry to remove the vttablet directory during upgrade/downgrade backup tests (#14753) [#14758](https://github.com/vitessio/vitess/pull/14758)
56+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v18.0.2
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/18.0/18.0.2/changelog.md).
3+
4+
The release includes 27 merged Pull Requests.
5+
6+
Thanks to all our contributors: @app/github-actions, @app/vitess-bot, @brendar, @deepthi, @harshit-gangal, @rohit-nayak-ps, @systay
7+

changelog/18.0/README.md

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

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

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

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

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

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

0 commit comments

Comments
 (0)