Skip to content

Commit ab178ce

Browse files
committed
chore: Fix changelogs
1 parent e20ac20 commit ab178ce

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

crates/stackable-operator/CHANGELOG.md

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

crates/stackable-webhook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
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 for example be used to trigger creation/patching of any custom resources
12+
deployed by the operator ([#1099]).
13+
- Add `ConversionWebhookServer::with_maintainer` which creates a conversion webhook server and a CRD
14+
maintainer ([#1099]).
15+
716
### Changed
817

918
- BREAKING: `ConversionWebhookServer::new` now returns a pair of values ([#1099]):

0 commit comments

Comments
 (0)