@@ -6,8 +6,9 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
- - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([ #1068 ] )< br >
9
+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([ #1068 ] )
10
10
This requires operators to have the RBAC permission to ` get ` ` nodes/proxy ` in the apiGroup "", an example RBAC rule could look like:
11
+
11
12
``` yaml
12
13
---
13
14
apiVersion : rbac.authorization.k8s.io/v1
@@ -18,6 +19,7 @@ All notable changes to this project will be documented in this file.
18
19
- apiGroups : [""]
19
20
resources : [nodes/proxy]
20
21
verbs : [get]
22
+ ` ` `
21
23
22
24
### Changed
23
25
@@ -164,7 +166,7 @@ All notable changes to this project will be documented in this file.
164
166
# ## Added
165
167
166
168
- Add Deployments to `ClusterResource`s ([#992]).
167
- - Add `DeploymentConditionBuilder` ([#993]).
169
+ - Add `DeploymentConditionBuilder` ([#993]).
168
170
169
171
# ## Changed
170
172
@@ -385,7 +387,7 @@ All notable changes to this project will be documented in this file.
385
387
# ## Fixed
386
388
387
389
- BREAKING : ` KeyValuePairs::insert` (as well as `Labels::`/`Annotations::` via it) now overwrites
388
- the old value if the key already exists. Previously, `iter()` would return *both* values in
390
+ the old value if the key already exists. Previously, `iter()` would return _both_ values in
389
391
lexicographical order (causing further conversions like `Into<BTreeMap>` to prefer the maximum
390
392
value) ([#888]).
391
393
@@ -650,7 +652,7 @@ All notable changes to this project will be documented in this file.
650
652
651
653
# ## Changed
652
654
653
- - Implement `PartialEq` for most *Snafu* Error enums ([#757]).
655
+ - Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
654
656
- Update Rust to 1.77 ([#759])
655
657
656
658
# ## Fixed
@@ -1401,7 +1403,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
1401
1403
# ## Changed
1402
1404
1403
1405
- Objects are now streamed rather than polled when waiting for them to be deleted ([#452]).
1404
- - serde\_yaml 0.8.26 -> 0.9.9 ([#450])
1406
+ - serde_yaml 0.8.26 -> 0.9.9 ([#450])
1405
1407
1406
1408
[#450]: https://github.com/stackabletech/operator-rs/pull/450
1407
1409
[#452]: https://github.com/stackabletech/operator-rs/pull/452
0 commit comments