@@ -6,14 +6,21 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
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 when the HTTPS server is accessible on multiple DNS names and/or IPs.
12
- Pass an empty list (` [] ` ) to keep the existing behavior ([ #1057 ] ).
9
+ - Add the function ` CertificateAuthority::ca_cert ` to easily get the CA ` Certificate ` ([ #1057 ] ).
10
+
11
+ ### Changed
12
+
13
+ - BREAKING: The functions ` generate_leaf_certificate ` , ` generate_rsa_leaf_certificate ` and
14
+ ` generate_ecdsa_leaf_certificate ` of ` CertificateAuthority ` accept an additional parameter
15
+ ` subject_alterative_dns_names ` ([ #1057 ] ).
16
+ - The passed SANs are added to the generated certificate, this is needed when the HTTPS server is
17
+ accessible on multiple DNS names and/or IPs.
18
+ - Pass an empty list (` [] ` ) to keep the existing behavior.
13
19
- BREAKING: Constants have been renamed/retyped ([ #1057 ] ):
14
20
- ` DEFAULT_CA_VALIDITY_SECONDS ` has been renamed to ` DEFAULT_CA_VALIDITY ` and now is of type ` stackable_operator::time::Duration ` .
15
21
- ` ROOT_CA_SUBJECT ` has been renamed to ` SDP_ROOT_CA_SUBJECT ` .
16
- - Added the function ` CertificateAuthority::ca_cert ` to easily get the CA ` Certificate ` ([ #1057 ] ).
22
+
23
+ [ #1057 ] : https://github.com/stackabletech/operator-rs/pull/1057
17
24
18
25
## [ 0.3.1] - 2024-07-10
19
26
@@ -22,7 +29,6 @@ All notable changes to this project will be documented in this file.
22
29
- Bump rust-toolchain to 1.79.0 ([ #822 ] ).
23
30
24
31
[ #822 ] : https://github.com/stackabletech/operator-rs/pull/822
25
- [ #1057 ] : https://github.com/stackabletech/operator-rs/pull/1057
26
32
27
33
## [ 0.3.0] - 2024-05-08
28
34
0 commit comments