Skip to content

Commit

Permalink
Release commit for 13.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jul 26, 2022
1 parent 54bf5a5 commit 60dc8b9
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 32 deletions.
46 changes: 46 additions & 0 deletions doc/releasenotes/13_0_2_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog of Vitess v13.0.2

### Bug fixes
#### Build/CI
* Make go version check reliable by using double brackets #10126
* Fixed the release notes CI check helper #10574
#### Query Serving
* Backport: Only start SQL thread temporarily to WaitForPosition if needed #10123
* Do not mutate replication state in WaitSourcePos and ignore tablets with SQL_Thread stopped in ERS #10148
* Fix for empty results when no shards can be found to route to #10187
* Fix for empty results when no shards can be found to route to [R13, v3] #10202
* plancache: Lazy sysvar planner functions #10248
* Do not cache plans that are invalid because of `--no_scatter` #10283
* Backport R13: concatenate engine primitive #10343
* BugFix: Keep predicates in join when pushing new ones #10715
#### VReplication
* VStream API: Fix vtgate memory leaks when context gets cancelled #10571
#### vtexplain
* fix: check that all keyspaces loaded successfully before using them #10396
### CI/Build
#### Build/CI
* Fix upgrade-downgrade build on `release-13.0` #10503
* Take into account `github.ref` when doing upgrade-downgrade tests #10504
* Remove the review checklist workflow #10656
#### General
* Upgrade to `go1.17.11` on release-13.0 branch #10461
* Upgrade to `go1.17.12` #10707
#### Governance
* Update the comment for review checklist with an item for CI workflows #10471
### Regression
#### Query Serving
* [13.0] partial dml execution logic enhancement #10284
### Release
#### Build/CI
* Rework how the `release notes` labels are handled by the CI #10508
* Rework the generation of the release notes #10510
#### General
* Release 13.0.1 #10096
* [13] Release summary 13.0.2 #10820
### Testing
#### Query Serving
* Flaky test fix: TestFoundRows #10222
* unit test: fix mysql tests to run on MacOS #10613
#### web UI
* Fixing flaky vtctld2 web test #10541

17 changes: 17 additions & 0 deletions doc/releasenotes/13_0_2_release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release of Vitess v13.0.2
## Major Changes

### Upgrade to `go1.17.12`

Vitess `v13.0.2` now runs on `go1.17.12`.
The patch release of Go, `go1.17.12`, was one of main motivations for this release as it includes important security fixes to packages used by Vitess.
Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.17).

> go1.17.12 (released 2022-07-12) includes security fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the runtime, and the runtime/metrics package. [See the Go 1.17.12 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.17.12+label%3ACherryPickApproved) on our issue tracker for details.
------------
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/doc/releasenotes/13_0_2_changelog.md).

The release includes 28 commits (excluding merges)

Thanks to all our contributors: @GuptaManan100, @aquarapid, @frouioui, @harshit-gangal, @mattlord, @rohit-nayak-ps, @systay, @vitess-bot[bot], @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.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
vtctld: vitess/lite:v13.0.2
vtgate: vitess/lite:v13.0.2
vttablet: vitess/lite:v13.0.2
vtbackup: vitess/lite:v13.0.2
mysqld:
mysql56Compatible: vitess/lite:v13.0.1
mysql56Compatible: vitess/lite:v13.0.2
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.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
vtctld: vitess/lite:v13.0.2
vtgate: vitess/lite:v13.0.2
vttablet: vitess/lite:v13.0.2
vtbackup: vitess/lite:v13.0.2
mysqld:
mysql56Compatible: vitess/lite:v13.0.1
mysql56Compatible: vitess/lite:v13.0.2
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.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
vtctld: vitess/lite:v13.0.2
vtgate: vitess/lite:v13.0.2
vttablet: vitess/lite:v13.0.2
vtbackup: vitess/lite:v13.0.2
mysqld:
mysql56Compatible: vitess/lite:v13.0.1
mysql56Compatible: vitess/lite:v13.0.2
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.1
vtgate: vitess/lite:v13.0.1
vttablet: vitess/lite:v13.0.1
vtbackup: vitess/lite:v13.0.1
vtctld: vitess/lite:v13.0.2
vtgate: vitess/lite:v13.0.2
vttablet: vitess/lite:v13.0.2
vtbackup: vitess/lite:v13.0.2
mysqld:
mysql56Compatible: vitess/lite:v13.0.1
mysql56Compatible: vitess/lite:v13.0.2
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.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
vtctld: vitess/lite:v13.0.2
vtorc: vitess/lite:v13.0.2
vtgate: vitess/lite:v13.0.2
vttablet: vitess/lite:v13.0.2
vtbackup: vitess/lite:v13.0.2
mysqld:
mysql56Compatible: vitess/lite:v13.0.1
mysql56Compatible: vitess/lite:v13.0.2
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.2-SNAPSHOT"
const versionName = "13.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>13.0.2-SNAPSHOT</version>
<version>13.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>13.0.2-SNAPSHOT</version>
<version>13.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>13.0.2-SNAPSHOT</version>
<version>13.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>13.0.2-SNAPSHOT</version>
<version>13.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>13.0.2-SNAPSHOT</version>
<version>13.0.2</version>
<packaging>pom</packaging>

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

0 comments on commit 60dc8b9

Please sign in to comment.