Skip to content

Commit

Permalink
changelog prep for release (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr authored Aug 23, 2024
1 parent fea6137 commit 475123a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ Main (unreleased)
- Updated Snowflake exporter with performance improvements for larger environments.
Also added a new panel to track deleted tables to the Snowflake mixin. (@Caleb-Hurshman)

- Changed the cluster startup behaviour, reverting to the previous logic where
a failure to resolve cluster join peers results in the node creating its own cluster. This is
to facilitate the process of bootstrapping a new cluster following user feedback (@thampiotr)

- Live debugging of `loki.process` will now also print the timestamp of incoming and outgoing log lines.
This is helpful for debugging `stage.timestamp`. (@ptodev)

Expand Down Expand Up @@ -58,6 +54,15 @@ Main (unreleased)
for `discovery.*` is reloaded in such a way that no new targets were
discovered. (@ptodev, @thampiotr)

v1.3.1
-----------------

### Bugfixes

- Changed the cluster startup behaviour, reverting to the previous logic where
a failure to resolve cluster join peers results in the node creating its own cluster. This is
to facilitate the process of bootstrapping a new cluster following user feedback (@thampiotr)

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

v1.3.0
Expand Down

0 comments on commit 475123a

Please sign in to comment.