Skip to content

Commit d07bd55

Browse files
committed
changelog
1 parent 4b761eb commit d07bd55

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,31 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- BREAKING: Add `Host` type and use it within LDAP and OIDC AuthenticationClass as well as S3Connection ([#863]).
10+
11+
### Changed
12+
13+
- BREAKING: TLS verification struct now reside in the `commons::tls_verification` module, instead of being placed below `commons::authentication::tls` ([#863]).
14+
15+
### Fixed
16+
17+
- 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 ([#863]).
18+
19+
[#863]: https://github.com/stackabletech/operator-rs/pull/863
20+
21+
## TODO: Create a release before #863, as it's majorly breaking
22+
23+
### Added
24+
925
- Add `Hostname` and `KerberosRealmName` types extracted from secret-operator ([#851]).
10-
- BREAKING: Add `Host` type and use it within LDAP and OIDC AuthenticationClass as well as S3Connection ([#XXX]).
1126
- Add support for listener volume scopes to `SecretOperatorVolumeSourceBuilder` ([#858]).
1227

1328
### Changed
1429

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

1832
### Fixed
1933

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]).
2134
- Fix the CRD description of `ClientAuthenticationDetails` to not contain internal Rust doc, but a public CRD description ([#846]).
2235
- `StackableAffinity` fields are no longer erroneously marked as required ([#855]).
2336

0 commit comments

Comments
 (0)