Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mate4st committed Oct 25, 2024
1 parent dcda4fc commit 8389971
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ internal API changes are not present.
Main (unreleased)
-----------------

- Add support for SafeAuthorization from ServiceMonitor`s (@mate4st)

v0.43.3 (2024-09-26)
-------------------------

Expand All @@ -31,7 +33,7 @@ v0.43.0 (2024-09-11)

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

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

- Fix an issue where nested import.git config blocks could conflict if they had the same labels. (@wildum)
Expand Down Expand Up @@ -60,7 +62,7 @@ v0.42.0 (2024-07-24)

### Features

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

### Bugfixes
Expand Down Expand Up @@ -222,7 +224,7 @@ v0.40.4 (2024-04-12)
* show the offset/lag for all consumer group or only the connected ones
* set the minimum number of topics to monitor
* enable/disable auto-creation of requested topics if they don't already exist
* regex to exclude topics / groups
* regex to exclude topics / groups
* added metric kafka_broker_info

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

0 comments on commit 8389971

Please sign in to comment.