Skip to content

Commit

Permalink
Move changelog entries to v0.37.2
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis committed Oct 16, 2023
1 parent 191407a commit 77efcc8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,28 @@ Main (unreleased)

- Fixed an issue where `loki.process` validation for stage `metric.counter` was
allowing invalid combination of configuration options. (@thampiotr)

### Enhancements

- The `loki.write` WAL now has snappy compression enabled by default. (@thepalbi)

- Allow converting labels to structured metadata with Loki's structured_metadata stage. (@gonzalesraul)

v0.37.2 (2023-10-16)
-----------------

### Bugfixes

- Fix the handling of the `--cluster.join-addresses` flag causing an invalid
comparison with the mutually-exclusive `--cluster.discover-peers`. (@tpaschalis)

- Fix an issue with the static to flow converter for blackbox exporter modules
config not being included in the river output. (@erikbaranowski)

### Enhancements

- The `loki.write` WAL now has snappy compression enabled by default. (@thepalbi)
### Enhancements

- Update Prometheus dependency to v2.47.2. (@tpaschalis)

- Allow converting labels to structured metadata with Loki's structured_metadata stage. (@gonzalesraul)

- Allow Out of Order writing to the WAL for metrics. (@mattdurham)

### Other changes
Expand Down

0 comments on commit 77efcc8

Please sign in to comment.