From 27b2c85e53941b27af7e83b89dbd54e0e8b6891c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 11 Dec 2022 01:49:51 -0800 Subject: [PATCH] docs/CHANGELOG.md: add a note to v1.79.6 that the v1.79.x is a line of LTS releases --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3abdaa5acf..5873dc3c38 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -19,6 +19,9 @@ The following tip changes can be tested by building VictoriaMetrics components f Released at 11-12-2022 +**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: update Go builder from v1.19.3 to v1.19.4. See [the changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.19.4+label%3ACherryPickApproved). * SECURITY: update base Docker image for VictoriaMetrics components from Alpine 3.16.2 to Alpine v3.17.0. See [the changelog](https://alpinelinux.org/releases/).