Skip to content

Commit 77cb05b

Browse files
committed
chore(operator): Add changelog entry
1 parent 59a9426 commit 77cb05b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)