From 3a8095f97b0c2f7f45ffe05c4a3863902cc4c9aa Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Thu, 17 Aug 2023 19:16:09 +0530 Subject: [PATCH 1/2] feat: copy release notes for v17.0.2 and v16.0.4 Signed-off-by: Manan Gupta --- changelog/16.0/16.0.4/changelog.md | 22 ++++++++++++++++++++ changelog/16.0/16.0.4/release_notes.md | 7 +++++++ changelog/16.0/16.0.4/summary.md | 0 changelog/16.0/README.md | 4 ++++ changelog/17.0/17.0.2/changelog.md | 28 ++++++++++++++++++++++++++ changelog/17.0/17.0.2/release_notes.md | 7 +++++++ changelog/17.0/17.0.2/summary.md | 0 changelog/17.0/README.md | 4 ++++ 8 files changed, 72 insertions(+) create mode 100644 changelog/16.0/16.0.4/changelog.md create mode 100644 changelog/16.0/16.0.4/release_notes.md create mode 100644 changelog/16.0/16.0.4/summary.md create mode 100644 changelog/17.0/17.0.2/changelog.md create mode 100644 changelog/17.0/17.0.2/release_notes.md create mode 100644 changelog/17.0/17.0.2/summary.md diff --git a/changelog/16.0/16.0.4/changelog.md b/changelog/16.0/16.0.4/changelog.md new file mode 100644 index 00000000000..4b62c1eed78 --- /dev/null +++ b/changelog/16.0/16.0.4/changelog.md @@ -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) + diff --git a/changelog/16.0/16.0.4/release_notes.md b/changelog/16.0/16.0.4/release_notes.md new file mode 100644 index 00000000000..6b72b714718 --- /dev/null +++ b/changelog/16.0/16.0.4/release_notes.md @@ -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 + diff --git a/changelog/16.0/16.0.4/summary.md b/changelog/16.0/16.0.4/summary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/changelog/16.0/README.md b/changelog/16.0/README.md index 9d843eddab4..75b3f3a0a1f 100644 --- a/changelog/16.0/README.md +++ b/changelog/16.0/README.md @@ -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) diff --git a/changelog/17.0/17.0.2/changelog.md b/changelog/17.0/17.0.2/changelog.md new file mode 100644 index 00000000000..b51ebd69637 --- /dev/null +++ b/changelog/17.0/17.0.2/changelog.md @@ -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) diff --git a/changelog/17.0/17.0.2/release_notes.md b/changelog/17.0/17.0.2/release_notes.md new file mode 100644 index 00000000000..1d3fd71f7ef --- /dev/null +++ b/changelog/17.0/17.0.2/release_notes.md @@ -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 + diff --git a/changelog/17.0/17.0.2/summary.md b/changelog/17.0/17.0.2/summary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/changelog/17.0/README.md b/changelog/17.0/README.md index 7cfe8a176d1..641a52e1079 100644 --- a/changelog/17.0/README.md +++ b/changelog/17.0/README.md @@ -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) From 38d70ce02521476d997105a8554bd6c4dfb1abb8 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Fri, 18 Aug 2023 14:36:54 +0530 Subject: [PATCH 2/2] feat: update release notes Signed-off-by: Manan Gupta --- changelog/16.0/16.0.4/changelog.md | 2 ++ changelog/16.0/16.0.4/release_notes.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/16.0/16.0.4/changelog.md b/changelog/16.0/16.0.4/changelog.md index 4b62c1eed78..45c4944aa25 100644 --- a/changelog/16.0/16.0.4/changelog.md +++ b/changelog/16.0/16.0.4/changelog.md @@ -10,12 +10,14 @@ #### 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) + * [16.0] bugfixes: collection of fixes to bugs found while fuzzing [#13805](https://github.com/vitessio/vitess/pull/13805) ### 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) + * Release 16.0 code freeze for `v16.0.3` release [#13810](https://github.com/vitessio/vitess/pull/13810) ### 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) diff --git a/changelog/16.0/16.0.4/release_notes.md b/changelog/16.0/16.0.4/release_notes.md index 6b72b714718..d46559f5fec 100644 --- a/changelog/16.0/16.0.4/release_notes.md +++ b/changelog/16.0/16.0.4/release_notes.md @@ -1,7 +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. +The release includes 11 merged Pull Requests. -Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @dbussink, @rohit-nayak-ps, @shlomi-noach +Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @dbussink, @rohit-nayak-ps, @shlomi-noach, @systay