Skip to content

Commit

Permalink
Release commit for 10.0.2
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 May 27, 2021
1 parent ed516f7 commit fc78470
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions doc/releasenotes/10_0_2_release_notes.md
Original file line number Diff line number Diff line change
@@ -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
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 = "10.0.2-SNAPSHOT"
const versionName = "10.0.2"
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>10.0.2-SNAPSHOT</version>
<version>10.0.2</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>10.0.2-SNAPSHOT</version>
<version>10.0.2</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>10.0.2-SNAPSHOT</version>
<version>10.0.2</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>10.0.2-SNAPSHOT</version>
<version>10.0.2</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>10.0.2-SNAPSHOT</version>
<version>10.0.2</version>
<packaging>pom</packaging>

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

0 comments on commit fc78470

Please sign in to comment.