Skip to content

Commit

Permalink
Release commit for 11.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
  • Loading branch information
askdba committed Sep 9, 2021
1 parent 88217f1 commit 92ac1ff
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions doc/releasenotes/11_0_1_release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Bug fixes
### Cluster management
* Port #8422 to 11.0 branch #8744
### Query Serving
* Handle subquery merging with references correctly #8661
* onlineddl Executor: build schema with DBA user #8667
* Backport to 11: Fixing a panic in vtgate with OLAP mode #8746
* Backport into 11: default to primary tablet if not set in VStream api #8766
### VReplication
* Refresh SrvVSchema after an ExternalizeVindex: was missing #8669
## CI/Build
### Build/CI
* Vitess Release 11.0.0 #8549
* Backport to 11: Updated Makefile do_release script to include godoc steps #8787

The release includes 18 commits (excluding merges)
Thanks to all our contributors: @aquarapid, @askdba, @frouioui, @harshit-gangal, @rohit-nayak-ps, @shlomi-noach, @systay
2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package servenv

const versionName = "11.0.1-SNAPSHOT"
const versionName = "11.0.1"
2 changes: 1 addition & 1 deletion java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>11.0.1-SNAPSHOT</version>
<version>11.0.1</version>
</parent>
<artifactId>vitess-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>11.0.1-SNAPSHOT</version>
<version>11.0.1</version>
</parent>
<artifactId>vitess-example</artifactId>

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

Expand Down
2 changes: 1 addition & 1 deletion java/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>11.0.1-SNAPSHOT</version>
<version>11.0.1</version>
</parent>
<artifactId>vitess-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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

0 comments on commit 92ac1ff

Please sign in to comment.