Skip to content

Commit effe01c

Browse files
authored
Update changelog for release (#1020)
* Update changelog for release * Bump certificates to v0.25.0
1 parent 01d4e9e commit effe01c

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pquerna/otp v1.4.0
1616
github.com/slackhq/nebula v1.6.1
1717
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
18-
github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c
18+
github.com/smallstep/certificates v0.25.0
1919
github.com/smallstep/certinfo v1.12.0
2020
github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2
2121
github.com/smallstep/truststore v0.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ github.com/slackhq/nebula v1.6.1 h1:/OCTR3abj0Sbf2nGoLUrdDXImrCv0ZVFpVPP5qa0DsM=
351351
github.com/slackhq/nebula v1.6.1/go.mod h1:UmkqnXe4O53QwToSl/gG7sM4BroQwAB7dd4hUaT6MlI=
352352
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY=
353353
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc=
354-
github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c h1:SL6aWjPd5o3qM2YPiwfc5s4O5X/jd7QbYmPzGTc4TxQ=
355-
github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c/go.mod h1:thJmekMKUplKYip+la99Lk4IwQej/oVH/zS9PVMagEE=
354+
github.com/smallstep/certificates v0.25.0 h1:WWihtjQ7SprnRxDV44mBp8t5SMsNO5EWsQaEwy1rgFg=
355+
github.com/smallstep/certificates v0.25.0/go.mod h1:thJmekMKUplKYip+la99Lk4IwQej/oVH/zS9PVMagEE=
356356
github.com/smallstep/certinfo v1.12.0 h1://wFrL/oiFvyFinnFg9siOlccaKuae4kGITdsR0kryk=
357357
github.com/smallstep/certinfo v1.12.0/go.mod h1:paO7ecrG1zFy+c8vw+8/Qy9TRA/R7ImAb8+/eOzWrmg=
358358
github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2 h1:UIAS8DTWkeclraEGH2aiJPyNPu16VbT41w4JoBlyFfU=

0 commit comments

Comments
 (0)