Skip to content

Commit cd36be7

Browse files
Fix changelog
1 parent c591125 commit cd36be7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313
- BREAKING: Made `DEFAULT_OIDC_WELLKNOWN_PATH` private. Use `AuthenticationProvider::well_known_config_url` instead ([#910]).
14+
- BREAKING: Changed visibility of `commons::rbac::service_account_name` and `commons::rbac::role_binding_name` to
15+
private, as these functions should not be called directly by the operators. This is likely to result in naming conflicts
16+
as the result is completely dependent on what is passed to this function. Operators should instead rely on the roleBinding
17+
and serviceAccount objects created by `commons::rbac::build_rbac_resources` and retrieve the name from the returned
18+
objects if they need it ([#909]).
19+
- Changed the names of the objects that are returned from `commons::rbac::build_rbac_resources` to not rely solely on the product
20+
they refer to (e.g. "nifi-rolebinding") but instead include the name of the resource to be unique per cluster
21+
(e.g. simple-nifi-rolebinding) ([#909]).
1422

23+
[#909]: https://github.com/stackabletech/operator-rs/pull/909
1524
[#910]: https://github.com/stackabletech/operator-rs/pull/910
1625

1726
## [0.81.0] - 2024-11-05
@@ -23,17 +32,8 @@ All notable changes to this project will be documented in this file.
2332
### Changed
2433

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

3536
[#903]: https://github.com/stackabletech/operator-rs/pull/903
36-
[#909]: https://github.com/stackabletech/operator-rs/pull/909
3737

3838
## [0.80.0] - 2024-10-23
3939

0 commit comments

Comments
 (0)