From d4b1e346e7e657ae5e350650b657d38d90a920a4 Mon Sep 17 00:00:00 2001 From: mattdurham Date: Thu, 21 Nov 2024 12:01:16 -0500 Subject: [PATCH] Create Header (#7069) --- 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 8fb4e9cbd937..b5d963a34896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ internal API changes are not present. Main (unreleased) ----------------- +v0.43.4 (2024-11-25) +----------------- + ### Other - Update to go 1.22.9 (@mattdurham) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 84adbe816976..79f54ff17f32 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.3 + AGENT_RELEASE: v0.43.4 OTEL_VERSION: v0.96.0 refs: variants: diff --git a/static/operator/defaults.go b/static/operator/defaults.go index a10158c41f2b..43e843226e1d 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.3" + DefaultAgentVersion = "v0.43.4" 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 d483645e5cf1..c968c818b226 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.43.3 \ No newline at end of file +v0.43.4 \ No newline at end of file