Skip to content

Commit 5a36bee

Browse files
Prep v0.41.0 version (#6933)
* prep for v0.41.0 on main (#6922) * prep for v0.41.0-rc.1 on main Signed-off-by: erikbaranowski <[email protected]> * set for v0.41.0 skipping rc Signed-off-by: erikbaranowski <[email protected]> --------- Signed-off-by: erikbaranowski <[email protected]> (cherry picked from commit c2f688d) * remove main unrelease section from changelog Signed-off-by: erikbaranowski <[email protected]> --------- Signed-off-by: erikbaranowski <[email protected]>
1 parent 865b48e commit 5a36bee

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This document contains a historical list of changes between releases. Only
77
changes that impact end-user behavior are listed; changes to documentation or
88
internal API changes are not present.
99

10-
Main (unreleased)
11-
-----------------
10+
v0.41.0 (2024-05-31)
11+
--------------------
1212

1313
### Breaking changes
1414

docs/sources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Grafana Agent
99
description: Grafana Agent is a flexible, performant, vendor-neutral, telemetry collector
1010
weight: 350
1111
cascade:
12-
AGENT_RELEASE: v0.40.5
12+
AGENT_RELEASE: v0.41.0
1313
OTEL_VERSION: v0.96.0
1414
refs:
1515
variants:

docs/sources/flow/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Other release notes for the different {{< param "PRODUCT_ROOT_NAME" >}} variants
3636
The default listen port for `otelcol.receiver.opencensus` has changed from 4317 to 55678 to align with the upstream defaults.
3737
To retain the previous listen port, explicitly set the `endpoint` argument to `0.0.0.0:4317` before upgrading.
3838

39+
### Breaking change: default `mimir.rules.kubernetes` sync interval changed
40+
41+
The default sync interval for `mimir.rules.kubernetes` has changed from `30s` to `5m` to reduce load on Mimir.
42+
3943
## v0.40
4044

4145
### Breaking change: Prohibit the configuration of services within modules.

static/operator/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package operator
22

33
// Supported versions of the Grafana Agent.
44
var (
5-
DefaultAgentVersion = "v0.40.5"
5+
DefaultAgentVersion = "v0.41.0"
66
DefaultAgentBaseImage = "grafana/agent"
77
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
88
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.40.5
1+
v0.41.0

0 commit comments

Comments
 (0)