From 45ac0f2989c7ae79d9a5d29ab330f4296fa93a12 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Tue, 21 Nov 2023 08:26:59 -0500 Subject: [PATCH] misc: prepare for the v0.38.0 release --- CHANGELOG.md | 25 +++++++++------------ docs/sources/_index.md | 2 +- pkg/operator/defaults.go | 2 +- tools/gen-versioned-files/agent-version.txt | 2 +- 4 files changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da23f2e9b75..78652c614c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,21 +10,8 @@ internal API changes are not present. Main (unreleased) ----------------- -v0.38.0-rc.1 (2023-11-20) -------------------------- - -### Enhancements - -- Allow agent to start with `module.git` config if cached before. (@hainenber) - -### Bugfixes - -- Fix default configuration file `grafana-agent-flow.river` used in downstream packages. (@bricewge) - -- Fix converter output for prometheus.exporter.windows to not unnecessarily add empty blocks. (@erikbaranowski) - -v0.38.0-rc.0 (2023-11-16) -------------------------- +v0.38.0 (2023-11-21) +-------------------- ### Breaking changes @@ -119,6 +106,8 @@ v0.38.0-rc.0 (2023-11-16) - Updated windows exporter to use prometheus-community/windows_exporter commit 1836cd1. (@mattdurham) +- Allow agent to start with `module.git` config if cached before. (@hainenber) + ### Bugfixes - Set exit code 1 on grafana-agentctl non-runnable command. (@fgouteroux) @@ -170,6 +159,12 @@ v0.38.0-rc.0 (2023-11-16) - Added Kubernetes service resolver to static node's loadbalancing exporter and to Flow's `otelcol.exporter.loadbalancing`. (@ptodev) +- Fix default configuration file `grafana-agent-flow.river` used in downstream + packages. (@bricewge) + +- Fix converter output for prometheus.exporter.windows to not unnecessarily add + empty blocks. (@erikbaranowski) + ### Other changes - Bump `mysqld_exporter` version to v0.15.0. (@marctc) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 15df6d9c3174..f744311514c5 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.0-rc.1 + AGENT_RELEASE: v0.38.0 OTEL_VERSION: v0.87.0 --- diff --git a/pkg/operator/defaults.go b/pkg/operator/defaults.go index 27d19feb218d..72aa6b12d6a3 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.0-rc.1" + DefaultAgentVersion = "v0.38.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 840190248a93..765098dc40e9 100644 --- a/tools/gen-versioned-files/agent-version.txt +++ b/tools/gen-versioned-files/agent-version.txt @@ -1 +1 @@ -v0.38.0-rc.1 +v0.38.0