Skip to content

Commit

Permalink
Release commit for 14.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Jun 28, 2022
1 parent 3319a6b commit 9665c18
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
7 changes: 5 additions & 2 deletions doc/releasenotes/14_0_0_changelog.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/releasenotes/14_0_0_release_notes.md
Expand Up @@ -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

2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion java/client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>
<artifactId>vitess-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>
<artifactId>vitess-example</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/grpc-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>
<artifactId>vitess-grpc-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>
<artifactId>vitess-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>pom</packaging>

<name>Vitess Java Client libraries [Parent]</name>
Expand Down

0 comments on commit 9665c18

Please sign in to comment.