Skip to content

Commit 48b6d7d

Browse files
authored
chore: Bump Rust dependencies pre-25.7.0 (#615)
* feat(helm): Add RBAC rule for automatic cluster domain detection * chore: Bump Rust dependencies * chore: Allow Clippy's result_large_err lint * chore: Update changelog link
1 parent 9426cfd commit 48b6d7d

File tree

10 files changed

+580
-853
lines changed

10 files changed

+580
-853
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- BREAKING: Add Listener support for Hive ([#605]).
1414
- Add internal headless service in addition to the metrics service ([#613]).
15+
- Add RBAC rule to helm template for automatic cluster domain detection ([#615]).
1516

1617
### Changed
1718

@@ -29,11 +30,21 @@ All notable changes to this project will be documented in this file.
2930
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3031
- This is marked as breaking because tools and policies might exist, which require these fields to be set
3132
- Use versioned common structs ([#604]).
33+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#615]).
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.
3237

3338
### Fixed
3439

3540
- Use `json` file extension for log files ([#591]).
3641
- Fix a bug where changes to ConfigMaps that are referenced in the HiveCluster spec didn't trigger a reconciliation ([#589]).
42+
- Allow uppercase characters in domain names ([#615]).
43+
44+
### Removed
45+
46+
- Remove the `lastUpdateTime` field from the stacklet status ([#615]).
47+
- Remove role binding to legacy service accounts ([#615]).
3748

3849
[#585]: https://github.com/stackabletech/hive-operator/pull/585
3950
[#589]: https://github.com/stackabletech/hdfs-operator/pull/589
@@ -45,6 +56,7 @@ All notable changes to this project will be documented in this file.
4556
[#604]: https://github.com/stackabletech/hive-operator/pull/604
4657
[#605]: https://github.com/stackabletech/hive-operator/pull/605
4758
[#613]: https://github.com/stackabletech/hive-operator/pull/613
59+
[#615]: https://github.com/stackabletech/hive-operator/pull/615
4860

4961
## [25.3.0] - 2025-03-21
5062

0 commit comments

Comments
 (0)