-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
9 changed files
with
41 additions
and
7 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,17 @@ | ||
# Changelog of Vitess v12.0.5 | ||
|
||
### Bug fixes | ||
#### Build/CI | ||
* Fixed the release notes CI check helper #10574 | ||
### CI/Build | ||
#### Build/CI | ||
* Remove the review checklist workflow #10656 | ||
* Upgrade v12 to go1.17.12 #10865 | ||
### 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 `12.0.4` #10349 | ||
* Addition of the release summary for v12.0.5 #10864 | ||
|
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 v12.0.5 | ||
## Major Changes | ||
|
||
### Upgrade to `go1.17.12` | ||
|
||
Vitess `v12.0.5` now runs on `go1.17.12`. | ||
The patch release of Go, `go1.17.12`, is the reason 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/12_0_5_changelog.md). | ||
|
||
The release includes 7 commits (excluding merges) | ||
|
||
Thanks to all our contributors: @deepthi, @frouioui | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package servenv | ||
|
||
const versionName = "12.0.5-SNAPSHOT" | ||
const versionName = "12.0.5" |
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