From 39800891a110e0dc14c9810a18a284223d2ec0ef Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Wed, 14 Dec 2022 10:44:22 +0100 Subject: [PATCH] update the release 15.0.2 summary doc Signed-off-by: Florent Poinsard --- doc/releasenotes/15_0_2_summary.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/releasenotes/15_0_2_summary.md diff --git a/doc/releasenotes/15_0_2_summary.md b/doc/releasenotes/15_0_2_summary.md new file mode 100644 index 00000000000..6f3346efa47 --- /dev/null +++ b/doc/releasenotes/15_0_2_summary.md @@ -0,0 +1,10 @@ +## Major Changes + +### Upgrade to `go1.18.9` + +Vitess `v15.0.2` now runs on `go1.18.9`. +The patch release of Go, `go1.18.9`, was one of the main reasons for this release as it includes an important security fixe to `net/http` package, which is use extensively by Vitess. +Below is a summary of this patch release. You can learn more [here](https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU). + +> go1.18.9 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to cgo, the compiler, the runtime, and the crypto/x509 and os/exec packages. +