Skip to content

Commit e444663

Browse files
committed
build-image: bump to Go 1.21.4
1 parent a2817f5 commit e444663

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ Main (unreleased)
2626
- renamed 3 metrics starting with `mysql_perf_schema_transaction_` to start with `mysql_perf_schema_transactions_` to be consistent with column names.
2727
- exposing only server's own stats by matching `MEMBER_ID` with `@@server_uuid` resulting "member_id" label to be dropped.
2828

29-
### Other changes
30-
31-
- Bump `mysqld_exporter` version to v0.15.0. (@marctc)
32-
- Bump `github-exporter` version to 1.0.6. (@marctc)
33-
3429
### Features
3530

3631
- Added a new `stage.decolorize` stage to `loki.process` component which
@@ -149,6 +144,14 @@ Main (unreleased)
149144
- Fix a bug which prevented Agent from running `otelcol.exporter.loadbalancing`
150145
with a `routing_key` of `traceID`. (@ptodev)
151146

147+
### Other changes
148+
149+
- Bump `mysqld_exporter` version to v0.15.0. (@marctc)
150+
151+
- Bump `github-exporter` version to 1.0.6. (@marctc)
152+
153+
- Use Go 1.21.4 for builds. (@rfratto)
154+
152155
v0.37.4 (2023-11-06)
153156
-----------------
154157

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM alpine:3.17 as helm
2323
RUN apk add --no-cache helm
2424

2525
# Dependency: Go and Go dependencies
26-
FROM golang:1.21.3-bullseye as golang
26+
FROM golang:1.21.4-bullseye as golang
2727

2828
# Keep in sync with cmd/grafana-agent-operator/DEVELOPERS.md
2929
ENV CONTROLLER_GEN_VERSION v0.9.2

build-image/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/golang:1.21.3-windowsservercore-1809
1+
FROM library/golang:1.21.4-windowsservercore-1809
22

33
SHELL ["powershell", "-command"]
44

0 commit comments

Comments
 (0)