Skip to content

Commit 3657b1d

Browse files
authored
release: prep for v0.44.3 (#7173) (#7174)
1 parent 874bcf3 commit 3657b1d

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ 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.44.3 (2025-06-18)
11+
-------------------------
1212

1313
### Other changes
1414

1515
- Update to go 1.24.2 (@wildum)
1616

1717
- Upgrade a few dependencies. (@wildum)
1818

19-
v0.44.2 (2024-01-29)
19+
- Assorted dependency updates to address CVEs (@jharvey10)
20+
21+
v0.44.2 (2025-01-29)
2022
-------------------------
2123

2224
### Bugfixes
@@ -30,7 +32,7 @@ v0.44.2 (2024-01-29)
3032

3133
- Upgrade `github.com/goccy/go-json` to v0.10.4, which reduces the memory consumption of an Agent instance by 20MB.
3234
If Agent is running certain otelcol components, this reduction will not apply. (@ptodev)
33-
35+
3436
### Other changes
3537

3638
- Remove setcap for `cap_net_bind_service` to allow Agent to run in restricted environments.
@@ -66,7 +68,7 @@ v0.43.0 (2024-09-11)
6668

6769
- Fix a memory leak which would occur any time `loki.process` had its configuration reloaded. (@ptodev)
6870

69-
- Fix a bug where custom components would not shadow the stdlib. If you have a module whose name conflicts with an stdlib function
71+
- Fix a bug where custom components would not shadow the stdlib. If you have a module whose name conflicts with an stdlib function
7072
and if you use this exact function in your config, then you will need to rename your module. (@wildum)
7173

7274
- Fix an issue where nested import.git config blocks could conflict if they had the same labels. (@wildum)
@@ -95,7 +97,7 @@ v0.42.0 (2024-07-24)
9597

9698
### Features
9799

98-
- A new `otelcol.exporter.debug` component for printing OTel telemetry from
100+
- A new `otelcol.exporter.debug` component for printing OTel telemetry from
99101
other `otelcol` components to the console. (@BarunKGP)
100102

101103
### Bugfixes
@@ -257,7 +259,7 @@ v0.40.4 (2024-04-12)
257259
* show the offset/lag for all consumer group or only the connected ones
258260
* set the minimum number of topics to monitor
259261
* enable/disable auto-creation of requested topics if they don't already exist
260-
* regex to exclude topics / groups
262+
* regex to exclude topics / groups
261263
* added metric kafka_broker_info
262264

263265
- In `prometheus.exporter.kafka`, the interpolation table used to compute estimated lag metrics is now pruned

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.44.2
12+
AGENT_RELEASE: v0.44.3
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.44.2"
5+
DefaultAgentVersion = "v0.44.3"
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.44.2
1+
v0.44.3

0 commit comments

Comments
 (0)