@@ -25,23 +25,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
25
26
26
---
27
27
28
- ## [ Unreleased ]
28
+ ## [ 0.25.0 ] - 2023-09-26
29
29
30
30
### Added
31
31
32
+ - Added support for configuring SCEP decrypters in the provisioner (smallstep/certificates #1414 )
32
33
- Added support for TPM KMS (smallstep/crypto #253 )
33
34
- Added support for disableSmallstepExtensions provisioner claim
34
35
(smallstep/certificates #1484 )
35
36
- Added script to migrate a badger DB to MySQL or PostgreSQL
36
37
(smallstep/certificates #1477 )
37
38
- Added AWS public certificates for me-central-1 and ap-southeast-3
38
39
(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 )
40
53
41
54
### Changed
42
55
43
56
- Changed the Makefile to produce cgo-enabled builds running
44
57
` 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 )
45
68
46
69
### Fixed
47
70
@@ -53,6 +76,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
53
76
(smallstep/certificates #1476 , smallstep/crypto #288 )
54
77
- Fixed adding certificate templates with ASN.1 functions
55
78
(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 )
56
85
57
86
## [ v0.24.2] - 2023-05-11
58
87
0 commit comments