Skip to content

chore: Bump Rust dependencies pre-25.7.0 #699

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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ 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`.
- The operator now defaults to `AES/CTR/NoPadding` for `dfs.encrypt.data.transfer.cipher.suite` to improve security and performance ([#693]).
- The built-in Prometheus servlet is now enabled and metrics are exposed under the `/prom` path of all UI services ([#695]).
- Added several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696])
- Add several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696]).
- Add RBAC rule to helm template for automatic cluster domain detection ([#699]).

### Changed

Expand All @@ -31,15 +32,22 @@ All notable changes to this project will be documented in this file.
- This is marked as breaking because tools and policies might exist, which require these fields to be set
- Use versioned common structs ([#684]).
- BREAKING: remove legacy service account binding for cluster role nodes ([#697]).
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#699]).
- 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 ([#667]).
- Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([#671]).
- Allow uppercase characters in domain names ([#699]).

### Removed

- Remove support for HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#675]).
- Remove the `lastUpdateTime` field from the stacklet status ([#699]).
- Remove role binding to legacy service accounts ([#699]).

[#661]: https://github.com/stackabletech/hdfs-operator/pull/661
[#671]: https://github.com/stackabletech/hdfs-operator/pull/671
Expand All @@ -54,6 +62,7 @@ All notable changes to this project will be documented in this file.
[#695]: https://github.com/stackabletech/hdfs-operator/pull/695
[#696]: https://github.com/stackabletech/hdfs-operator/pull/696
[#697]: https://github.com/stackabletech/hdfs-operator/pull/697
[#699]: https://github.com/stackabletech/hdfs-operator/pull/699

## [25.3.0] - 2025-03-21

Expand Down
Loading