diff --git a/changelog/19.0/19.0.2/changelog.md b/changelog/19.0/19.0.2/changelog.md deleted file mode 100644 index 3687fe37cc8..00000000000 --- a/changelog/19.0/19.0.2/changelog.md +++ /dev/null @@ -1,34 +0,0 @@ -# Changelog of Vitess v19.0.2 - -### Bug fixes -#### Backup and Restore - * [release-19.0] Configurable incremental restore files path (#15451) [#15564](https://github.com/vitessio/vitess/pull/15564) -#### Build/CI - * CI: Upgrade/Downgrade use N+1 version of vtctld when testing with N+1 of vttablet [#15631](https://github.com/vitessio/vitess/pull/15631) -#### Evalengine - * [release-19.0] evalengine: Ensure to pass down the precision (#15611) [#15612](https://github.com/vitessio/vitess/pull/15612) - * [release-19.0] evalengine: Fix additional time type handling (#15614) [#15616](https://github.com/vitessio/vitess/pull/15616) -#### Query Serving - * [release-19.0] Fix aliasing in routes that have a derived table (#15550) [#15554](https://github.com/vitessio/vitess/pull/15554) - * [release-19.0] bugfix: handling of ANDed join predicates (#15551) [#15557](https://github.com/vitessio/vitess/pull/15557) - * [release-19.0] Fail insert when primary vindex cannot be mapped to a shard (#15500) [#15573](https://github.com/vitessio/vitess/pull/15573) -#### Throttler - * [release-19.0] Dedicated poolDialer logic for VTOrc, throttler (#15562) [#15567](https://github.com/vitessio/vitess/pull/15567) -#### VReplication - * [release-19.0] VReplication: Fix workflow update changed handling (#15621) [#15629](https://github.com/vitessio/vitess/pull/15629) -### CI/Build -#### Build/CI - * [release-19.0] Update to latest CodeQL (#15530) [#15534](https://github.com/vitessio/vitess/pull/15534) -#### General - * [release-19.0] Upgrade go version to go1.22.2 [#15641](https://github.com/vitessio/vitess/pull/15641) -### Regression -#### Query Serving - * [release-19.0] fix: remove keyspace from column during query builder (#15514) [#15517](https://github.com/vitessio/vitess/pull/15517) -### Release -#### General - * [release-19.0] Bump to `v19.0.2-SNAPSHOT` after the `v19.0.1` release [#15491](https://github.com/vitessio/vitess/pull/15491) - * [release-19.0] Code Freeze for `v19.0.2` [#15644](https://github.com/vitessio/vitess/pull/15644) -### Testing -#### VReplication - * [release-19.0] Fix vtctldclient SwitchReads related bugs and move the TestBasicV2Workflows e2e test to vtctldclient (#15579) [#15584](https://github.com/vitessio/vitess/pull/15584) - diff --git a/changelog/19.0/19.0.2/release_notes.md b/changelog/19.0/19.0.2/release_notes.md deleted file mode 100644 index e200b34e54a..00000000000 --- a/changelog/19.0/19.0.2/release_notes.md +++ /dev/null @@ -1,7 +0,0 @@ -# Release of Vitess v19.0.2 -The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/19.0/19.0.2/changelog.md). - -The release includes 15 merged Pull Requests. - -Thanks to all our contributors: @GrahamCampbell, @app/vitess-bot, @frouioui, @rohit-nayak-ps, @shlomi-noach, @systay - diff --git a/changelog/19.0/19.0.3/changelog.md b/changelog/19.0/19.0.3/changelog.md index db495e66ad1..f5efcd1ac7b 100644 --- a/changelog/19.0/19.0.3/changelog.md +++ b/changelog/19.0/19.0.3/changelog.md @@ -1,9 +1,37 @@ # Changelog of Vitess v19.0.3 -### Internal Cleanup +### Bug fixes +#### Backup and Restore +* [release-19.0] Configurable incremental restore files path (#15451) [#15564](https://github.com/vitessio/vitess/pull/15564) +#### Build/CI +* CI: Upgrade/Downgrade use N+1 version of vtctld when testing with N+1 of vttablet [#15631](https://github.com/vitessio/vitess/pull/15631) +#### Evalengine +* [release-19.0] evalengine: Ensure to pass down the precision (#15611) [#15612](https://github.com/vitessio/vitess/pull/15612) +* [release-19.0] evalengine: Fix additional time type handling (#15614) [#15616](https://github.com/vitessio/vitess/pull/15616) +#### Query Serving +* [release-19.0] Fix aliasing in routes that have a derived table (#15550) [#15554](https://github.com/vitessio/vitess/pull/15554) +* [release-19.0] bugfix: handling of ANDed join predicates (#15551) [#15557](https://github.com/vitessio/vitess/pull/15557) +* [release-19.0] Fail insert when primary vindex cannot be mapped to a shard (#15500) [#15573](https://github.com/vitessio/vitess/pull/15573) +#### Throttler +* [release-19.0] Dedicated poolDialer logic for VTOrc, throttler (#15562) [#15567](https://github.com/vitessio/vitess/pull/15567) +#### VReplication +* [release-19.0] VReplication: Fix workflow update changed handling (#15621) [#15629](https://github.com/vitessio/vitess/pull/15629) +### CI/Build +#### Build/CI +* [release-19.0] Update to latest CodeQL (#15530) [#15534](https://github.com/vitessio/vitess/pull/15534) #### General - * Update dependencies for golang.org/x/net to latest [#15651](https://github.com/vitessio/vitess/pull/15651) -### Release +* [release-19.0] Upgrade go version to go1.22.2 [#15641](https://github.com/vitessio/vitess/pull/15641) +### Regression +#### Query Serving +* [release-19.0] fix: remove keyspace from column during query builder (#15514) [#15517](https://github.com/vitessio/vitess/pull/15517) +### Release #### General +* [release-19.0] Bump to `v19.0.2-SNAPSHOT` after the `v19.0.1` release [#15491](https://github.com/vitessio/vitess/pull/15491) +* [release-19.0] Code Freeze for `v19.0.2` [#15644](https://github.com/vitessio/vitess/pull/15644) * [release-19.0] Bump to `v19.0.3-SNAPSHOT` after the `v19.0.2` release [#15648](https://github.com/vitessio/vitess/pull/15648) - +### Testing +#### VReplication +* [release-19.0] Fix vtctldclient SwitchReads related bugs and move the TestBasicV2Workflows e2e test to vtctldclient (#15579) [#15584](https://github.com/vitessio/vitess/pull/15584) +### Internal Cleanup +#### General + * Update dependencies for golang.org/x/net to latest [#15651](https://github.com/vitessio/vitess/pull/15651) diff --git a/changelog/19.0/19.0.3/release_notes.md b/changelog/19.0/19.0.3/release_notes.md index d51d08f722c..ea6e370c25b 100644 --- a/changelog/19.0/19.0.3/release_notes.md +++ b/changelog/19.0/19.0.3/release_notes.md @@ -1,7 +1,14 @@ # Release of Vitess v19.0.3 + +## Removal of v19.0.2 + +The maintainers team decided to remove the `v19.0.2` release as it contained a CVE fixed in `v19.0.3`. + +--- + The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/19.0/19.0.3/changelog.md). -The release includes 2 merged Pull Requests. +The release includes 16 merged Pull Requests. -Thanks to all our contributors: @systay +Thanks to all our contributors: @GrahamCampbell, @app/vitess-bot, @frouioui, @rohit-nayak-ps, @shlomi-noach, @systay diff --git a/changelog/19.0/README.md b/changelog/19.0/README.md index 69d35504c89..fa3d0d8b5ff 100644 --- a/changelog/19.0/README.md +++ b/changelog/19.0/README.md @@ -3,10 +3,6 @@ * [Changelog](19.0.3/changelog.md) * [Release Notes](19.0.3/release_notes.md) -* **[19.0.2](19.0.2)** - * [Changelog](19.0.2/changelog.md) - * [Release Notes](19.0.2/release_notes.md) - * **[19.0.1](19.0.1)** * [Changelog](19.0.1/changelog.md) * [Release Notes](19.0.1/release_notes.md)