@@ -26,6 +26,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
26
27
27
---
28
28
29
+ ## [ 0.28.3] - 2025-02-20
30
+
31
+ ### Added
32
+
33
+ - Add support for KMS in the ca renew and rekey commands (smallstep/cli #1353 )
34
+
35
+ ### Fixed
36
+
37
+ - Correctly handle redirect-url flag when bootstrapping (smallstep/cli #1350 )
38
+
39
+
29
40
## [ 0.28.2] - 2024-11-20
30
41
31
42
### Fixed
@@ -192,11 +203,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
192
203
- Detect OIDC tokens issued by Kubernetes (smallstep/cli #953 )
193
204
- Add support for Smallstep Managed Endpoint X509 extension
194
205
(smallstep/cli #989 )
195
- - Support signing a certificate for a private key that can only be used for
196
- encryption with the ` --skip-csr-signature ` flag in ` step certificate create ` .
197
- Some KMSs restrict key usage to a single type of cryptographic operation.
198
- This blocks RSA decryption keys from being used to sign a CSR for their public
199
- key. Using the ` --skip-csr-signature ` flag, the public key is used directly
206
+ - Support signing a certificate for a private key that can only be used for
207
+ encryption with the ` --skip-csr-signature ` flag in ` step certificate create ` .
208
+ Some KMSs restrict key usage to a single type of cryptographic operation.
209
+ This blocks RSA decryption keys from being used to sign a CSR for their public
210
+ key. Using the ` --skip-csr-signature ` flag, the public key is used directly
200
211
with a certificate template, removing the need for the CSR signature.
201
212
- Add all AWS identity document certificates (smallstep/certificates #1510 )
202
213
- Add SCEP decrypter configuration flags (smallstep/cli #950 )
@@ -206,8 +217,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
206
217
### Changed
207
218
208
219
- Increase PBKDF2 iterations to 600k (smallstep/cli #949 )
209
- - ` --kms ` flag is no longer used for the CA (signing) key for
210
- ` step certificate create ` . It was replaced by the ` --ca-kms ` flag
220
+ - ` --kms ` flag is no longer used for the CA (signing) key for
221
+ ` step certificate create ` . It was replaced by the ` --ca-kms ` flag
211
222
(smallstep/cli #942 ).
212
223
- Hide ` step oauth command ` on failure (smallstep/cli #993 )
213
224
@@ -222,7 +233,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
222
233
- ` step certificate format ` correctly parse PEM files with non-PEM header
223
234
(smallstep/cli #1006 )
224
235
- Fix TOFU flag in ` ca provisioner update ` (smallstep/cli #941 )
225
- - Make ` --team ` incompatible with ` --fingerprint ` and ` --ca-url ` in
236
+ - Make ` --team ` incompatible with ` --fingerprint ` and ` --ca-url ` in
226
237
`step ca bootstrap (smallstep/cli #1017 )
227
238
228
239
### Remove
@@ -243,15 +254,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
243
254
244
255
## [ v0.24.3] - 2023-04-14
245
256
246
- ### Added
257
+ ### Added
247
258
248
259
- Storing of certificate chain for TPM keys in TPM storage (smallstep/cli #915 )
249
260
250
261
### Changed
251
262
252
263
- The enrolment URL path used when enrolling with an attestation CA (smallstep/cli #915 )
253
264
254
- ### Fixed
265
+ ### Fixed
255
266
256
267
- Issue with CLI reference not showing curly braces correctly (smallstep/cli #916 )
257
268
- Word wrapping for ` step api token ` example (smallstep/cli #917 )
0 commit comments