Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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