You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ACME attestation format field to ACME challenge (smallstep/certificates#2124)
40
+
41
+
### Changed
42
+
43
+
- Added internal httptransport package to replace cloning of http.DefaultTransport (smallstep/certificates#2098, smallstep/certificates#2103, smallstep/certificates#2104)
44
+
- For example, replacing http.DefaultTransport clone in provisioner webhook business logic.
45
+
46
+
47
+
## [0.28.1] - 2024-11-19
48
+
49
+
### Added
50
+
51
+
- Support for using template data from SCEPCHALLENGE webhooks (smallstep/certificates#2065)
52
+
- New field to Webhook response that allows for propagation of human readable errors to the client (smallstep/certificates#2066, smallstep/certificates#2069)
53
+
- CICD for pushing DEB and RPM packages to packages.smallstep.com on releases (smallstep/certificates#2076)
54
+
- PKCS11 utilities in HSM container image (smallstep/certificates#2077)
55
+
56
+
### Changed
57
+
58
+
- Artifact names for RPM and DEB packages in conformance with standards (smallstep/certificates#2076)
59
+
60
+
61
+
## [0.28.0] - 2024-10-29
62
+
63
+
### Added
64
+
65
+
- Add options to GCP IID provisioner to enable or disable signing of SSH user and host certificates (smallstep/certificates#2045)
66
+
67
+
### Changed
68
+
69
+
- For IID provisioners with disableCustomSANs set to true, validate that the
70
+
requested DNS names are a subset of the allowed DNS names (based on the IID token),
71
+
rather than requiring an exact match to the entire list of allowed DNS names. (smallstep/certificates#2044)
72
+
73
+
74
+
## [0.27.5] - 2024-10-17
75
+
76
+
### Added
77
+
78
+
- Option to log real IP (x-forwarded-for) in logging middleware (smallstep/certificates#2002)
79
+
80
+
### Fixed
81
+
82
+
- Pulled in updates to smallstep/pkcs7 to fix failing Windows SCEP enrollment certificates (smallstep/certificates#1994)
83
+
84
+
85
+
## [0.27.4] - 2024-09-13
86
+
87
+
### Fixed
88
+
89
+
- Release worfklow
90
+
91
+
## [0.27.3] - 2024-09-13
92
+
93
+
### Added
94
+
95
+
- AWS auth method for Vault RA mode (smallstep/certificates#1976)
96
+
- API endpoints for retrieving Intermediate certificates (smallstep/certificates#1962)
97
+
- Enable use of OIDC provisioner with private identity providers and a certificate from step-ca (smallstep/certificates#1940)
98
+
- Support for verifying `cnf` and `x5rt#S256` claim when provided in token (smallstep/certificates#1660)
99
+
- Add Wire integration to ACME provisioner (smallstep/certificates#1666)
-[COSE RS1](https://www.rfc-editor.org/rfc/rfc8812.html#section-2) as a supported algorithm with ACME `device-attest-01` challenge (smallstep/certificates#1663)
98
179
99
-
### Changed
180
+
### Changed
100
181
101
182
- In an RA setup, let the CA decide the RA certificate lifetime (smallstep/certificates#1764)
102
183
- Use Debian Bookworm in Docker containers (smallstep/certificates#1615)
@@ -146,17 +227,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
146
227
- Added AWS public certificates for me-central-1 and ap-southeast-3
147
228
(smallstep/certificates#1404)
148
229
- Added namespace field to VaultCAS JSON config (smallstep/certificates#1424)
149
-
- Added AWS public certificates for me-central-1 and ap-southeast-3
230
+
- Added AWS public certificates for me-central-1 and ap-southeast-3
150
231
(smallstep/certificates#1404)
151
-
- Added unversioned filenames to Github release assets
232
+
- Added unversioned filenames to Github release assets
152
233
(smallstep/certificates#1435)
153
234
- Send X5C leaf certificate to webhooks (smallstep/certificates#1485)
154
235
- Added support for disableSmallstepExtensions claim (smallstep/certificates#1484)
155
236
- Added all AWS Identity Document Certificates (smallstep/certificates#1404, smallstep/certificates#1510)
0 commit comments