Skip to content

Commit f6e9f9b

Browse files
committed
chore: Bump Rust dependencies
1 parent c12456e commit f6e9f9b

File tree

8 files changed

+244
-549
lines changed

8 files changed

+244
-549
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,25 @@
2828
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
2929
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3030
- This is marked as breaking because tools and policies might exist, which require these fields to be set
31+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#xxx]).
32+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
33+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
34+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
3135

3236
### Fixed
3337

3438
- Use `json` file extension for log files ([#647]).
3539
- Fix a bug where changes to ConfigMaps that are referenced in the HbaseCluster spec didn't trigger a reconciliation ([#645]).
40+
- Allow uppercase characters in domain names ([#xxx]).
3641

3742
### Removed
3843

3944
- test: ZooKeeper 3.9.2 removed ([#654]).
4045
- test: Remove HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#655]).
4146
- test: HBase 2.4.18 removed ([#659]):
4247
- Remove operator support for HBase 2.4 including the JMX exporter ([#672]).
48+
- Remove the `lastUpdateTime` field from the stacklet status ([#xxx]).
49+
- Remove role binding to legacy service accounts ([#xxx]).
4350

4451
[#639]: https://github.com/stackabletech/hbase-operator/pull/639
4552
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
@@ -54,6 +61,7 @@
5461
[#660]: https://github.com/stackabletech/hbase-operator/pull/660
5562
[#661]: https://github.com/stackabletech/hbase-operator/pull/661
5663
[#672]: https://github.com/stackabletech/hbase-operator/pull/672
64+
[#xxx]: https://github.com/stackabletech/hbase-operator/pull/xxx
5765

5866
## [25.3.0] - 2025-03-21
5967

0 commit comments

Comments
 (0)