Skip to content

Commit b17de13

Browse files
committed
chore: update Golang version to 1.25.8
1 parent 45eff57 commit b17de13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BUILDINFO
33
ARG BASEIMAGE=scratch
44

55
# Build the manager binary
6-
FROM golang:1.25.7 AS builder
6+
FROM golang:1.25.8 AS builder
77
ARG TARGETOS
88
ARG TARGETARCH
99

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ aliases:
1717
* FEATURE: [vmoperator](https://docs.victoriametrics.com/operator/): introduce VM_LOOPBACK env variable, which allows to override default loopback address, which is either `localhost` if `VM_ENABLETCP6=true` or `127.0.0.1` in other cases.
1818

1919
* BUGFIX: [vmoperator](https://docs.victoriametrics.com/operator/): recreate STS if immutable fields changed.
20-
* BUGFIX: [vmdistributed](https://docs.victoriametrics.com/operator/resources/vmdistributed/): updated VMAuth config consolidating all VMSelects into a single read and all VMAgents into a single write backend
20+
* BUGFIX: [vmdistributed](https://docs.victoriametrics.com/operator/resources/vmdistributed/): updated VMAuth config consolidating all VMSelects into a single read and all VMAgents into a single write backend.
21+
22+
* SECURITY: upgrade Go builder from Go1.25.7 to Go1.25.8. See [the list of issues addressed in Go1.25.8](https://github.com/golang/go/issues?q=milestone%3AGo1.25.8+label%3ACherryPickApproved).
2123

2224
## [v0.68.2](https://github.com/VictoriaMetrics/operator/releases/tag/v0.68.2)
2325
**Release date:** 04 March 2026

0 commit comments

Comments
 (0)