@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313- Log the startup event for bundle-builder and user-info-fetcher ([ #703 ] ).
1414- Support experimental user-info-fetcher Entra backend to fetch user groups ([ #712 ] ).
1515- Add support for OPA ` 1.4.2 ` ([ #723 ] ).
16+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #743 ] ).
1617
1718### Changed
1819
@@ -42,14 +43,21 @@ All notable changes to this project will be documented in this file.
4243 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
4344 - This is marked as breaking because tools and policies might exist, which require these fields to be set
4445- user-info-fetcher: the AD backend now uses the Kerberos realm to expand the user search filter ([ #737 ] )
46+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #743 ] ).
47+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
48+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
49+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
4550
4651### Fixed
4752
4853- Use ` json ` file extension for log files ([ #709 ] ).
54+ - Allow uppercase characters in domain names ([ #743 ] ).
4955
5056### Removed
5157
5258- Remove support for OPA ` 0.67.1 ` ([ #723 ] ).
59+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #743 ] ).
60+ - Remove role binding to legacy service accounts ([ #743 ] ).
5361
5462[ #703 ] : https://github.com/stackabletech/opa-operator/pull/703
5563[ #707 ] : https://github.com/stackabletech/opa-operator/pull/707
@@ -62,6 +70,7 @@ All notable changes to this project will be documented in this file.
6270[ #727 ] : https://github.com/stackabletech/opa-operator/pull/727
6371[ #732 ] : https://github.com/stackabletech/opa-operator/pull/732
6472[ #737 ] : https://github.com/stackabletech/opa-operator/pull/737
73+ [ #743 ] : https://github.com/stackabletech/opa-operator/pull/743
6574
6675## [ 25.3.0] - 2025-03-21
6776
0 commit comments