From fe913a0a65b8c277b6039c6e671e8b61ba217772 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Thu, 26 Sep 2024 16:57:48 +0200 Subject: [PATCH 1/2] bump agent version to v0.43.3 (#7046) --- 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 07a424ddbead..040c67198cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ internal API changes are not present. v0.43.3 (2024-09-26) ------------------------- +v0.43.3 (2024-09-26) +------------------------- + ### Bugfixes - Windows installer: Don't quote Alloy's binary path in the Windows Registry. (@jkroepke) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 324ced24bb1d..84adbe816976 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.2 + AGENT_RELEASE: v0.43.3 OTEL_VERSION: v0.96.0 refs: variants: diff --git a/static/operator/defaults.go b/static/operator/defaults.go index a2834053d5ae..a10158c41f2b 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.2" + DefaultAgentVersion = "v0.43.3" 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 82cfa2b7d7ae..d483645e5cf1 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.43.2 \ No newline at end of file +v0.43.3 \ No newline at end of file From dabfa3b1f883344793433177966673580bc7c056 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Thu, 26 Sep 2024 16:59:53 +0200 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040c67198cf7..07a424ddbead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,6 @@ internal API changes are not present. v0.43.3 (2024-09-26) ------------------------- -v0.43.3 (2024-09-26) -------------------------- - ### Bugfixes - Windows installer: Don't quote Alloy's binary path in the Windows Registry. (@jkroepke)