Skip to content

Commit 5acfcc2

Browse files
authored
[main] Copy v18.0.6 release notes (#16453)
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
1 parent 3186413 commit 5acfcc2

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

changelog/18.0/18.0.6/changelog.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Changelog of Vitess v18.0.6
2+
3+
### Bug fixes
4+
#### Docker
5+
* [release-18.0] Fix the install dependencies script in Docker (#16340) [#16345](https://github.com/vitessio/vitess/pull/16345)
6+
#### Query Serving
7+
* [release-18.0] fix: handle info_schema routing (#15899) [#15905](https://github.com/vitessio/vitess/pull/15905)
8+
* [release-18.0] fix: remove keyspace when merging subqueries (#16019) [#16026](https://github.com/vitessio/vitess/pull/16026)
9+
* [release-18.0] Fix Incorrect Optimization with LIMIT and GROUP BY (#16263) [#16266](https://github.com/vitessio/vitess/pull/16266)
10+
* [release-18.0] planner: Handle ORDER BY inside derived tables (#16353) [#16358](https://github.com/vitessio/vitess/pull/16358)
11+
* [release-18.0] Fix Join Predicate Cleanup Bug in Route Merging (#16386) [#16388](https://github.com/vitessio/vitess/pull/16388)
12+
#### VReplication
13+
* [release-18.0] vtctldclient: Apply (Shard | Keyspace| Table) Routing Rules commands don't work (#16096) [#16123](https://github.com/vitessio/vitess/pull/16123)
14+
* [release-18.0] VDiff CLI: Fix VDiff `show` bug (#16177) [#16197](https://github.com/vitessio/vitess/pull/16197)
15+
* [release-18.0] VReplication Workflow: set state correctly when restarting workflow streams in the copy phase (#16217) [#16221](https://github.com/vitessio/vitess/pull/16221)
16+
* [release-18.0] VReplication: Properly handle target shards w/o a primary in Reshard (#16283) [#16290](https://github.com/vitessio/vitess/pull/16290)
17+
#### VTTablet
18+
* [18.x] Fix `schemacopy` collation issues [#15859](https://github.com/vitessio/vitess/pull/15859)
19+
#### VTorc
20+
* [release-18.0] Add timeout to all the contexts used for RPC calls in vtorc (#15991) [#16104](https://github.com/vitessio/vitess/pull/16104)
21+
#### vtexplain
22+
* [release-18.0] Fix `vtexplain` not handling `UNION` queries with `weight_string` results correctly. (#16129) [#16156](https://github.com/vitessio/vitess/pull/16156)
23+
### CI/Build
24+
#### Build/CI
25+
* [release-18.0] Add DCO workflow (#16052) [#16055](https://github.com/vitessio/vitess/pull/16055)
26+
* [release-18.0] Remove DCO workaround (#16087) [#16090](https://github.com/vitessio/vitess/pull/16090)
27+
* [release-18.0] CI: Fix for xtrabackup install failures (#16329) [#16331](https://github.com/vitessio/vitess/pull/16331)
28+
#### General
29+
* [release-18.0] Upgrade the Golang version to `go1.21.11` [#16063](https://github.com/vitessio/vitess/pull/16063)
30+
* [release-18.0] Upgrade the Golang version to `go1.21.12` [#16320](https://github.com/vitessio/vitess/pull/16320)
31+
### Dependencies
32+
#### VTAdmin
33+
* [release-18.0] Update braces package (#16115) [#16117](https://github.com/vitessio/vitess/pull/16117)
34+
### Internal Cleanup
35+
#### Examples
36+
* [release-18.0] Update env.sh so that is does not error when running on Mac (#15835) [#15914](https://github.com/vitessio/vitess/pull/15914)
37+
### Performance
38+
#### VTTablet
39+
* [release-18.0] Do not load table stats when booting `vttablet`. (#15715) [#16099](https://github.com/vitessio/vitess/pull/16099)
40+
### Regression
41+
#### Query Serving
42+
* [release-18.0] fix: insert on duplicate update to add list argument in the bind variables map (#15961) [#15966](https://github.com/vitessio/vitess/pull/15966)
43+
### Release
44+
#### General
45+
* [release-18.0] Bump to `v18.0.6-SNAPSHOT` after the `v18.0.5` release [#15888](https://github.com/vitessio/vitess/pull/15888)
46+
* [release-18.0] Code Freeze for `v18.0.6` [#16444](https://github.com/vitessio/vitess/pull/16444)
47+
### Testing
48+
#### Query Serving
49+
* [release-18.0] test: Cleaner plan tests output (#15922) [#15923](https://github.com/vitessio/vitess/pull/15923)
50+
* [release-18] Vitess tester workflow (#16127) [#16419](https://github.com/vitessio/vitess/pull/16419)
51+
#### VTCombo
52+
* [release-18.0] Fix flaky tests that use vtcombo (#16178) [#16211](https://github.com/vitessio/vitess/pull/16211)
53+
#### vtexplain
54+
* [release-18.0] Fix flakiness in `vtexplain` unit test case. (#16159) [#16166](https://github.com/vitessio/vitess/pull/16166)
55+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v18.0.6
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/18.0/18.0.6/changelog.md).
3+
4+
The release includes 28 merged Pull Requests.
5+
6+
Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @arthurschreiber, @shlomi-noach, @vitess-bot
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.6](18.0.6)**
3+
* [Changelog](18.0.6/changelog.md)
4+
* [Release Notes](18.0.6/release_notes.md)
5+
26
* **[18.0.5](18.0.5)**
37
* [Changelog](18.0.5/changelog.md)
48
* [Release Notes](18.0.5/release_notes.md)

0 commit comments

Comments
 (0)