Skip to content

Commit

Permalink
Update all references to Agent v0.44.0 (#7100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev authored Jan 28, 2025
1 parent 23f0e7f commit f6b048e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal API changes are not present.
Main (unreleased)
-----------------

v0.44.0-rc.1 (2024-01-20)
v0.44.0 (2024-01-28)
-------------------------

### Bugfixes
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.44.0-rc.0
AGENT_RELEASE: v0.44.0
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.44.0-rc.0"
DefaultAgentVersion = "v0.44.0"
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.44.0-rc.0
v0.44.0

0 comments on commit f6b048e

Please sign in to comment.