Skip to content

Commit 6b79029

Browse files
committed
changelog
1 parent 651c78a commit 6b79029

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

crates/stackable-certs/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- BREAKING: `CertificateAuthority::generate_leaf_certificate` (and `generate_rsa_leaf_certificate` and `generate_ecdsa_leaf_certificate`)
10+
now take an additional parameter `subject_alterative_dns_names`. The passed SANs are added to the generated certificate,
11+
this is needed for basically all modern TLS certificate validations when used with HTTPS.
12+
Pass an empty list (`[]`) to keep the existing behavior ([#1044]).
13+
- BREAKING: The constant `DEFAULT_CA_VALIDITY_SECONDS` has been renamed to `DEFAULT_CA_VALIDITY` and now is of type `stackable_operator::time::Duration`.
14+
Also, the constant `ROOT_CA_SUBJECT` has been renamed to `SDP_ROOT_CA_SUBJECT` ([#1044]).
15+
- Added the function `CertificateAuthority::ca_cert` to easily get the CA `Certificate` ([#1044]).
16+
717
## [0.3.1] - 2024-07-10
818

919
### Changed
1020

1121
- Bump rust-toolchain to 1.79.0 ([#822]).
1222

1323
[#822]: https://github.com/stackabletech/operator-rs/pull/822
24+
[#1044]: https://github.com/stackabletech/operator-rs/pull/1044
1425

1526
## [0.3.0] - 2024-05-08
1627

0 commit comments

Comments
 (0)