From b4d2228b40665c0c95791748e5a03a831f5989a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Tudur=C3=AD?= Date: Fri, 5 Jan 2024 16:41:50 +0100 Subject: [PATCH] V0.39 update refs (#6054) * Update version to v0.39.0-rc.0 (#6053) (cherry picked from commit c246cf896ce497d2821b4e18116e5b1493d3b199) * Remove main from changelog --- CHANGELOG.md | 4 ++-- docs/sources/_index.md | 2 +- pkg/operator/defaults.go | 2 +- tools/gen-versioned-files/agent-version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d9a28c0716..0cedc1c803d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ 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. -Main (unreleased) ------------------ +v0.39.0-rc.0 (2024-01-05) +------------------------- ### Breaking changes diff --git a/docs/sources/_index.md b/docs/sources/_index.md index e12c414c491e..1a7a2a261874 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.38.1 + AGENT_RELEASE: v0.39.0-rc.0 OTEL_VERSION: v0.87.0 --- diff --git a/pkg/operator/defaults.go b/pkg/operator/defaults.go index b66cfb52289b..a518d884b0b1 100644 --- a/pkg/operator/defaults.go +++ b/pkg/operator/defaults.go @@ -2,7 +2,7 @@ package operator // Supported versions of the Grafana Agent. var ( - DefaultAgentVersion = "v0.38.1" + DefaultAgentVersion = "v0.39.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 b4a466a81031..f02ec0731bfa 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.38.1 +v0.39.0-rc.0