Skip to content

chore: Bump Rust dependencies pre-25.7.0 #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
- BREAKING: Add Listener support for Hive ([#605]).
- Add internal headless service in addition to the metrics service ([#613]).
- Add RBAC rule to helm template for automatic cluster domain detection ([#615]).

### Changed

Expand All @@ -29,11 +30,21 @@ All notable changes to this project will be documented in this file.
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
- This is marked as breaking because tools and policies might exist, which require these fields to be set
- Use versioned common structs ([#604]).
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#615]).
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.

### Fixed

- Use `json` file extension for log files ([#591]).
- Fix a bug where changes to ConfigMaps that are referenced in the HiveCluster spec didn't trigger a reconciliation ([#589]).
- Allow uppercase characters in domain names ([#615]).

### Removed

- Remove the `lastUpdateTime` field from the stacklet status ([#615]).
- Remove role binding to legacy service accounts ([#615]).

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

## [25.3.0] - 2025-03-21

Expand Down
Loading
Loading