Skip to content

Commit 077f688

Browse files
authored
Add changelog for 0.27.2 & 0.27.1 | update changelog for 0.27.0 (smallstep#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.
1 parent eb503c7 commit 077f688

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

CHANGELOG.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525

2626
---
2727

28+
## [0.27.2] - 2024-07-18
29+
30+
### Added
31+
32+
- `--console` option to default step-ssh config (smallstep/certificates#1931)
33+
34+
35+
## [0.27.1] - 2024-07-12
36+
37+
### Changed
38+
39+
- Enable use of strict FQDN with a flag (smallstep/certificates#1926)
40+
- This reverses a change in 0.27.0 that required the use of strict FQDNs (smallstep/certificate#1910)
41+
42+
2843
## [0.27.0] - 2024-07-11
2944

3045
### Added
3146

3247
- Support for validity windows in templates (smallstep/certificates#1903)
3348
- Create identity certificate with host URI when using any provisioner (smallstep/certificates#1922)
3449

35-
### Fixed
50+
### Changed
3651

37-
- Handle bad attestation object in deviceAttest01 validation (smallstep/certificates#1913)
52+
- Do strict DNS lookup on ACME (smallstep/certificates#1910)
3853

39-
### Security
54+
### Fixed
4055

41-
- Do strict DNS lookup on ACME (smallstep/certificates#1910)
56+
- Handle bad attestation object in deviceAttest01 validation (smallstep/certificates#1913)
4257

4358

4459
## [0.26.2] - 2024-06-13

0 commit comments

Comments
 (0)