Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy release notes for v17.0.2 and v16.0.4 #13811

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions changelog/16.0/16.0.4/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog of Vitess v16.0.4

### Bug fixes
#### Backup and Restore
* Manual cherry-pick of 13339 [#13733](https://github.com/vitessio/vitess/pull/13733)
* [release-16.0] Address vttablet memory usage with backups to Azure Blob Service (#13770) [#13774](https://github.com/vitessio/vitess/pull/13774)
#### Online DDL
* v16 backport: Fix closed channel panic in Online DDL cutover [#13732](https://github.com/vitessio/vitess/pull/13732)
* v16 backport: Solve RevertMigration.Comment read/write concurrency issue [#13736](https://github.com/vitessio/vitess/pull/13736)
#### Query Serving
* planbuilder: Fix infinite recursion for subqueries [#13783](https://github.com/vitessio/vitess/pull/13783)
* [release-16.0] vtgate: fix race condition iterating tables and views from schema tracker (#13673) [#13795](https://github.com/vitessio/vitess/pull/13795)
### CI/Build
#### Online DDL
* [release-16.0] CI: fix onlineddl_scheduler flakiness (#13754) [#13759](https://github.com/vitessio/vitess/pull/13759)
### Release
#### General
* Back to dev mode after v16.0.3 [#13660](https://github.com/vitessio/vitess/pull/13660)
### Testing
#### Build/CI
* [release-16.0] Flakes: Delete VTDATAROOT files in reparent test teardown within CI (#13793) [#13797](https://github.com/vitessio/vitess/pull/13797)

7 changes: 7 additions & 0 deletions changelog/16.0/16.0.4/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release of Vitess v16.0.4
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/16.0/16.0.4/changelog.md).

The release includes 9 merged Pull Requests.

Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @dbussink, @rohit-nayak-ps, @shlomi-noach

Empty file.
4 changes: 4 additions & 0 deletions changelog/16.0/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v16.0
The dedicated team for this release can be found [here](team.md).
* **[16.0.4](16.0.4)**
* [Changelog](16.0.4/changelog.md)
* [Release Notes](16.0.4/release_notes.md)

* **[16.0.3](16.0.3)**
* [Changelog](16.0.3/changelog.md)
* [Release Notes](16.0.3/release_notes.md)
Expand Down
28 changes: 28 additions & 0 deletions changelog/17.0/17.0.2/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog of Vitess v17.0.2

### Bug fixes
#### Backup and Restore
* [release-17.0] Address vttablet memory usage with backups to Azure Blob Service (#13770) [#13775](https://github.com/vitessio/vitess/pull/13775)
* [release-17.0] Do not drain tablet in incremental backup (#13773) [#13789](https://github.com/vitessio/vitess/pull/13789)
#### Cluster management
* [release-17.0] Flaky tests: Fix race in memory topo (#13559) [#13577](https://github.com/vitessio/vitess/pull/13577)
#### Evalengine
* [release-17.0] Fix a number of encoding issues when evaluating expressions with the evalengine (#13509) [#13551](https://github.com/vitessio/vitess/pull/13551)
* [release-17.0] fastparse: Fix bug in overflow detection (#13702) [#13705](https://github.com/vitessio/vitess/pull/13705)
#### Online DDL
* v17 backport: Fix closed channel panic in Online DDL cutover [#13731](https://github.com/vitessio/vitess/pull/13731)
* v17 backport: Solve RevertMigration.Comment read/write concurrency issue [#13734](https://github.com/vitessio/vitess/pull/13734)
#### Query Serving
* [release-17.0] Fix flaky vtgate test TestInconsistentStateDetectedBuffering (#13560) [#13575](https://github.com/vitessio/vitess/pull/13575)
* [release-17.0] vtgate: fix race condition iterating tables and views from schema tracker (#13673) [#13796](https://github.com/vitessio/vitess/pull/13796)
### CI/Build
#### Backup and Restore
* [release-17.0] Fixing `backup_pitr` flaky tests via wait-for loop on topo reads (#13781) [#13790](https://github.com/vitessio/vitess/pull/13790)
#### Online DDL
* [release-17.0] CI: fix onlineddl_scheduler flakiness (#13754) [#13760](https://github.com/vitessio/vitess/pull/13760)
### Release
#### General
* Back to dev mode after v17.0.1 [#13663](https://github.com/vitessio/vitess/pull/13663)
### Testing
#### Build/CI
* [release-17.0] Flakes: Delete VTDATAROOT files in reparent test teardown within CI (#13793) [#13798](https://github.com/vitessio/vitess/pull/13798)
7 changes: 7 additions & 0 deletions changelog/17.0/17.0.2/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release of Vitess v17.0.2
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/17.0/17.0.2/changelog.md).

The release includes 13 merged Pull Requests.

Thanks to all our contributors: @app/vitess-bot, @frouioui, @shlomi-noach

Empty file.
4 changes: 4 additions & 0 deletions changelog/17.0/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## v17.0
* **[17.0.2](17.0.2)**
* [Changelog](17.0.2/changelog.md)
* [Release Notes](17.0.2/release_notes.md)

* **[17.0.1](17.0.1)**
* [Changelog](17.0.1/changelog.md)
* [Release Notes](17.0.1/release_notes.md)
Expand Down
Loading