Skip to content

Commit

Permalink
Update refs for v0.40.0-rc.2 (#6517)
Browse files Browse the repository at this point in the history
- Update references in preparation for v0.40.0-rc.2 release
  • Loading branch information
jcreixell authored Feb 26, 2024
1 parent 34d9517 commit 412a503
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ internal API changes are not present.
Main (unreleased)
-----------------

### Bugfixes

- Fix an issue where changing the configuration of `loki.write` would cause a panic. (@rfratto)

v0.40.0-rc.1 (2024-02-23)
v0.40.0-rc.2 (2024-02-26)
-------------------------

### Breaking changes
Expand Down Expand Up @@ -122,6 +119,8 @@ v0.40.0-rc.1 (2024-02-23)

- Fix an issue where the configuration of the `http` and `remotecfg` blocks get ignored after loading a module. (@erikbaranowski)

- Fix an issue where changing the configuration of `loki.write` would cause a panic. (@rfratto)

### Other changes

- Removed support for Windows 2012 in line with Microsoft end of life. (@mattdurham)
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.40.0-rc.1
AGENT_RELEASE: v0.40.0-rc.2
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.40.0-rc.1"
DefaultAgentVersion = "v0.40.0-rc.2"
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.40.0-rc.1
v0.40.0-rc.2

0 comments on commit 412a503

Please sign in to comment.