Skip to content

Commit

Permalink
Release commit for 12.0.2
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 Dec 17, 2021
1 parent 016fc7a commit d620dab
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 6 deletions.
16 changes: 16 additions & 0 deletions doc/releasenotes/12_0_2_release_notes.md
@@ -0,0 +1,16 @@
# Release of Vitess v12.0.2
## Announcement

This patch is providing an update regarding the Apache Log4j security vulnerability (CVE-2021-45046) (#9396).

------------
## Changelog

### Dependabot
#### Java
* build(deps): bump log4j-core from 2.15.0 to 2.16.0 in /java #9396


The release includes 2 commits (excluding merges)

Thanks to all our contributors: @frouioui
3 changes: 3 additions & 0 deletions doc/releasenotes/12_0_2_summary.md
@@ -0,0 +1,3 @@
## Major Changes

This patch is providing an update regarding the Apache Log4j security vulnerability (CVE-2021-45046) (#9396).
2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
@@ -1,3 +1,3 @@
package servenv

const versionName = "12.0.2-SNAPSHOT"
const versionName = "12.0.2"
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>12.0.2-SNAPSHOT</version>
<version>12.0.2</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>12.0.2-SNAPSHOT</version>
<version>12.0.2</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>12.0.2-SNAPSHOT</version>
<version>12.0.2</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>12.0.2-SNAPSHOT</version>
<version>12.0.2</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>12.0.2-SNAPSHOT</version>
<version>12.0.2</version>
<packaging>pom</packaging>

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

0 comments on commit d620dab

Please sign in to comment.