@@ -26,46 +26,54 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
2727---
2828
29- ## [ Unreleased ]
29+ ## [ v0.25.0 ] - 2023-09-26
3030
3131### Added
3232
3333- Add support for provisioner claim ` disableSmallstepExtensions `
34- (smallstep/cli #986 ).
35- - Add support for PowerShell plugins on Windows (smallstep/certificates #992 ).
36- - Create API token using team slug (smallstep/cli #980 ).
37- - Detect OIDC tokens issued by Kubernetes (smallstep/cli #953 ).
34+ (smallstep/cli #986 )
35+ - Add support for PowerShell plugins on Windows (smallstep/cli #992 )
36+ - Create API token using team slug (smallstep/cli #980 )
37+ - Detect OIDC tokens issued by Kubernetes (smallstep/cli #953 )
3838- Add support for Smallstep Managed Endpoint X509 extension
39- (smallstep/cli #989 ).
39+ (smallstep/cli #989 )
4040- Support signing a certificate for a private key that can only be used for
4141 encryption with the ` --skip-csr-signature ` flag in ` step certificate create ` .
4242 Some KMSs restrict key usage to a single type of cryptographic operation.
4343 This blocks RSA decryption keys from being used to sign a CSR for their public
4444 key. Using the ` --skip-csr-signature ` flag, the public key is used directly
4545 with a certificate template, removing the need for the CSR signature.
4646- Add all AWS identity document certificates (smallstep/certificates #1510 )
47+ - Add SCEP decrypter configuration flags (smallstep/cli #950 )
48+ - Add detection of OIDC tokens issued by Kubernetes (smallstep/cli #953 )
49+ - Add unversioned release artifacts to build (smallstep/cli #965 )
4750
4851### Changed
4952
50- - Increase PBKDF2 iterations to 600k (smallstep/cli #949 ).
51- - ` --kms ` flag is no longer used for the CA (signing) key for ` step certificate create ` . It was replaced by the ` --ca-kms ` flag (smallstep/cli #942 ).
53+ - Increase PBKDF2 iterations to 600k (smallstep/cli #949 )
54+ - ` --kms ` flag is no longer used for the CA (signing) key for
55+ ` step certificate create ` . It was replaced by the ` --ca-kms ` flag
56+ (smallstep/cli #942 ).
57+ - Hide ` step oauth command ` on failure (smallstep/cli #993 )
5258
5359### Fixed
5460
5561- Look for Windows plugins with executable extensions
5662 (smallstep/certificates #976 )
57- - Fix empty ca.json with invalid template data (smallstep/certificates #1501 ).
58- - Fix interactive prompt on docker builds (smallstep/cli #963 ).
63+ - Fix empty ca.json with invalid template data (smallstep/certificates #1501 )
64+ - Fix interactive prompt on docker builds (smallstep/cli #963 )
5965- ` step certificate fingerprint ` correctly parse PEM files with non-PEM header
6066 (smallstep/crypto #311 )
6167- ` step certificate format ` correctly parse PEM files with non-PEM header
6268 (smallstep/cli #1006 )
69+ - Fix TOFU flag in ` ca provisioner update ` (smallstep/cli #941 )
70+ - Make ` --team ` incompatible with ` --fingerprint ` and ` --ca-url ` in
71+ `step ca bootstrap (smallstep/cli #1017 )
6372
6473### Remove
6574
6675- Remove automatic creation of the step path (smallstep/certificates #991 )
6776
68-
6977## [ v0.24.4] - 2023-05-11
7078
7179### Added
0 commit comments