Skip to content

Commit a35ccab

Browse files
chore( operator): community release 0.9.0 (#20089)
Co-authored-by: loki-gh-app[bot] <160051081+loki-gh-app[bot]@users.noreply.github.com>
1 parent a44b63c commit a35ccab

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "3.5.8",
3-
"operator": "0.8.0"
3+
"operator": "0.9.0"
44
}

operator/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
## Main
22

3+
## [0.9.0](https://github.com/grafana/loki/compare/operator/v0.8.0...operator/v0.9.0) (2025-12-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **operator:** consolidate image build workflows and improve documentation ([#19395](https://github.com/grafana/loki/issues/19395))
9+
10+
### Features
11+
12+
* **operator:** Add alert LokiIngesterFlushFailureRateCritical ([#18698](https://github.com/grafana/loki/issues/18698)) ([66ebc5a](https://github.com/grafana/loki/commit/66ebc5a184cf1d54b1e41b14b2a76f6601156405))
13+
* **operator:** Add warning alert for when LokiStack is not getting ready ([#19258](https://github.com/grafana/loki/issues/19258)) ([c47fe46](https://github.com/grafana/loki/commit/c47fe465ffeebda3f4f8d84e2aff46dac3a2b878))
14+
* **operator:** deploy network policies with LokiStack ([#19099](https://github.com/grafana/loki/issues/19099)) ([6e6f61f](https://github.com/grafana/loki/commit/6e6f61ff9bd88bfd7e7914de48c7d14aecf7748e))
15+
* **operator:** s3 validation reject endpoints that contain a URL path ([#19356](https://github.com/grafana/loki/issues/19356)) ([f6ef4d8](https://github.com/grafana/loki/commit/f6ef4d89fd3e6dc43dcee2ef62f2d4ecf77a4d0f))
16+
17+
18+
### Bug Fixes
19+
20+
* **operator:** Do not deploy NetworkPolicies automatically on OCP 4.20 ([#19680](https://github.com/grafana/loki/issues/19680)) ([8df33ff](https://github.com/grafana/loki/commit/8df33ff659d53d17b68fb894879587b330e63607))
21+
* **operator:** Return quickstart script to working condition and improve rootless usage ([#19960](https://github.com/grafana/loki/issues/19960)) ([397da27](https://github.com/grafana/loki/commit/397da277753d771d8c1492dd3f4db4b208b3532d))
22+
23+
24+
### Code Refactoring
25+
26+
* **operator:** consolidate image build workflows and improve documentation ([#19395](https://github.com/grafana/loki/issues/19395)) ([292a31e](https://github.com/grafana/loki/commit/292a31e56a36a2e2fef6afe765dbe5b0a2f8f13f))
27+
328
## [0.8.0](https://github.com/grafana/loki/compare/operator/v0.7.1...operator/v0.8.0) (2025-03-17)
429

530

0 commit comments

Comments
 (0)