From fc7847093afae2fbcaa320eb182e2a84620de390 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Thu, 27 May 2021 11:23:38 +0300 Subject: [PATCH] Release commit for 10.0.2 Signed-off-by: Alkin Tezuysal --- doc/releasenotes/10_0_2_release_notes.md | 24 ++++++++++++++++++++++++ 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 +- 7 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 doc/releasenotes/10_0_2_release_notes.md diff --git a/doc/releasenotes/10_0_2_release_notes.md b/doc/releasenotes/10_0_2_release_notes.md new file mode 100644 index 00000000000..5ff40ef3fee --- /dev/null +++ b/doc/releasenotes/10_0_2_release_notes.md @@ -0,0 +1,24 @@ +## Bug fixes +### Query Serving + * Fixes encoding of sql strings #8029 + * Fix for issue with information_schema queries with both table name and schema name predicates #8099 + * PRIMARY in index hint list for release 10.0 #8159 +### VReplication + * VReplication: Pad binlog values for binary() columns to match the value returned by mysql selects #8137 +## CI/Build +### Build/CI + * update release notes with known issue #8081 +## Documentation +### Other + * Post v10.0.1 updates #8045 +## Enhancement +### Build/CI + * Added release script to the makefile #8030 +### Other + * Add optional TLS feature to gRPC servers #8176 +## Other +### Build/CI + * Release 10.0.1 #8031 + +The release includes 14 commits (excluding merges) +Thanks to all our contributors: @GuptaManan100, @askdba, @deepthi, @harshit-gangal, @noxiouz, @rohit-nayak-ps, @systay diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index 1aaeed280b4..e6d25d406a1 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -1,3 +1,3 @@ package servenv -const versionName = "10.0.2-SNAPSHOT" +const versionName = "10.0.2" diff --git a/java/client/pom.xml b/java/client/pom.xml index 6290f8f4376..d2251cd577b 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 10.0.2-SNAPSHOT + 10.0.2 vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index ff8403af132..d0318cee370 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 10.0.2-SNAPSHOT + 10.0.2 vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index 912d5637671..84062137934 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 10.0.2-SNAPSHOT + 10.0.2 vitess-grpc-client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 85bff36a1d8..3cfec1ebb03 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 10.0.2-SNAPSHOT + 10.0.2 vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index 074bf254e60..19009d74e50 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 10.0.2-SNAPSHOT + 10.0.2 pom Vitess Java Client libraries [Parent]