Skip to content

Commit 6acc5b0

Browse files
NickLarsenNZdervoeti
authored andcommitted
chore: Bump Rust dependencies pre-25.7.0 (#743)
* feat(helm): Add RBAC rule for automatic cluster domain detection * chore: Bump stackable-operator to 0.94.0 and update other dependencies * chore: Rename crd struct and remove kind attr * chore: Update changelog
1 parent 1b6bc53 commit 6acc5b0

File tree

10 files changed

+278
-569
lines changed

10 files changed

+278
-569
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
- Log the startup event for bundle-builder and user-info-fetcher ([#703]).
1414
- Support experimental user-info-fetcher Entra backend to fetch user groups ([#712]).
1515
- Add support for OPA `1.4.2` ([#723]).
16+
- Add RBAC rule to helm template for automatic cluster domain detection ([#743]).
1617

1718
### Changed
1819

@@ -42,14 +43,21 @@ All notable changes to this project will be documented in this file.
4243
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
4344
- This is marked as breaking because tools and policies might exist, which require these fields to be set
4445
- user-info-fetcher: the AD backend now uses the Kerberos realm to expand the user search filter ([#737])
46+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#743]).
47+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
48+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
49+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
4550

4651
### Fixed
4752

4853
- Use `json` file extension for log files ([#709]).
54+
- Allow uppercase characters in domain names ([#743]).
4955

5056
### Removed
5157

5258
- Remove support for OPA `0.67.1` ([#723]).
59+
- Remove the `lastUpdateTime` field from the stacklet status ([#743]).
60+
- Remove role binding to legacy service accounts ([#743]).
5361

5462
[#703]: https://github.com/stackabletech/opa-operator/pull/703
5563
[#707]: https://github.com/stackabletech/opa-operator/pull/707
@@ -62,6 +70,7 @@ All notable changes to this project will be documented in this file.
6270
[#727]: https://github.com/stackabletech/opa-operator/pull/727
6371
[#732]: https://github.com/stackabletech/opa-operator/pull/732
6472
[#737]: https://github.com/stackabletech/opa-operator/pull/737
73+
[#743]: https://github.com/stackabletech/opa-operator/pull/743
6574

6675
## [25.3.0] - 2025-03-21
6776

0 commit comments

Comments
 (0)