vitess.io/vitess@v0.16.2/changelog/12.0/12.0.6/release_notes.md (about)

     1  # Release of Vitess v12.0.6
     2  ## Major Changes
     3  
     4  ### Upgrade to `go1.17.13`
     5  
     6  Vitess `v12.0.6` now runs on `go1.17.13`.
     7  The patch release of Go, `go1.17.13`, was the main reason for this release as it includes important security fixes to packages used by Vitess.
     8  Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.17).
     9  
    10  > go1.17.13 (released 2022-08-01) includes security fixes to the encoding/gob and math/big packages, as well as bug fixes to the compiler and the runtime.
    11  ### End of life of MariadDB 10.2
    12  
    13  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/11074).
    14  This change is documented on our website [here](https://vitess.io/docs/12.0/overview/supported-databases/#mariadb-versions-100-to-103).
    15  
    16  
    17  ------------
    18  The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/12.0/12.0.6/changelog.md).
    19  
    20  The release includes 11 commits (excluding merges)
    21  
    22  Thanks to all our contributors: @GuptaManan100, @dbussink, @deepthi, @frouioui, @harshit-gangal, @rohit-nayak-ps