-
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
17 changed files
with
131 additions
and
67 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,41 @@ | ||
# Changelog of Vitess v14.0.2 | ||
|
||
### Bug fixes | ||
#### Backup and Restore | ||
* BugFix: Using backups from v13 should work with v14 [#10919](https://github.com/vitessio/vitess/pull/10919@) | ||
#### Build/CI | ||
* Fix Upgrade Downgrade manual backup dependencies install [#11084](https://github.com/vitessio/vitess/pull/11084) | ||
#### Cluster management | ||
* [vtctld] Fix nil-ness in healthcheck (#11067) [#11068](https://github.com/vitessio/vitess/pull/11068) | ||
#### Query Serving | ||
* Online DDL: deal with autogenerated CHECK constraint names [#10638](https://github.com/vitessio/vitess/pull/10638) | ||
* Fix AST copying of basic types in release-14.0 [#11051](https://github.com/vitessio/vitess/pull/11051) | ||
* fix: return when instructions are nil in checkThatPlanIsValid [#11070](https://github.com/vitessio/vitess/pull/11070) | ||
* On demand heartbeats: fix race condition closing the writer (#11157) [#11158](https://github.com/vitessio/vitess/pull/11158) | ||
### CI/Build | ||
#### Build/CI | ||
* Remove MariaDB 10.2 Unit Test in v15 [#10700](https://github.com/vitessio/vitess/pull/10700) | ||
* Add more robust go version handling [#11001](https://github.com/vitessio/vitess/pull/11001) | ||
* Fix mariadb103 ci [#11015](https://github.com/vitessio/vitess/pull/11015) | ||
* CI: change upgrade/downgrade tests to use vitessio fork of go-junit-report (#11023) [#11024](https://github.com/vitessio/vitess/pull/11024) | ||
* Add workflow file to the filter rules [#11032](https://github.com/vitessio/vitess/pull/11032) | ||
* Add upgrade-downgrade tests for next releases (release-14.0) [#11034](https://github.com/vitessio/vitess/pull/11034) | ||
* Remove deprecated flag `enable_queries` from end to end tests in v14 [#11049](https://github.com/vitessio/vitess/pull/11049) | ||
* Add SKIP check to workflows removed in v15 [#11083](https://github.com/vitessio/vitess/pull/11083) | ||
#### Cluster management | ||
* Fix flakiness in TestReplicationStatus [#10927](https://github.com/vitessio/vitess/pull/10927) | ||
#### Query Serving | ||
* CI Fix: Collation tests (#10839) [#10842](https://github.com/vitessio/vitess/pull/10842) | ||
#### VReplication | ||
* v14 backport of two PRs: vreplication throttling info & vreplication endtoend flakiness fix [#10928](https://github.com/vitessio/vitess/pull/10928) | ||
### Enhancement | ||
#### Backup and Restore | ||
* Backport: Backups: Support InnoDB Redo Log Location With 8.0.30+ [#10895](https://github.com/vitessio/vitess/pull/10895) | ||
### Release | ||
#### Documentation | ||
* Addition of the release summary for v14.0.2 [#11142](https://github.com/vitessio/vitess/pull/11142) | ||
#### General | ||
* Post release `v14.0.1` [#10850](https://github.com/vitessio/vitess/pull/10850) | ||
* Include the compose examples in the `do_release` script [#11130](https://github.com/vitessio/vitess/pull/11130) | ||
* Upgrade go version to `1.18.5` on `release-14.0` [#11131](https://github.com/vitessio/vitess/pull/11131) | ||
|
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,23 @@ | ||
# Release of Vitess v14.0.2 | ||
## Major Changes | ||
|
||
### Upgrade to `go1.18.5` | ||
|
||
Vitess `v14.0.2` now runs on `go1.18.5`. | ||
The patch release of Go, `go1.18.5`, was one of the main reasons 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.18). | ||
|
||
> go1.18.4 (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 linker, the runtime, and the runtime/metrics package. | ||
### End of life of MariadDB 10.2 | ||
|
||
Since the end-of-life of MariaDB 10.2, its Docker image is unavailable, and we decided to remove the unit tests using this version of MariaDB. The Pull Request doing this change is available [here](https://github.com/vitessio/vitess/pull/11042). | ||
You can find more information on the list of supported databases on our documentation website, [here](https://vitess.io/docs/14.0/overview/supported-databases/). | ||
|
||
------------ | ||
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/doc/releasenotes/14_0_2_changelog.md). | ||
|
||
The release includes 23 commits (excluding merges) | ||
|
||
Thanks to all our contributors: @GuptaManan100, @dbussink, @frouioui, @mattlord, @shlomi-noach, @vitess-bot[bot] | ||
|
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
Oops, something went wrong.