From 077f688e2d781fa12fd3d702cfab5b6f989a4391 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 Jul 2024 11:49:39 -0700 Subject: [PATCH] Add changelog for 0.27.2 & 0.27.1 | update changelog for 0.27.0 (#1934) - A change was added in 0.27.0 that mandated use of strict FQDNs in ACME challenge verification. Upon further review, a flag was added to enable this behavior because it is not considered to be a necessary security feature. --- CHANGELOG.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3c9496..62a9ff30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.27.2] - 2024-07-18 + +### Added + +- `--console` option to default step-ssh config (smallstep/certificates#1931) + + +## [0.27.1] - 2024-07-12 + +### Changed + +- Enable use of strict FQDN with a flag (smallstep/certificates#1926) + - This reverses a change in 0.27.0 that required the use of strict FQDNs (smallstep/certificate#1910) + + ## [0.27.0] - 2024-07-11 ### Added @@ -32,13 +47,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Support for validity windows in templates (smallstep/certificates#1903) - Create identity certificate with host URI when using any provisioner (smallstep/certificates#1922) -### Fixed +### Changed -- Handle bad attestation object in deviceAttest01 validation (smallstep/certificates#1913) +- Do strict DNS lookup on ACME (smallstep/certificates#1910) -### Security +### Fixed -- Do strict DNS lookup on ACME (smallstep/certificates#1910) +- Handle bad attestation object in deviceAttest01 validation (smallstep/certificates#1913) ## [0.26.2] - 2024-06-13