Skip to content

Commit

Permalink
Bump version release branch (#7047)
Browse files Browse the repository at this point in the history
* bump agent version to v0.43.3 (#7046)

* fix changelog
  • Loading branch information
wildum authored Sep 26, 2024
1 parent 91bab2c commit d930d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Grafana Agent
description: Grafana Agent is a flexible, performant, vendor-neutral, telemetry collector
weight: 350
cascade:
AGENT_RELEASE: v0.43.2
AGENT_RELEASE: v0.43.3
OTEL_VERSION: v0.96.0
refs:
variants:
Expand Down
2 changes: 1 addition & 1 deletion static/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package operator

// Supported versions of the Grafana Agent.
var (
DefaultAgentVersion = "v0.43.2"
DefaultAgentVersion = "v0.43.3"
DefaultAgentBaseImage = "grafana/agent"
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
)
Expand Down
2 changes: 1 addition & 1 deletion tools/gen-versioned-files/agent-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.43.2
v0.43.3

0 comments on commit d930d88

Please sign in to comment.