From aa758874d472dd2f2ebef0f5741f8d87a598ce2d Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 23 Jan 2024 08:22:19 -0600 Subject: [PATCH] Copy release notes from release-19.0 into main Signed-off-by: Florent Poinsard --- changelog/19.0/19.0.0/changelog.md | 14 ++++++++++++++ changelog/19.0/19.0.0/release_notes.md | 7 +++++++ changelog/19.0/README.md | 2 ++ 3 files changed, 23 insertions(+) create mode 100644 changelog/19.0/19.0.0/changelog.md create mode 100644 changelog/19.0/19.0.0/release_notes.md diff --git a/changelog/19.0/19.0.0/changelog.md b/changelog/19.0/19.0.0/changelog.md new file mode 100644 index 00000000000..b2197723bff --- /dev/null +++ b/changelog/19.0/19.0.0/changelog.md @@ -0,0 +1,14 @@ +# Changelog of Vitess v19.0.0 + +### Other +#### Other + * add update go deps workflow [#220](https://github.com/frouioui/vitess/pull/220) +### Release +#### General + * Copy `v18.0.2` release notes on `main` [#213](https://github.com/frouioui/vitess/pull/213) + * [release-19.0] Code Freeze for `v19.0.0-RC1` [#241](https://github.com/frouioui/vitess/pull/241) + * [release-19.0] Release of `v19.0.0-RC1` [#244](https://github.com/frouioui/vitess/pull/244) + * Copy `v19.0.0-RC1` release notes on `main` [#245](https://github.com/frouioui/vitess/pull/245) + * [release-19.0] Bump to `v19.0.0-SNAPSHOT` after the `v19.0.0-RC1` release [#247](https://github.com/frouioui/vitess/pull/247) + * Bump to `v20.0.0-SNAPSHOT` after the `v19.0.0-RC1` release [#249](https://github.com/frouioui/vitess/pull/249) + diff --git a/changelog/19.0/19.0.0/release_notes.md b/changelog/19.0/19.0.0/release_notes.md new file mode 100644 index 00000000000..88aa55ba267 --- /dev/null +++ b/changelog/19.0/19.0.0/release_notes.md @@ -0,0 +1,7 @@ +# Release of Vitess v19.0.0 +The entire changelog for this release can be found [here](https://github.com/frouioui/vitess/blob/main/changelog/19.0/19.0.0/changelog.md). + +The release includes 7 merged Pull Requests. + +Thanks to all our contributors: @frouioui + diff --git a/changelog/19.0/README.md b/changelog/19.0/README.md index aecff732ce1..b86c2311488 100644 --- a/changelog/19.0/README.md +++ b/changelog/19.0/README.md @@ -1,2 +1,4 @@ ## v19.0 * **[19.0.0](19.0.0)** + * [Changelog](19.0.0/changelog.md) + * [Release Notes](19.0.0/release_notes.md)