Skip to content

Commit

Permalink
update version to v0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Sep 19, 2024
1 parent f3c2e0d commit 0bd29be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ internal API changes are not present.
Main (unreleased)
-----------------

v0.43.1 (2024-09-19)
-------------------------

### Security fixes

- Add quotes to windows service path to prevent path interception attack. (@wildum)

v0.43.0 (2024-09-11)
-------------------------

Expand Down
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.0
AGENT_RELEASE: v0.43.1
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.0"
DefaultAgentVersion = "v0.43.1"
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.0
v0.43.1

0 comments on commit 0bd29be

Please sign in to comment.