Skip to content

Commit d19384d

Browse files
vitess-botfrouioui
andauthored
[release-22.0] Release of v22.0.0-RC3 (#18204)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
1 parent b0f0d48 commit d19384d

File tree

18 files changed

+132
-125
lines changed

18 files changed

+132
-125
lines changed

changelog/22.0/22.0.0/changelog.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
* VReplication: Restore previous minimal e2e test behavior [#17016](https://github.com/vitessio/vitess/pull/17016)
168168
#### VTAdmin
169169
* Update to latest Nodejs LTS and NPM [#17606](https://github.com/vitessio/vitess/pull/17606)
170+
### Compatibility Bug
171+
#### Query Serving
172+
* Partially revert the binary encoding logic for safer upgrade [#18200](https://github.com/vitessio/vitess/pull/18200)
170173
### Dependencies
171174
#### Build/CI
172175
* Bump golang.org/x/crypto from 0.29.0 to 0.31.0 [#17376](https://github.com/vitessio/vitess/pull/17376)
@@ -179,7 +182,8 @@
179182
* Bump golang.org/x/net from 0.31.0 to 0.33.0 [#17416](https://github.com/vitessio/vitess/pull/17416)
180183
* CVE Fix: Update glog to v1.2.4 [#17524](https://github.com/vitessio/vitess/pull/17524)
181184
* Upgrade the Golang Dependencies [#17695](https://github.com/vitessio/vitess/pull/17695)
182-
* Upgrade the Golang Dependencies [#17803](https://github.com/vitessio/vitess/pull/17803)
185+
* Upgrade the Golang Dependencies [#17803](https://github.com/vitessio/vitess/pull/17803)
186+
* [release-22.0] Bump golang.org/x/net from 0.37.0 to 0.38.0 (#18177) [#18189](https://github.com/vitessio/vitess/pull/18189)
183187
#### Java
184188
* Bump commons-io:commons-io from 2.7 to 2.14.0 in /java [#16889](https://github.com/vitessio/vitess/pull/16889)
185189
* java package updates for grpc and protobuf and release plugins [#17100](https://github.com/vitessio/vitess/pull/17100)
@@ -192,7 +196,8 @@
192196
* Bump nanoid from 3.3.7 to 3.3.8 in /web/vtadmin [#17375](https://github.com/vitessio/vitess/pull/17375)
193197
### Documentation
194198
#### Documentation
195-
* Add missing changelog for PR #16852 [#17002](https://github.com/vitessio/vitess/pull/17002)
199+
* Add missing changelog for PR #16852 [#17002](https://github.com/vitessio/vitess/pull/17002)
200+
* [release-22.0] copy edit release notes to prepare for v22 GA (#18186) [#18192](https://github.com/vitessio/vitess/pull/18192)
196201
#### General
197202
* Reorganize the `v22.0.0` release notes [#18052](https://github.com/vitessio/vitess/pull/18052)
198203
#### Governance
@@ -230,7 +235,8 @@
230235
* Feature Request: Change varbinary to varchar in schemas used in examples folder [#17318](https://github.com/vitessio/vitess/pull/17318)
231236
#### General
232237
* MySQL errors: `ERWrongParamcountToNativeFct` [#16914](https://github.com/vitessio/vitess/pull/16914)
233-
* Standardize topo flags to use hyphen-based naming [#17975](https://github.com/vitessio/vitess/pull/17975)
238+
* Standardize topo flags to use hyphen-based naming [#17975](https://github.com/vitessio/vitess/pull/17975)
239+
* Refactor flags - Part 4 [#18095](https://github.com/vitessio/vitess/pull/18095)
234240
#### Observability
235241
* Improve vtgate logging for buffering [#17654](https://github.com/vitessio/vitess/pull/17654)
236242
* Add more vstream metrics for vstream manager [#17858](https://github.com/vitessio/vitess/pull/17858)
@@ -505,7 +511,9 @@
505511
* Fix the release workflow [#16964](https://github.com/vitessio/vitess/pull/16964)
506512
* v19 EOL: Remove v19 from Golang Update Version CI workflow [#17932](https://github.com/vitessio/vitess/pull/17932)
507513
#### Documentation
508-
* Update the EOL documentation [#17215](https://github.com/vitessio/vitess/pull/17215)
514+
* Update the EOL documentation [#17215](https://github.com/vitessio/vitess/pull/17215)
515+
* [release-22.0] Update release notes with proper upgrade path [#18197](https://github.com/vitessio/vitess/pull/18197)
516+
* [release-22.0] Narrow down affected users by new v22 migration path [#18199](https://github.com/vitessio/vitess/pull/18199)
509517
#### General
510518
* Bump to `v22.0.0-SNAPSHOT` after the `v21.0.0-RC1` release [#16913](https://github.com/vitessio/vitess/pull/16913)
511519
* [main] Copy `v21.0.0-RC1` release notes [#16954](https://github.com/vitessio/vitess/pull/16954)
@@ -527,6 +535,8 @@
527535
* Bump to `v23.0.0-SNAPSHOT` after the `v22.0.0-RC1` release [#18088](https://github.com/vitessio/vitess/pull/18088)
528536
* [release-22.0] Release of `v22.0.0-RC1` [#18128](https://github.com/vitessio/vitess/pull/18128)
529537
* [release-22.0] Bump to `v22.0.0-SNAPSHOT` after the `v22.0.0-RC1` release [#18134](https://github.com/vitessio/vitess/pull/18134)
538+
* [release-22.0] Release of `v22.0.0-RC2` [#18168](https://github.com/vitessio/vitess/pull/18168)
539+
* [release-22.0] Bump to `v22.0.0-SNAPSHOT` after the `v22.0.0-RC2` release [#18170](https://github.com/vitessio/vitess/pull/18170)
530540
### Testing
531541
#### Backup and Restore
532542
* fix flaky test on mysqlshell backup engine [#17037](https://github.com/vitessio/vitess/pull/17037)

0 commit comments

Comments
 (0)