@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9+ - BREAKING: Add two new required CLI arguments: ` --operator-namespace ` and ` -operator-service-name ` .
10+ These two values are used to construct the service name in the CRD conversion webhook ([ #1066 ] ).
11+
12+ ### Changed
13+
14+ - BREAKING: Rename two fields of the ` ProductOperatorRun ` struct for consistency and clarity ([ #1066 ] ):
15+ - ` telemetry_arguments ` -> ` telemetry `
16+ - ` cluster_info_opts ` -> ` cluster_info `
17+
18+ ## [ 0.94.0] - 2025-07-10
19+
20+ ### Added
21+
922- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([ #1068 ] , [ #1071 ] )
1023 This requires operators to have the RBAC permission to ` get ` ` nodes/proxy ` in the apiGroup "", an example RBAC rule could look like:
1124
@@ -31,15 +44,12 @@ All notable changes to this project will be documented in this file.
3144 fieldPath: spec.nodeName
3245 ` ` `
3346
47+ - Add associated functions on `RoleGroupRef` to return the rolegroup headless and metrics service name ([#1069]).
48+
3449# ## Changed
3550
3651- Update `kube` to `1.1.0` ([#1049]).
3752- BREAKING : Return type for `ListenerOperatorVolumeSourceBuilder::new()` is no longer a `Result` ([#1058]).
38- - BREAKING : Require two new CLI arguments: `--operator-namespace` and `-operator-service-name`.
39- These are required, so that the operator knows what Service it needs to enter as CRD conversion webhook ([#1066]).
40- - BREAKING : The `ProductOperatorRun` used for CLI arguments has some field renamed for consistency ([#1066]):
41- - ` telemetry_arguments` -> `telemetry`
42- - ` cluster_info_opts` -> `cluster_info`
4353
4454# ## Fixed
4555
@@ -57,6 +67,7 @@ All notable changes to this project will be documented in this file.
5767[#1064]: https://github.com/stackabletech/operator-rs/pull/1064
5868[#1066]: https://github.com/stackabletech/operator-rs/pull/1066
5969[#1068]: https://github.com/stackabletech/operator-rs/pull/1068
70+ [#1069]: https://github.com/stackabletech/operator-rs/pull/1069
6071[#1071]: https://github.com/stackabletech/operator-rs/pull/1071
6172
6273# # [0.93.2] - 2025-05-26
0 commit comments