diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3c5971ad53a16..e761fb22975fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "3.3.0", - "operator": "0.7.1" + "operator": "0.8.0" } diff --git a/operator/CHANGELOG.md b/operator/CHANGELOG.md index fbb9a89f57eae..d75f471eac906 100644 --- a/operator/CHANGELOG.md +++ b/operator/CHANGELOG.md @@ -1,5 +1,24 @@ ## Main +## [0.8.0](https://github.com/grafana/loki/compare/operator/v0.7.1...operator/v0.8.0) (2025-01-28) + + +### ⚠ BREAKING CHANGES + +* **operator:** Add configuration option for dropping OTLP attributes ([#15857](https://github.com/grafana/loki/issues/15857)) + +### Features + +* **operator:** Add configuration option for dropping OTLP attributes ([#15857](https://github.com/grafana/loki/issues/15857)) ([bd1ea23](https://github.com/grafana/loki/commit/bd1ea2313220b9aa187ff5b252f55512434c1865)) +* **operator:** Update Loki operand to v3.3.2 ([#15800](https://github.com/grafana/loki/issues/15800)) ([fdec2c7](https://github.com/grafana/loki/commit/fdec2c78f9dc6509b2fc931b5304d56ae49f7c60)) + + +### Bug Fixes + +* **deps:** update module golang.org/x/net to v0.33.0 [security] ([#15490](https://github.com/grafana/loki/issues/15490)) ([7057028](https://github.com/grafana/loki/commit/70570285d3c33814a0f5b9196a4a49c8cba65653)) +* **operator:** Fix RBAC permission for poddisruptionbudgets ([#15107](https://github.com/grafana/loki/issues/15107)) ([f00d07a](https://github.com/grafana/loki/commit/f00d07a471a5b8c222ee4e2105942725934e93d1)) +* **operator:** Update skipRange in OpenShift variant ([#15984](https://github.com/grafana/loki/issues/15984)) ([dfbe00c](https://github.com/grafana/loki/commit/dfbe00c88a2f17da11b726a3461c11324c21fcca)) + ## [0.7.1](https://github.com/grafana/loki/compare/operator/v0.7.0...operator/v0.7.1) (2024-11-11)