docs/CHANGELOG.md: delimit changes from update notes

This commit is contained in:
Aliaksandr Valialkin 2023-07-27 17:06:15 -07:00
parent f850421103
commit 174f6793f3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -40,6 +40,8 @@ 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).