From cb142eeaccdfb2efb9a085fe20a518c4d65b672f Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 10 Jan 2022 15:37:57 +0100 Subject: [PATCH] Release commit for 11.0.4 Signed-off-by: Florent Poinsard --- doc/releasenotes/11_0_4_release_notes.md | 19 +++++++++++++++++++ doc/releasenotes/11_0_4_summary.md | 7 +++++++ 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 +- 8 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 doc/releasenotes/11_0_4_release_notes.md create mode 100644 doc/releasenotes/11_0_4_summary.md diff --git a/doc/releasenotes/11_0_4_release_notes.md b/doc/releasenotes/11_0_4_release_notes.md new file mode 100644 index 00000000000..90222c96a66 --- /dev/null +++ b/doc/releasenotes/11_0_4_release_notes.md @@ -0,0 +1,19 @@ +# Release of Vitess v11.0.4 +## Announcement + +This patch is providing an update regarding the Apache Log4j security vulnerability ([CVE-2021-44832](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832)) (#9464). + +## Known Issues + +- An issue where the value of the `-force` flag is used instead of `-keep_data` flag's value in v2 vreplication workflows (#9174) is known to be present in this release. A workaround is available in the description of issue #9174. + +------------ +## Changelog + +### Dependabot +#### Java +* build(deps): bump log4j-api from 2.16.0 to 2.17.1 in /java #9464 + +The release includes 6 commits (excluding merges) + +Thanks to all our contributors: @dbussink, @frouioui \ No newline at end of file diff --git a/doc/releasenotes/11_0_4_summary.md b/doc/releasenotes/11_0_4_summary.md new file mode 100644 index 00000000000..3ed0c070782 --- /dev/null +++ b/doc/releasenotes/11_0_4_summary.md @@ -0,0 +1,7 @@ +## Announcement + +This patch is providing an update regarding the Apache Log4j security vulnerability ([CVE-2021-44832](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832)) (#9464). + +## Known Issues + +- An issue where the value of the `-force` flag is used instead of `-keep_data` flag's value in v2 vreplication workflows (#9174) is known to be present in this release. A workaround is available in the description of issue #9174. diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index bbd09c5d77e..e1afa17fafd 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -1,3 +1,3 @@ package servenv -const versionName = "11.0.4-SNAPSHOT" +const versionName = "11.0.4" diff --git a/java/client/pom.xml b/java/client/pom.xml index ff87d096019..91d23e4073c 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 11.0.4-SNAPSHOT + 11.0.4 vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index 54b206bb1b1..67d01962464 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 11.0.4-SNAPSHOT + 11.0.4 vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index 013c77b6eb8..d3f0717fec4 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 11.0.4-SNAPSHOT + 11.0.4 vitess-grpc-client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 02e58ebb744..f927163e009 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 11.0.4-SNAPSHOT + 11.0.4 vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index fb1864c4925..1d8b131c86a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 11.0.4-SNAPSHOT + 11.0.4 pom Vitess Java Client libraries [Parent]