From 7177451ec1a8b54097c0fbfe211b956399fa2af2 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 12 Sep 2024 14:24:40 -0700 Subject: [PATCH] Update CHANGELOG for v0.27.3 (#1992) * Update CHANGELOG for v0.27.3 Co-authored-by: Herman Slatman --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a9ff308..477fda562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.27.3] - 2024-09-13 + +### Added + +- AWS auth method for Vault RA mode (smallstep/certificates#1976) +- API endpoints for retrieving Intermediate certificates (smallstep/certificates#1962) +- Enable use of OIDC provisioner with private identity providers and a certificate from step-ca (smallstep/certificates#1940) +- Support for verifying `cnf` and `x5rt#S256` claim when provided in token (smallstep/certificates#1660) +- Add Wire integration to ACME provisioner (smallstep/certificates#1666) + +### Changed + +- Clarified SSH certificate policy errors (smallstep/certificates#1951) + +### Fixed + +- Nebula ECDSA P-256 support (smallstep/certificates#1662) + ## [0.27.2] - 2024-07-18 ### Added