From b73433e73377afa9b1283ad706221c16b6f7762b Mon Sep 17 00:00:00 2001
From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com>
Date: Wed, 9 Oct 2024 18:18:40 +0000
Subject: [PATCH] chore( operator): community release 0.6.3

---
 .release-please-manifest.json |  2 +-
 operator/CHANGELOG.md         | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 96501106b6f6e..b03e55c8ad3e3 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,4 +1,4 @@
 {
   ".": "3.1.1",
-  "operator": "0.6.2"
+  "operator": "0.6.3"
 }
diff --git a/operator/CHANGELOG.md b/operator/CHANGELOG.md
index 7727779251bcc..cc873ab54dbc0 100644
--- a/operator/CHANGELOG.md
+++ b/operator/CHANGELOG.md
@@ -1,5 +1,18 @@
 ## Main
 
+## [0.6.3](https://github.com/grafana/loki/compare/operator/v0.6.2...operator/v0.6.3) (2024-10-09)
+
+
+### Features
+
+* **operator:** Declare feature FIPS support for OpenShift only ([#14308](https://github.com/grafana/loki/issues/14308)) ([720c303](https://github.com/grafana/loki/commit/720c3037923c174e71a02d99d4bee6271428fbdb))
+
+
+### Bug Fixes
+
+* **operator:** Add missing groupBy label for all rules on OpenShift ([#14279](https://github.com/grafana/loki/issues/14279)) ([ce7b2e8](https://github.com/grafana/loki/commit/ce7b2e89d9470e4e6a61a94f2b51ff8b938b5a5e))
+* **operator:** Use empty initiliazed pod status map when no pods ([#14314](https://github.com/grafana/loki/issues/14314)) ([6f533ed](https://github.com/grafana/loki/commit/6f533ed4386ee2db61680a9021934bfe9a9ba749))
+
 ## [0.6.2](https://github.com/grafana/loki/compare/operator/v0.6.1...operator/v0.6.2) (2024-09-11)