Skip to content

Commit 27c2e1d

Browse files
committed
add changelog entry
1 parent 417aeaa commit 27c2e1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,29 @@ All notable changes to this project will be documented in this file.
99
- Add a dedicated per-rolegroup `-metrics` Service, which can be used to get Prometheus metrics ([#748]).
1010
- Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([#748]).
1111
- Helm: Allow Pod `priorityClassName` to be configured ([#762]).
12+
- Add support for OPA `1.8.0` ([#765]).
1213

1314
### Changed
1415

1516
- BREAKING: The per-rolegroup services now only serves the HTTP port and has a `-headless` suffix to better indicate their
1617
purpose and to be consistent with other operators ([#748]).
1718
- BREAKING: The per-role server service is now prefixed with `-server` to be consistent with other operators ([#748]).
1819
- The User info fetcher is no longer an experimental feature ([#752]).
20+
- Deprecate support for OPA `1.4.2` ([#765]).
1921

2022
### Fixed
2123

2224
- Fixed `envOverrides` not getting applied due to not being added to the product config machinery ([#754]).
2325

26+
### Removed
27+
28+
- Remove support for OPA `1.0.1` ([#765]).
29+
2430
[#748]: https://github.com/stackabletech/opa-operator/pull/748
2531
[#752]: https://github.com/stackabletech/opa-operator/pull/752
2632
[#754]: https://github.com/stackabletech/opa-operator/pull/754
2733
[#762]: https://github.com/stackabletech/opa-operator/pull/762
34+
[#765]: https://github.com/stackabletech/opa-operator/pull/765
2835

2936
## [25.7.0] - 2025-07-23
3037

0 commit comments

Comments
 (0)