@@ -11,21 +11,18 @@ All notable changes to this project will be documented in this file.
1111 - ` Label::stackable_vendor ` : stackable.tech/vendor=Stackable
1212 - ` Label::instance ` : app.kubernetes.io/instance
1313 - ` Label::name ` : app.kubernetes.io/name
14+ - Add a ` Client::create_if_missing ` associated function to create a resource if it doesn't
15+ exist ([ #1099 ] ).
1416- BREAKING: Add new ListenerClass ` .spec.pinnedNodePorts ` field ([ #1105 ] ).
1517
18+ [ #1099 ] : https://github.com/stackabletech/operator-rs/pull/1099
1619[ #1105 ] : https://github.com/stackabletech/operator-rs/pull/1105
1720[ #1106 ] : https://github.com/stackabletech/operator-rs/pull/1106
1821
1922## [ 0.99.0] - 2025-10-06
2023
2124### Added
2225
23- - Add ` CustomResourceDefinitionMaintainer ` which applies and patches CRDs triggered by TLS
24- certificate rotations of the ` ConversionWebhookServer ` . It additionally provides a ` oneshot `
25- channel which can for example be used to trigger creation/patching of any custom resources deployed by
26- the operator ([ #1099 ] ).
27- - Add a ` Client::create_if_missing ` associated function to create a resource if it doesn't
28- exist ([ #1099 ] ).
2926- Add CLI argument and env var to disable the end-of-support checker: ` EOS_DISABLED ` (` --eos-disabled ` ) ([ #1101 ] ).
3027- Add end-of-support checker ([ #1096 ] , [ #1103 ] ).
3128 - The EoS checker can be constructed using ` EndOfSupportChecker::new() ` .
@@ -46,7 +43,6 @@ All notable changes to this project will be documented in this file.
4643
4744[ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
4845[ #1098 ] : https://github.com/stackabletech/operator-rs/pull/1098
49- [ #1099 ] : https://github.com/stackabletech/operator-rs/pull/1099
5046[ #1101 ] : https://github.com/stackabletech/operator-rs/pull/1101
5147[ #1103 ] : https://github.com/stackabletech/operator-rs/pull/1103
5248
0 commit comments