Skip to content

Commit 2b17859

Browse files
committed
changelog
1 parent 45a6a1b commit 2b17859

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

crates/stackable-certs/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ All notable changes to this project will be documented in this file.
99
- BREAKING: `CertificateAuthority::generate_leaf_certificate` (and `generate_rsa_leaf_certificate` and `generate_ecdsa_leaf_certificate`)
1010
now take an additional parameter `subject_alterative_dns_names`. The passed SANs are added to the generated certificate,
1111
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]).
12+
Pass an empty list (`[]`) to keep the existing behavior ([#XXXX]).
1313
- 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]).
14+
Also, the constant `ROOT_CA_SUBJECT` has been renamed to `SDP_ROOT_CA_SUBJECT` ([#XXXX]).
15+
- Added the function `CertificateAuthority::ca_cert` to easily get the CA `Certificate` ([#XXXX]).
1616

1717
## [0.3.1] - 2024-07-10
1818

@@ -21,7 +21,6 @@ All notable changes to this project will be documented in this file.
2121
- Bump rust-toolchain to 1.79.0 ([#822]).
2222

2323
[#822]: https://github.com/stackabletech/operator-rs/pull/822
24-
[#1044]: https://github.com/stackabletech/operator-rs/pull/1044
2524

2625
## [0.3.0] - 2024-05-08
2726

0 commit comments

Comments
 (0)