From e490e5e30835d3866ed9c974fc606e4434c6a3d4 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Thu, 18 Jul 2024 14:30:16 +0100 Subject: [PATCH] Update version refs to v0.42.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 ce24c1ab51a9..2d6641a7fde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ internal API changes are not present. Main (unreleased) ----------------- +v0.42.0-rc.0 (2024-07-18) +------------------------- + ### Security fixes - Fixes following vulnerabilities (@ptodev) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 78bdf97881df..a909ec42a2ea 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.41.1 + AGENT_RELEASE: v0.42.0-rc.0 OTEL_VERSION: v0.96.0 refs: variants: diff --git a/static/operator/defaults.go b/static/operator/defaults.go index 406877a5df21..eef0f49d4b02 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.41.1" + DefaultAgentVersion = "v0.42.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 d0cca40aac25..8fc7b747143e 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.41.1 +v0.42.0-rc.0 \ No newline at end of file