Skip to content

Commit eaefb1a

Browse files
committed
Added changelog entry.
1 parent 90a6c6e commit eaefb1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@ All notable changes to this project will be documented in this file.
1313
### Changed
1414

1515
- BREAKING: Split `ListenerClass.spec.preferred_address_type` into a new `PreferredAddressType` type. Use `resolve_preferred_address_type()` to access the `AddressType` as before. ([#903])
16+
- BREAKING: Changed visibility of `commons::rbac::service_account_name` and `commons::rbac::role_binding_name` to
17+
private, as these functions should not be called directly by the operators. This is likely to result in naming conflicts
18+
as the result is completely dependent on what is passed to this function. Operators should instead rely on the roleBinding
19+
and serviceAccount objects created by `commons::rbac::build_rbac_resources` and retrieve the name from the returned
20+
objects if they need it. ([#909])
21+
- Changed the names of the objects that are returned from `commons::rbac::build_rbac_resources` to not rely solely on the product
22+
they refer to (e.g. "nifi-rolebinding") but instead include the name of the resource to be unique per cluster
23+
(e.g. simple-nifi-rolebinding). ([#909])
1624

1725
[#903]: https://github.com/stackabletech/operator-rs/pull/903
26+
[#909]: https://github.com/stackabletech/operator-rs/pull/909
1827

1928
## [0.80.0] - 2024-10-23
2029

0 commit comments

Comments
 (0)