Skip to content

Commit ab17fa0

Browse files
authored
Update version to v0.44.0-rc.0 (#7084)
1 parent 57b5bda commit ab17fa0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ internal API changes are not present.
1010
Main (unreleased)
1111
-----------------
1212

13+
v0.44.0-rc.0 (2024-12-19)
14+
-------------------------
15+
1316
### Bugfixes
1417

1518
- `loki.source.podlogs`: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent.

docs/sources/_index.md

Lines changed: 1 addition & 1 deletion
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.43.4
12+
AGENT_RELEASE: v0.44.0-rc.0
1313
OTEL_VERSION: v0.96.0
1414
refs:
1515
variants:

static/operator/defaults.go

Lines changed: 1 addition & 1 deletion
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.43.4"
5+
DefaultAgentVersion = "v0.44.0-rc.0"
66
DefaultAgentBaseImage = "grafana/agent"
77
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
88
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.43.4
1+
v0.44.0-rc.0

0 commit comments

Comments
 (0)