Skip to content

Commit ba384fe

Browse files
committed
chore: Update changelog
1 parent d8a6ddd commit ba384fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,21 @@ All notable changes to this project will be documented in this file.
3030
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
3131
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3232
- This is marked as breaking because tools and policies might exist, which require these fields to be set
33-
- Bump stackable-operator to 0.94.0 and update other dependencies ([#961]).
33+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#961]).
34+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
35+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
36+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
3437

3538
### Fixed
3639

3740
- Use `json` file extension for log files ([#932]).
41+
- Allow uppercase characters in domain names ([#961]).
3842

3943
### Removed
4044

4145
- Remove support for ZooKeeper 3.9.2 ([#940]).
46+
- Remove the `lastUpdateTime` field from the stacklet status ([#961]).
47+
- Remove role binding to legacy service accounts ([#961]).
4248

4349
[#927]: https://github.com/stackabletech/zookeeper-operator/pull/927
4450
[#933]: https://github.com/stackabletech/zookeeper-operator/pull/934

0 commit comments

Comments
 (0)