@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Add a dedicated per-rolegroup ` -metrics ` Service, which can be used to get Prometheus metrics ([ #748 ] ).
10+ - Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([ #748 ] ).
11+
12+ ### Changed
13+
14+ - BREAKING: The per-rolegroup services now only server the HTTP port and have a ` -headless ` suffix to better indicate there
15+ purpose and to be consistent with other operators ([ #748 ] ).
16+ - BREAKING: The per-role server service is now prefixed with ` -server ` to be consistent with other operators ([ #748 ] ).
17+
18+ [ #748 ] : https://github.com/stackabletech/opa-operator/pull/748
19+
720## [ 25.7.0] - 2025-07-23
821
922## [ 25.7.0-rc1] - 2025-07-18
@@ -18,8 +31,6 @@ All notable changes to this project will be documented in this file.
1831- Support experimental user-info-fetcher Entra backend to fetch user groups ([ #712 ] ).
1932- Add support for OPA ` 1.4.2 ` ([ #723 ] ).
2033- Add RBAC rule to helm template for automatic cluster domain detection ([ #743 ] ).
21- - Add a dedicated per-rolegroup ` -metrics ` Service, which can be used to get Prometheus metrics ([ #748 ] ).
22- - Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([ #748 ] ).
2334
2435### Changed
2536
@@ -55,9 +66,6 @@ All notable changes to this project will be documented in this file.
5566 - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
5667- The operator helm-chart now grants RBAC ` patch ` permissions on ` events.k8s.io/events ` ,
5768 so events can be aggregated (e.g. "error happened 10 times over the last 5 minutes") ([ #745 ] ).
58- - The per-rolegroup services now only server the HTTP port and have a ` -headless ` suffix to better indicate there
59- purpose and to be consistent with other operators ([ #748 ] ).
60- - The per-role server service is now prefixed with ` -server ` to be consistent with other operators ([ #748 ] ).
6169
6270### Fixed
6371
@@ -86,7 +94,6 @@ All notable changes to this project will be documented in this file.
8694[ #743 ] : https://github.com/stackabletech/opa-operator/pull/743
8795[ #744 ] : https://github.com/stackabletech/opa-operator/pull/744
8896[ #745 ] : https://github.com/stackabletech/opa-operator/pull/745
89- [ #748 ] : https://github.com/stackabletech/opa-operator/pull/748
9097
9198## [ 25.3.0] - 2025-03-21
9299
0 commit comments