Skip to content

Commit d0ed015

Browse files
authored
Prepare for v0.43.0-rc.0 (#7016)
1 parent 2a05570 commit d0ed015

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This document contains a historical list of changes between releases. Only
77
changes that impact end-user behavior are listed; changes to documentation or
88
internal API changes are not present.
99

10-
Main (unreleased)
11-
-----------------
10+
v0.43.0-rc.0 (2024-09-06)
11+
-------------------------
1212

1313
### Bugfixes
1414

docs/sources/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Grafana Agent
99
description: Grafana Agent is a flexible, performant, vendor-neutral, telemetry collector
1010
weight: 350
1111
cascade:
12-
AGENT_RELEASE: v0.42.0
12+
AGENT_RELEASE: v0.43.0-rc.0
1313
OTEL_VERSION: v0.96.0
1414
refs:
1515
variants:

static/operator/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package operator
22

33
// Supported versions of the Grafana Agent.
44
var (
5-
DefaultAgentVersion = "v0.42.0"
5+
DefaultAgentVersion = "v0.43.0-rc.0"
66
DefaultAgentBaseImage = "grafana/agent"
77
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
88
)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.42.0
1+
v0.43.0-rc.0

0 commit comments

Comments
 (0)