File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9+ - Add ` CustomResourceDefinitionMaintainer ` which applies and patches CRDs triggered by TLS
10+ certificate rotations of the ` ConversionWebhookServer ` . It additionally provides a ` oneshot `
11+ channel which can be used to trigger creation/patching of any default custom resources deployed by
12+ the operator ([ #1099 ] ).
13+ - Add a ` Client::create_if_missing ` associated function to create a resource if it doesn't
14+ exist ([ #1099 ] ).
915- Add end-of-support checker ([ #1096 ] ).
1016 - The EoS checker can be constructed using ` EndOfSupportChecker::new() ` .
1117 - Add new ` MaintenanceOptions ` and ` EndOfSupportOptions ` structs.
@@ -24,6 +30,7 @@ All notable changes to this project will be documented in this file.
2430
2531[ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
2632[ #1098 ] : https://github.com/stackabletech/operator-rs/pull/1098
33+ [ #1099 ] : https://github.com/stackabletech/operator-rs/pull/1099
2734
2835## [ 0.98.0] - 2025-09-22
2936
You can’t perform that action at this time.
0 commit comments