We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fd2ef commit 8ea2a2eCopy full SHA for 8ea2a2e
crates/stackable-operator/CHANGELOG.md
@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Added `Hostname` and `KerberosRealmName` types extracted from secret-operator ([#851]).
10
11
+### Changed
12
13
+- BREAKING: `validation` module now uses typed errors ([#851]).
14
15
### Fixed
16
17
- Fix the CRD description of `ClientAuthenticationDetails` to not contain internal Rust doc, but a public CRD description ([#846]).
18
19
[#846]: https://github.com/stackabletech/operator-rs/pull/846
20
+[#851]: https://github.com/stackabletech/operator-rs/pull/851
21
22
## [0.74.0] - 2024-08-22
23
0 commit comments