Skip to content

Commit 40f314c

Browse files
v18.0.1 release notes to main (#14579)
Signed-off-by: Harshit Gangal <[email protected]>
1 parent 2d0c9c1 commit 40f314c

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

changelog/18.0/18.0.1/changelog.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog of Vitess v18.0.1
2+
3+
### Bug fixes
4+
#### Backup and Restore
5+
* [release 18.0]: `ReadBinlogFilesTimestamps` backwards compatibility [#14526](https://github.com/vitessio/vitess/pull/14526)
6+
#### Build/CI
7+
* [release-18.0] Update create_release.sh (#14492) [#14516](https://github.com/vitessio/vitess/pull/14516)
8+
#### Evalengine
9+
* [release-18.0] Fix nullability checks in evalengine (#14556) [#14564](https://github.com/vitessio/vitess/pull/14564)
10+
#### Examples
11+
* [release-18.0] examples: fix flag syntax for zkctl (#14469) [#14487](https://github.com/vitessio/vitess/pull/14487)
12+
#### Observability
13+
* [release-18.0] Fix #14414: resilient_server metrics name/prefix logic is inverted, leading to no metrics being recorded (#14415) [#14527](https://github.com/vitessio/vitess/pull/14527)
14+
#### Query Serving
15+
* [release-18.0] Make column resolution closer to MySQL (#14426) [#14430](https://github.com/vitessio/vitess/pull/14430)
16+
* [release-18.0] Bug fix: Use target tablet from health stats cache when checking replication status (#14436) [#14456](https://github.com/vitessio/vitess/pull/14456)
17+
* [release-18.0] Ensure hexval and int don't share BindVar after Normalization (#14451) [#14479](https://github.com/vitessio/vitess/pull/14479)
18+
* [release-18.0] planbuilder bugfix: expose columns through derived tables (#14501) [#14504](https://github.com/vitessio/vitess/pull/14504)
19+
* [release-18.0] expression rewriting: enable more rewrites and limit CNF rewrites (#14560) [#14576](https://github.com/vitessio/vitess/pull/14576)
20+
#### vtctldclient
21+
* [release-18.0] vtctldclient: Apply tablet type filtering for keyspace+shard in GetTablets (#14467) [#14470](https://github.com/vitessio/vitess/pull/14470)
22+
### CI/Build
23+
#### Docker
24+
* [release-18.0] Build and push Docker Images from GitHub Actions [#14511](https://github.com/vitessio/vitess/pull/14511)
25+
### Dependabot
26+
#### General
27+
* [release-18.0] Bump google.golang.org/grpc from 1.55.0-dev to 1.59.0 (#14364) [#14498](https://github.com/vitessio/vitess/pull/14498)
28+
### Documentation
29+
#### Documentation
30+
* [release-18.0] release notes: add FK import to summary (#14518) [#14519](https://github.com/vitessio/vitess/pull/14519)
31+
### Internal Cleanup
32+
#### Query Serving
33+
* [release-18.0] Remove excessive VTGate logging of default planner selection (#14554) [#14561](https://github.com/vitessio/vitess/pull/14561)
34+
### Release
35+
#### General
36+
* [release-18.0] Code Freeze for `v18.0.1` [#14549](https://github.com/vitessio/vitess/pull/14549)
37+
### Testing
38+
#### Query Serving
39+
* [release-18.0] vtgate: Allow additional errors in warnings test (#14461) [#14465](https://github.com/vitessio/vitess/pull/14465)
40+
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v18.0.1
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/18.0/18.0.1/changelog.md).
3+
4+
The release includes 17 merged Pull Requests.
5+
6+
Thanks to all our contributors: @app/vitess-bot, @frouioui, @harshit-gangal, @shlomi-noach
7+

changelog/18.0/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## v18.0
2+
* **[18.0.1](18.0.1)**
3+
* [Changelog](18.0.1/changelog.md)
4+
* [Release Notes](18.0.1/release_notes.md)
5+
26
* **[18.0.0](18.0.0)**
37
* [Changelog](18.0.0/changelog.md)
48
* [Release Notes](18.0.0/release_notes.md)

0 commit comments

Comments
 (0)