From 7037fe88eccc43797ba5fe304f6a406f4684ade4 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 2 Oct 2023 10:20:37 -0600 Subject: [PATCH] re-gen release notes after merge from release-15.0 Signed-off-by: Florent Poinsard --- changelog/15.0/15.0.5/changelog.md | 10 ++++++++-- changelog/15.0/15.0.5/release_notes.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog/15.0/15.0.5/changelog.md b/changelog/15.0/15.0.5/changelog.md index e8cce6ff9aa..07ac0749677 100644 --- a/changelog/15.0/15.0.5/changelog.md +++ b/changelog/15.0/15.0.5/changelog.md @@ -2,7 +2,8 @@ ### Bug fixes #### Build/CI - * [release-15.0] Make `Static Code Checks Etc` fail if the `./changelog` folder is out-of-date (#14003) [#14004](https://github.com/vitessio/vitess/pull/14004) + * [release-15.0] Make `Static Code Checks Etc` fail if the `./changelog` folder is out-of-date (#14003) [#14004](https://github.com/vitessio/vitess/pull/14004) + * [release-15.0] Enable failures in `tools/e2e_test_race.sh` and fix races (#13654) [#14009](https://github.com/vitessio/vitess/pull/14009) #### Cluster management * [release-15.0] Fix `BackupShard` to get its options from its own flags (#13813) [#13818](https://github.com/vitessio/vitess/pull/13818) #### Online DDL @@ -20,10 +21,15 @@ * [release-15.0] Fix: convertBoolToSemiSyncAction method to account for all semi sync actions (#13075) [#13957](https://github.com/vitessio/vitess/pull/13957) ### CI/Build #### Documentation - * [release-15.0] update docgen to embed commit ID in autogenerated doc frontmatter (#14056) [#14072](https://github.com/vitessio/vitess/pull/14072) + * [release-15.0] update docgen to embed commit ID in autogenerated doc frontmatter (#14056) [#14072](https://github.com/vitessio/vitess/pull/14072) +#### VTorc + * [release-15.0] docker: add dedicated vtorc container (#14126) [#14145](https://github.com/vitessio/vitess/pull/14145) ### Documentation #### Documentation * [release-15.0] anonymize homedirs in generated docs (#14101) [#14104](https://github.com/vitessio/vitess/pull/14104) +### Internal Cleanup +#### Build/CI + * [release-15.0] Bump upgrade test to `go1.20.8` [#13938](https://github.com/vitessio/vitess/pull/13938) ### Release #### General * Code freeze of release-15.0 for `v15.0.5` [#14141](https://github.com/vitessio/vitess/pull/14141) diff --git a/changelog/15.0/15.0.5/release_notes.md b/changelog/15.0/15.0.5/release_notes.md index 8659500ae48..34f9da437bd 100644 --- a/changelog/15.0/15.0.5/release_notes.md +++ b/changelog/15.0/15.0.5/release_notes.md @@ -1,7 +1,7 @@ # Release of Vitess v15.0.5 The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/15.0/15.0.5/changelog.md). -The release includes 17 merged Pull Requests. +The release includes 20 merged Pull Requests. Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @arthurschreiber, @frouioui, @shlomi-noach, @systay