Skip to content

Commit 4b761eb

Browse files
committed
changelog
1 parent 68dc317 commit 4b761eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ All notable changes to this project will be documented in this file.
1313
### Changed
1414

1515
- BREAKING: `validation` module now uses typed errors ([#851]).
16-
- BREAKING: TLS verification struct now reside top-level in the `commons` module, instead of being placed below `commons::authentication::tls` ([#XXX]).
16+
- BREAKING: TLS verification struct now reside in the `commons::tls_verification` module, instead of being placed below `commons::authentication::tls` ([#XXX]).
1717

1818
### Fixed
1919

20-
- BREAKING: The fields on `S3BucketSpec`, `InlinedS3BucketSpec` and `S3ConnectionSpec` are now mandatory (as they should be) ([#XXX]).
20+
- BREAKING: The fields `bucketName`, `connection` and `host` on `S3BucketSpec`, `InlinedS3BucketSpec` and `S3ConnectionSpec` are now mandatory. Previously operators probably errored out in case they where missing, so this should not affect users, but make the errors much clearer ([#XXX]).
2121
- Fix the CRD description of `ClientAuthenticationDetails` to not contain internal Rust doc, but a public CRD description ([#846]).
2222
- `StackableAffinity` fields are no longer erroneously marked as required ([#855]).
2323

0 commit comments

Comments
 (0)