Skip to content

Commit

Permalink
Update refs for v0.40.0-rc.0 (#6480)
Browse files Browse the repository at this point in the history
* Update refs for v0.40.0-rc.0 (#6478)

- Update references in preparation for v0.40.0-rc.0 release

(cherry picked from commit d935fa4)

* Update changelog
  • Loading branch information
jcreixell committed Feb 22, 2024
1 parent d476c52 commit aeeb9d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ 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.40.0-rc.0 (2024-02-22)
-------------------------

### Breaking changes

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.39.2
AGENT_RELEASE: v0.40.0-rc.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.39.2"
DefaultAgentVersion = "v0.40.0-rc.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.39.2
v0.40.0-rc.0

0 comments on commit aeeb9d6

Please sign in to comment.