From 7a9c211b3693986c962929786ba5e4894da61bd0 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 31 Jul 2023 09:21:05 +0200 Subject: [PATCH] docs: remove anchors from the 1.92 release Adding anchors to the 1.92 changelog breaks consistency of navigation section at https://docs.victoriametrics.com/CHANGELOG.html All other releases do not have subsections, so should 1.92. Signed-off-by: hagen1778 --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9fefc65a..1fe81b9b9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -49,7 +49,7 @@ The previous behavior can be restored in the following ways: - by passing `-streamAggr.dropInput` command-line flag to single-node VictoriaMetrics; - by passing `-remoteWrite.streamAggr.dropInput` command-line flag per each configured `-remoteWrite.streamAggr.config` at `vmagent`. -### CHANGES +--- * SECURITY: upgrade base docker image (alpine) from 3.18.0 to 3.18.2. See [alpine 3.18.2 release notes](https://alpinelinux.org/posts/Alpine-3.15.9-3.16.6-3.17.4-3.18.2-released.html). * SECURITY: upgrade Go builder from Go1.20.5 to Go1.20.6. See [the list of issues addressed in Go1.20.6](https://github.com/golang/go/issues?q=milestone%3AGo1.20.6+label%3ACherryPickApproved).