Skip to content

Commit 4e3b344

Browse files
authored
Update changelog for 0.25.0 release (#1561)
1 parent f9db22d commit 4e3b344

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525

2626
---
2727

28-
## [Unreleased]
28+
## [0.25.0] - 2023-09-26
2929

3030
### Added
3131

32+
- Added support for configuring SCEP decrypters in the provisioner (smallstep/certificates#1414)
3233
- Added support for TPM KMS (smallstep/crypto#253)
3334
- Added support for disableSmallstepExtensions provisioner claim
3435
(smallstep/certificates#1484)
3536
- Added script to migrate a badger DB to MySQL or PostgreSQL
3637
(smallstep/certificates#1477)
3738
- Added AWS public certificates for me-central-1 and ap-southeast-3
3839
(smallstep/certificates#1404)
39-
- Add namespace field to VaultCAS JSON config (smallstep/certificates#1424)
40+
- Added namespace field to VaultCAS JSON config (smallstep/certificates#1424)
41+
- Added AWS public certificates for me-central-1 and ap-southeast-3
42+
(smallstep/certificates#1404)
43+
- Added unversioned filenames to Github release assets
44+
(smallstep/certificates#1435)
45+
- Send X5C leaf certificate to webhooks (smallstep/certificates#1485)
46+
- Added support for disableSmallstepExtensions claim (smallstep/certificates#1484)
47+
- Added all AWS Identity Document Certificates (smallstep/certificates#1404, smallstep/certificates#1510)
48+
- Added Winget release automation (smallstep/certificates#1519)
49+
- Added CSR to SCEPCHALLENGE webhook request body (smallstep/certificates#1523)
50+
- Added SCEP issuance notification webhook (smallstep/certificates#1544)
51+
- Added ability to disable color in the log text formatter
52+
(smallstep/certificates(#1559)
4053

4154
### Changed
4255

4356
- Changed the Makefile to produce cgo-enabled builds running
4457
`make build GO_ENVS="CGO_ENABLED=1"` (smallstep/certificates#1446)
58+
- Return more detailed errors to ACME clients using device-attest-01
59+
(smallstep/certificates#1495)
60+
- Change SCEP password type to string (smallstep/certificates#1555)
61+
62+
### Removed
63+
64+
- Removed OIDC user regexp check (smallstep/certificates#1481)
65+
- Removed automatic initialization of $STEPPATH (smallstep/certificates#1493)
66+
- Removed db datasource from error msg to prevent leaking of secrets to logs
67+
(smallstep/certificates#1528)
4568

4669
### Fixed
4770

@@ -53,6 +76,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5376
(smallstep/certificates#1476, smallstep/crypto#288)
5477
- Fixed adding certificate templates with ASN.1 functions
5578
(smallstep/certificates#1500, smallstep/crypto#302)
79+
- Fixed a problem when the ca.json is truncated if the encoding of the
80+
configuration fails (e.g., new provisioner with bad template data)
81+
(smallstep/cli#994, smallstep/certificates#1501)
82+
- Fixed provisionerOptionsToLinkedCA missing template and templateData
83+
(smallstep/certificates#1520)
84+
- Fix calculation of webhook signature (smallstep/certificates#1546)
5685

5786
## [v0.24.2] - 2023-05-11
5887

0 commit comments

Comments
 (0)