From 9665c1850cf3e155667178104891f0fc41b71a9d Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 28 Jun 2022 19:27:21 +0200 Subject: [PATCH] Release commit for 14.0.0 Signed-off-by: Florent Poinsard --- doc/releasenotes/14_0_0_changelog.md | 7 +++++-- doc/releasenotes/14_0_0_release_notes.md | 2 +- go/vt/servenv/version.go | 2 +- java/client/pom.xml | 2 +- java/example/pom.xml | 2 +- java/grpc-client/pom.xml | 2 +- java/jdbc/pom.xml | 2 +- java/pom.xml | 2 +- 8 files changed, 12 insertions(+), 9 deletions(-) diff --git a/doc/releasenotes/14_0_0_changelog.md b/doc/releasenotes/14_0_0_changelog.md index b3e74b1498d..ebd5612ce6b 100644 --- a/doc/releasenotes/14_0_0_changelog.md +++ b/doc/releasenotes/14_0_0_changelog.md @@ -107,7 +107,8 @@ * fix: aggregation empty row on join with grouping and aggregations #10480 * Backport to release-14: Fix parsing of CAST() statements #10512 and #10514 #10517 * Fix casing of vitess migration syntax and comments printing #10535 - * VReplication: more unrecoverable error codes #10559 + * VReplication: more unrecoverable error codes #10559 + * [14.0] fix: handle planner_version and planner-version correctly #10604 #### VReplication * Update error description for deprecated command #9622 * Support VDiff across DB versions #9679 @@ -580,13 +581,15 @@ #### Build/CI * Updating 13.0.0 release notes on main #9759 * Rework how the `release notes` labels are handled by the CI #10508 - * Rework the generation of the release notes #10510 + * Rework the generation of the release notes #10510 + * Post release 14.0.0 updates #10600 #### General * Moving dev to 14.0.0-SNAPSHOT #9611 * Addition of release notes for v13.0.1 #10097 * add caller_id to 13.0.0 release notes #10124 * Release notes documents for `v12.0.4` on `main` #10350 * [14.0] Update and prepare the `v14.0.0` summary #10569 + * Revert snapshot incrementation in release-14.0 #10605 ### Testing #### Build/CI * More aggressive tests for vitess migration cut-over #9956 diff --git a/doc/releasenotes/14_0_0_release_notes.md b/doc/releasenotes/14_0_0_release_notes.md index df6635b43d2..655d40870ea 100644 --- a/doc/releasenotes/14_0_0_release_notes.md +++ b/doc/releasenotes/14_0_0_release_notes.md @@ -316,7 +316,7 @@ A long time ago, the sharding column and type were specified at the keyspace lev ------------ The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/doc/releasenotes/14_0_0_changelog.md). -The release includes 1098 commits (excluding merges) +The release includes 1101 commits (excluding merges) Thanks to all our contributors: @FancyFane, @GuptaManan100, @Juneezee, @K-Kumar-01, @Phanatic, @ajm188, @akenneth, @aquarapid, @arthurschreiber, @brendar, @cuishuang, @dasl-, @dbussink, @deepthi, @dependabot[bot], @derekperkins, @doeg, @fatih, @frouioui, @harshit-gangal, @malpani, @matthiasr, @mattlord, @mattrobenolt, @notfelineit, @pjambet, @rohit-nayak-ps, @rsajwani, @shlomi-noach, @simon-engledew, @systay, @utk9, @vmg, @vmogilev, @y5w, @yields diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index 0201a3cc1c6..b64e0bcee2a 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -19,4 +19,4 @@ package servenv // THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY ./tools/do_releases.sh // DO NOT EDIT -const versionName = "14.0.0-SNAPSHOT" +const versionName = "14.0.0" diff --git a/java/client/pom.xml b/java/client/pom.xml index d094d966cc1..33f69bf88c8 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 14.0.0-SNAPSHOT + 14.0.0 vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index 31862a9bfe1..e5c160a83bc 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 14.0.0-SNAPSHOT + 14.0.0 vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index efe9e915f87..b91f21733fa 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 14.0.0-SNAPSHOT + 14.0.0 vitess-grpc-client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 7f8fc285c2b..eadb3a757ca 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 14.0.0-SNAPSHOT + 14.0.0 vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index cedf842ea84..c1901b8bf26 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 14.0.0-SNAPSHOT + 14.0.0 pom Vitess Java Client libraries [Parent]