-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Florent Poinsard <[email protected]>
- Loading branch information
Showing
13 changed files
with
95 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters