Skip to content

Commit d21e756

Browse files
authored
Add changelog for v0.28.2 (#2178)
1 parent d4960a1 commit d21e756

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

CHANGELOG.md

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

2626
---
2727

28+
## [0.28.2] - 2025-02-20
29+
30+
### Added
31+
32+
- Added support for imported keys on YubiKey (smallstep/certificates#2113)
33+
- Enable storing ACME attestation payload (smallstep/certificates#2114)
34+
- Add ACME attestation format field to ACME challenge (smallstep/certificates#2124)
35+
36+
### Changed
37+
38+
- Added internal httptransport package to replace cloning of http.DefaultTransport (smallstep/certificates#2098, smallstep/certificates#2103, smallstep/certificates#2104)
39+
- For example, replacing http.DefaultTransport clone in provisioner webhook business logic.
40+
41+
2842
## [0.28.1] - 2024-11-19
2943

3044
### Added
@@ -47,8 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4761

4862
### Changed
4963

50-
- For IID provisioners with disableCustomSANs set to true, validate that the
51-
requested DNS names are a subset of the allowed DNS names (based on the IID token),
64+
- For IID provisioners with disableCustomSANs set to true, validate that the
65+
requested DNS names are a subset of the allowed DNS names (based on the IID token),
5266
rather than requiring an exact match to the entire list of allowed DNS names. (smallstep/certificates#2044)
5367

5468

@@ -148,7 +162,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
148162

149163
## [0.26.0] - 2024-03-28
150164

151-
### Added
165+
### Added
152166

153167
- [TPM KMS](https://github.com/smallstep/crypto/tree/master/kms/tpmkms) support for CA keys (smallstep/certificates#1772)
154168
- Propagation of HTTP request identifier using X-Request-Id header (smallstep/certificates#1743, smallstep/certificates#1542)
@@ -158,7 +172,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
158172
- AWS `ca-west-1` identity document root certificate (smallstep/certificates#1715)
159173
- [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)
160174

161-
### Changed
175+
### Changed
162176

163177
- In an RA setup, let the CA decide the RA certificate lifetime (smallstep/certificates#1764)
164178
- Use Debian Bookworm in Docker containers (smallstep/certificates#1615)
@@ -208,17 +222,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
208222
- Added AWS public certificates for me-central-1 and ap-southeast-3
209223
(smallstep/certificates#1404)
210224
- Added namespace field to VaultCAS JSON config (smallstep/certificates#1424)
211-
- Added AWS public certificates for me-central-1 and ap-southeast-3
225+
- Added AWS public certificates for me-central-1 and ap-southeast-3
212226
(smallstep/certificates#1404)
213-
- Added unversioned filenames to Github release assets
227+
- Added unversioned filenames to Github release assets
214228
(smallstep/certificates#1435)
215229
- Send X5C leaf certificate to webhooks (smallstep/certificates#1485)
216230
- Added support for disableSmallstepExtensions claim (smallstep/certificates#1484)
217231
- Added all AWS Identity Document Certificates (smallstep/certificates#1404, smallstep/certificates#1510)
218232
- Added Winget release automation (smallstep/certificates#1519)
219233
- Added CSR to SCEPCHALLENGE webhook request body (smallstep/certificates#1523)
220234
- Added SCEP issuance notification webhook (smallstep/certificates#1544)
221-
- Added ability to disable color in the log text formatter
235+
- Added ability to disable color in the log text formatter
222236
(smallstep/certificates(#1559)
223237

224238
### Changed
@@ -246,7 +260,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
246260
(smallstep/certificates#1476, smallstep/crypto#288)
247261
- Fixed adding certificate templates with ASN.1 functions
248262
(smallstep/certificates#1500, smallstep/crypto#302)
249-
- Fixed a problem when the ca.json is truncated if the encoding of the
263+
- Fixed a problem when the ca.json is truncated if the encoding of the
250264
configuration fails (e.g., new provisioner with bad template data)
251265
(smallstep/cli#994, smallstep/certificates#1501)
252266
- Fixed provisionerOptionsToLinkedCA missing template and templateData

0 commit comments

Comments
 (0)