From afc98856aaacf871b82219975b36152ef5cfecdf Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Thu, 14 Nov 2024 11:18:01 -0700 Subject: [PATCH] chore(release-3.2.x): release 3.2.1 (#14375) (#14926) Co-authored-by: loki-gh-app[bot] <160051081+loki-gh-app[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3c5971ad53a16..23ebc2fd685e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "3.3.0", + ".": "3.2.1", "operator": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a2ff0a3b361..ec757cb7b22e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -228,6 +228,8 @@ * **operator:** Migrate project layout to kubebuilder go/v4 ([#14447](https://github.com/grafana/loki/issues/14447)) ([dbb3b6e](https://github.com/grafana/loki/commit/dbb3b6edc96f3545a946319c0324518800d286cf)) * **operator:** Rename loki api go module ([#14568](https://github.com/grafana/loki/issues/14568)) ([976d8ab](https://github.com/grafana/loki/commit/976d8ab81c1a79f35d7cec96f6a9c35a9947fa48)) +* **promtail:** fix parser for azureeventhubs message without time field ([#14218](https://github.com/grafana/loki/pull/14218)) +* **loki:** (helm) add default wal dir to ruler config ([#14920](https://github.com/grafana/loki/pull/14920) ## [3.2.1](https://github.com/grafana/loki/compare/v3.2.0...v3.2.1) (2024-10-17)