Skip to content

Commit

Permalink
deployment/docker: upgrade base Docker image from Alpine 3.19.0 to 3.…
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Jan 30, 2024
1 parent 2648872 commit fcc8b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

DOCKER_NAMESPACE ?= victoriametrics

ROOT_IMAGE ?= alpine:3.19.0
CERTS_IMAGE := alpine:3.19.0
ROOT_IMAGE ?= alpine:3.19.1
CERTS_IMAGE := alpine:3.19.1

GO_BUILDER_IMAGE := golang:1.21.6-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The sandbox cluster installation is running under the constant load generated by

Released at 2024-01-30

* SECURITY: upgrade base docker image (Alpine) from 3.19.0 to 3.19.1. See [alpine 3.19.1 release notes](https://www.alpinelinux.org/posts/Alpine-3.19.1-released.html).
* SECURITY: upgrade Go builder from Go1.21.5 to Go1.21.6. See [the list of issues addressed in Go1.21.6](https://github.com/golang/go/issues?q=milestone%3AGo1.21.6+label%3ACherryPickApproved).

* FEATURE: improve new [time series](https://docs.victoriametrics.com/keyConcepts.html#time-series) registration speed on systems with high number of CPU cores. Thanks to @misutoth for the initial idea and [implementation](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5212).
Expand Down

0 comments on commit fcc8b14

Please sign in to comment.