Skip to content

Commit

Permalink
Add changelog for 0.27.2 & 0.27.1 | update changelog for 0.27.0 (#1934)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
dopey authored Jul 18, 2024
1 parent eb503c7 commit 077f688
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,35 @@ 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

- 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
Expand Down

0 comments on commit 077f688

Please sign in to comment.