Skip to content

Commit 06e64ea

Browse files
committed
chore: Update changelog
1 parent 7d386ac commit 06e64ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- Added support for configuring `Service.spec.loadBalancerClass` and `.allocateLoadBalancerNodePorts` ([#288]).
14+
- Add RBAC rule to helm template for automatic cluster domain detection ([#320]).
1415

1516
### Changed
1617

@@ -28,12 +29,26 @@ All notable changes to this project will be documented in this file.
2829
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2930
- Upgrade csi-provisioner to 5.2.0 ([#304]).
3031
- Version CRDs and bump dependencies ([#307]).
32+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#320]).
33+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
34+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
35+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
36+
37+
### Fixed
38+
39+
- Allow uppercase characters in domain names ([#320]).
40+
41+
### Removed
42+
43+
- Remove the `lastUpdateTime` field from the stacklet status ([#320]).
44+
- Remove role binding to legacy service accounts ([#320]).
3145

3246
[#288]: https://github.com/stackabletech/listener-operator/pull/288
3347
[#291]: https://github.com/stackabletech/listener-operator/pull/291
3448
[#299]: https://github.com/stackabletech/listener-operator/pull/299
3549
[#304]: https://github.com/stackabletech/listener-operator/pull/304
3650
[#307]: https://github.com/stackabletech/listener-operator/pull/307
51+
[#320]: https://github.com/stackabletech/listener-operator/pull/320
3752

3853
## [25.3.0] - 2025-03-21
3954

0 commit comments

Comments
 (0)