From e9c970ea1841b6d8cb7e65e7db72783ab734300d Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Thu, 19 Dec 2024 14:29:30 +0200 Subject: [PATCH] Update version to v0.44.0-rc.0 --- CHANGELOG.md | 3 +++ docs/sources/_index.md | 2 +- static/operator/defaults.go | 2 +- tools/gen-versioned-files/agent-version.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23174c39340a..f90a9b68e238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ internal API changes are not present. Main (unreleased) ----------------- +v0.44.0-rc.0 (2024-12-19) +------------------------- + ### Bugfixes - `loki.source.podlogs`: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent. diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 79f54ff17f32..e90b53831fa9 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -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.4 + AGENT_RELEASE: v0.44.0-rc.0 OTEL_VERSION: v0.96.0 refs: variants: diff --git a/static/operator/defaults.go b/static/operator/defaults.go index 43e843226e1d..290fb2a0e5a2 100644 --- a/static/operator/defaults.go +++ b/static/operator/defaults.go @@ -2,7 +2,7 @@ package operator // Supported versions of the Grafana Agent. var ( - DefaultAgentVersion = "v0.43.4" + DefaultAgentVersion = "v0.44.0-rc.0" DefaultAgentBaseImage = "grafana/agent" DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion ) diff --git a/tools/gen-versioned-files/agent-version.txt b/tools/gen-versioned-files/agent-version.txt index c968c818b226..7a2eb7893bcb 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.43.4 \ No newline at end of file +v0.44.0-rc.0 \ No newline at end of file