Skip to content

Commit 224c560

Browse files
committed
chore: Bump Rust dependencies
1 parent c7eb802 commit 224c560

File tree

9 files changed

+246
-549
lines changed

9 files changed

+246
-549
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,24 @@ All notable changes to this project will be documented in this file.
2929
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
3030
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3131
- This is marked as breaking because tools and policies might exist, which require these fields to be set
32+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#xxx]).
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.
3236

3337
### Fixed
3438

3539
- Use `json` file extension for log files ([#846]).
3640
- Fix a bug where changes to ConfigMaps that are referenced in the KafkaCluster spec didn't trigger a reconciliation ([#844]).
41+
- Allow uppercase characters in domain names ([#xxx]).
3742

3843
### Removed
3944

4045
- test: ZooKeeper 3.9.2 removed ([#853]).
4146
- Support for Kafka 3.7.1 and 3.8.0 removed ([#860]).
4247
- Remove the `-nodeport` discovery ConfigMap ([#868]).
48+
- Remove the `lastUpdateTime` field from the stacklet status ([#xxx]).
49+
- Remove role binding to legacy service accounts ([#xxx]).
4350

4451
[#840]: https://github.com/stackabletech/kafka-operator/pull/840
4552
[#844]: https://github.com/stackabletech/kafka-operator/pull/844

0 commit comments

Comments
 (0)