docs/CHANGELOG.md: add missing message about LTS release for v1.79.9

This commit is contained in:
Aliaksandr Valialkin 2023-02-24 15:07:50 -08:00
parent a5bc765b49
commit 706ed48482
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -20,6 +20,9 @@ The following tip changes can be tested by building VictoriaMetrics components f
Released at 2023-02-24
**v1.79.x is a line of LTS releases (e.g. long-time support). It contains important up-to-date bugfixes.
The v1.79.x line will be supported for at least 12 months since [v1.79.0](https://docs.victoriametrics.com/CHANGELOG.html#v1790) release**
* SECURITY: upgrade base docker image (alpine) from 3.17.1 to 3.17.2. See [alpine 3.17.2 release notes](https://alpinelinux.org/posts/Alpine-3.17.2-released.html).
* SECURITY: upgrade Go builder from Go1.20.0 to Go1.20.1. See [the list of issues addressed in Go1.20.1](https://github.com/golang/go/issues?q=milestone%3AGo1.20.1+label%3ACherryPickApproved).