Skip to content

Commit fad7c8d

Browse files
committed
Update versions for path to 41.1
1 parent 8e6a087 commit fad7c8d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ internal API changes are not present.
1010
Main (unreleased)
1111
-----------------
1212

13-
### Breaking changes
13+
v0.41.1 (2024-06-07)
14+
--------------------
1415

16+
### Breaking changes
1517

1618
- Applied OpenTelemetry [CVE-2024-36129](https://github.com/open-telemetry/opentelemetry-collector/security/advisories/GHSA-c74f-6mfw-mm4v) fixes. (@mattdurham)
1719
- Components `otelcol.receiver.otlp`,`otelcol.receiver.zipkin` and `otelcol.receiver.jaeger` setting `max_request_body_size`
1820
default changed from unlimited size to `20MiB`.
1921

22+
### Enhancements
23+
24+
- Updated pyroscope to v0.4.6 introducing `symbols_map_size` and `pid_map_size` configuration. (@simonswine)
25+
26+
2027
v0.41.0 (2024-05-31)
2128
--------------------
2229

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.41.0
12+
AGENT_RELEASE: v0.41.1
1313
OTEL_VERSION: v0.96.0
1414
refs:
1515
variants:

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.41.0"
5+
DefaultAgentVersion = "v0.41.1"
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.41.0
1+
v0.41.1

0 commit comments

Comments
 (0)