Skip to content

Commit

Permalink
Release 13.0.1 (#10096)
Browse files Browse the repository at this point in the history
* Release commit for 13.0.1

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* Back to dev mode

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* Addition of more details regarding the go1.17.9 upgrade in v13.0.1 release notes

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored Apr 20, 2022
1 parent e61f1f8 commit dcd3d1d
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 32 deletions.
32 changes: 32 additions & 0 deletions doc/releasenotes/13_0_1_release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Release of Vitess v13.0.1
## Changelog

### Bug fixes
#### Cluster management
* Fix the race between PromoteReplica and replication manager tick #9859
#### Query Serving
* Fix `__sq_has_values1` error with `PulloutSubquery` #9864
* Fix planner panic on derived tables sorting in query builder #9959
* Fix make concatenate and limit concurrent safe #9981
* Fix reserved connection retry logic when vttablet or mysql is down #10005
* Fix Gen4 sub query planning when the outer query is a dual query #10007
* Fix parsing of bind variables in a few places #10015
* Fix route explain tab plan to the proper Keyspace #10029
* Fix Sequence query to ignore reserved and transaction #10054
* Fix dual query with exists clause having system table query in it #10055
* Fix Gen4 only_full_group_by regression #10079
#### VReplication
* VPlayer use stored/binlogged ENUM index value in WHERE clauses #9868
### CI/Build
#### Security
* Upgrade to `go1.17.9` #10088
The `go1.17.9` version, released 2022-04-12, includes security fixes to the `crypto/elliptic` and `encoding/pem` packages, as well as bug fixes to the linker and runtime). More information [here](https://go.dev/doc/devel/release#go1.17.minor).
### Enhancement
#### Query Serving
* Fix allow multiple distinct columns on single shards #10047
* Fix add parsing for NOW in DEFAULT clause #10085


The release includes 30 commits (excluding merges)

Thanks to all our contributors: @GuptaManan100, @frouioui, @harshit-gangal, @mattlord, @rohit-nayak-ps, @systay, @vmg
10 changes: 5 additions & 5 deletions examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v13.0.0
vtgate: vitess/lite:v13.0.0
vttablet: vitess/lite:v13.0.0
vtbackup: vitess/lite:v13.0.0
vtctld: vitess/lite:v13.0.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
mysqld:
mysql56Compatible: vitess/lite:v13.0.0
mysql56Compatible: vitess/lite:v13.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v13.0.0
vtgate: vitess/lite:v13.0.0
vttablet: vitess/lite:v13.0.0
vtbackup: vitess/lite:v13.0.0
vtctld: vitess/lite:v13.0.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
mysqld:
mysql56Compatible: vitess/lite:v13.0.0
mysql56Compatible: vitess/lite:v13.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v13.0.0
vtgate: vitess/lite:v13.0.0
vttablet: vitess/lite:v13.0.0
vtbackup: vitess/lite:v13.0.0
vtctld: vitess/lite:v13.0.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
mysqld:
mysql56Compatible: vitess/lite:v13.0.0
mysql56Compatible: vitess/lite:v13.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v13.0.0
vtgate: vitess/lite:v13.0.0
vttablet: vitess/lite:v13.0.0
vtbackup: vitess/lite:v13.0.0
vtctld: vitess/lite:v13.0.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
mysqld:
mysql56Compatible: vitess/lite:v13.0.0
mysql56Compatible: vitess/lite:v13.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
12 changes: 6 additions & 6 deletions examples/operator/vtorc_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v13.0.0
vtorc: vitess/lite:v13.0.0
vtgate: vitess/lite:v13.0.0
vttablet: vitess/lite:v13.0.0
vtbackup: vitess/lite:v13.0.0
vtctld: vitess/lite:v13.0.1
vtorc: vitess/lite:v13.0.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
mysqld:
mysql56Compatible: vitess/lite:v13.0.0
mysql56Compatible: vitess/lite:v13.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ package servenv
// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY ./tools/do_releases.sh
// DO NOT EDIT

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

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

0 comments on commit dcd3d1d

Please sign in to comment.