diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc56386d7015a..fd6cf21070d2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "3.2.1", + ".": "3.2.2", "operator": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b40a70011617..0e89d405b71c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.2.2](https://github.com/grafana/loki/compare/v3.2.1...v3.2.2) (2024-12-04) + + +### ⚠ BREAKING CHANGES + +* Remove `wget` from Promtail docker image (backport release-3.2.x) ([#15145](https://github.com/grafana/loki/issues/15145)) + +### Miscellaneous Chores + +* Remove `wget` from Promtail docker image (backport release-3.2.x) ([#15145](https://github.com/grafana/loki/issues/15145)) ([ab59208](https://github.com/grafana/loki/commit/ab59208ea161f1638e6c4fc49f85632faa28cfd6)) + ## [3.2.1](https://github.com/grafana/loki/compare/v3.2.0...v3.2.1) (2024-10-17)