Skip to content

Commit

Permalink
misc: prepare for the v0.38.0 release (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Nov 21, 2023
1 parent 6c028c0 commit 4681f0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
25 changes: 10 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion tools/gen-versioned-files/agent-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.38.0-rc.1
v0.38.0

0 comments on commit 4681f0c

Please sign in to comment.