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.
pull/1525/head^2 v0.27.2
Max 3 months ago committed by GitHub
parent eb503c7991
commit 077f688e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 ## [0.27.0] - 2024-07-11
### Added ### 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) - Support for validity windows in templates (smallstep/certificates#1903)
- Create identity certificate with host URI when using any provisioner (smallstep/certificates#1922) - 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 ## [0.26.2] - 2024-06-13

Loading…
Cancel
Save