File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ Main (unreleased)
26
26
- renamed 3 metrics starting with ` mysql_perf_schema_transaction_ ` to start with ` mysql_perf_schema_transactions_ ` to be consistent with column names.
27
27
- exposing only server's own stats by matching ` MEMBER_ID ` with ` @@server_uuid ` resulting "member_id" label to be dropped.
28
28
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
-
34
29
### Features
35
30
36
31
- Added a new ` stage.decolorize ` stage to ` loki.process ` component which
@@ -149,6 +144,14 @@ Main (unreleased)
149
144
- Fix a bug which prevented Agent from running ` otelcol.exporter.loadbalancing `
150
145
with a ` routing_key ` of ` traceID ` . (@ptodev )
151
146
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
+
152
155
v0.37.4 (2023-11-06)
153
156
-----------------
154
157
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FROM alpine:3.17 as helm
23
23
RUN apk add --no-cache helm
24
24
25
25
# Dependency: Go and Go dependencies
26
- FROM golang:1.21.3 -bullseye as golang
26
+ FROM golang:1.21.4 -bullseye as golang
27
27
28
28
# Keep in sync with cmd/grafana-agent-operator/DEVELOPERS.md
29
29
ENV CONTROLLER_GEN_VERSION v0.9.2
Original file line number Diff line number Diff line change 1
- FROM library/golang:1.21.3 -windowsservercore-1809
1
+ FROM library/golang:1.21.4 -windowsservercore-1809
2
2
3
3
SHELL ["powershell" , "-command" ]
4
4
You can’t perform that action at this time.
0 commit comments