From 215f36a402de79f5bb2b7da997181b8b8247fc82 Mon Sep 17 00:00:00 2001 From: Zhu Jiekun Date: Wed, 5 Jun 2024 15:17:36 +0800 Subject: [PATCH] docs: [deployment] update CHANGELOG.md to include go version change 1.22.4 (#6412) ### Describe Your Changes Update CHANGELOG to include go version change introduced in 43cf2216811c24d008f9c417339d14513c93c734 Also see: - https://go.dev/doc/devel/release - https://github.com/golang/go/issues?q=milestone%3AGo1.22.4+label%3ACherryPickApproved ### Checklist The following checks are **mandatory**: - [X] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 32f71e96f..e858090ba 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -36,7 +36,7 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/). **Update note 3: the `-maxLabelValueLen` command-line flag default value was changed from 16kB to 1kB. It may lead to truncating of labels with enormous values.** -* SECURITY: upgrade Go builder from Go1.22.2 to Go1.22.3. See [the list of issues addressed in Go1.22.3](https://github.com/golang/go/issues?q=milestone%3AGo1.22.3+label%3ACherryPickApproved). +* SECURITY: upgrade Go builder from Go1.22.2 to Go1.22.4. See the list of issues addressed in [Go1.22.3](https://github.com/golang/go/issues?q=milestone%3AGo1.22.3+label%3ACherryPickApproved) and [Go1.22.4](https://github.com/golang/go/issues?q=milestone%3AGo1.22.4+label%3ACherryPickApproved). * SECURITY: upgrade base docker image (Alpine) from 3.19.1 to 3.20.0. See [alpine 3.20.0 release notes](https://www.alpinelinux.org/posts/Alpine-3.20.0-released.html). * SECURITY: add release images built from scratch image. Such images could be more preferable for using in environments with higher security standards. See this [pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6386).