File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed 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.
6
6
7
7
### Added
8
8
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 ] ).
9
15
- Add end-of-support checker ([ #1096 ] ).
10
16
- The EoS checker can be constructed using ` EndOfSupportChecker::new() ` .
11
17
- Add new ` MaintenanceOptions ` and ` EndOfSupportOptions ` structs.
@@ -24,6 +30,7 @@ All notable changes to this project will be documented in this file.
24
30
25
31
[ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
26
32
[ #1098 ] : https://github.com/stackabletech/operator-rs/pull/1098
33
+ [ #1099 ] : https://github.com/stackabletech/operator-rs/pull/1099
27
34
28
35
## [ 0.98.0] - 2025-09-22
29
36
You can’t perform that action at this time.
0 commit comments