From 9a84234f382d1c8ed9cf63f4b3ca4def6a4d40a6 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 24 Jul 2024 10:46:03 +0100 Subject: [PATCH] Update all references to Agent v0.42.0 (#6994) --- CHANGELOG.md | 2 +- docs/sources/_index.md | 2 +- static/operator/defaults.go | 2 +- tools/gen-versioned-files/agent-version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78102c0351cf..e93d837e7d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This document contains a historical list of changes between releases. Only changes that impact end-user behavior are listed; changes to documentation or internal API changes are not present. -v0.42.0-rc.0 (2024-07-18) +v0.42.0 (2024-07-24) ------------------------- ### Security fixes diff --git a/docs/sources/_index.md b/docs/sources/_index.md index a909ec42a2ea..5a02730f61bb 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.42.0-rc.0 + AGENT_RELEASE: v0.42.0 OTEL_VERSION: v0.96.0 refs: variants: diff --git a/static/operator/defaults.go b/static/operator/defaults.go index eef0f49d4b02..2965955c25cb 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.42.0-rc.0" + DefaultAgentVersion = "v0.42.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 8fc7b747143e..a5c8bd5e7055 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.42.0-rc.0 \ No newline at end of file +v0.42.0 \ No newline at end of file