From e52e79f745f4ad269c8be1c6bb335509b7690b81 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Wed, 10 May 2023 13:31:31 +0200 Subject: [PATCH 1/3] Update changelog for v0.24.2 release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c85936..e8c5126b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [v0.24.2] - 2023-05-XX + +### Added + +- Log SSH certificates (smallstep/certificates#1374) +- CRL endpoints on the HTTP server (smallstep/certificates#1372) +- Dynamic SCEP challenge validation using webhooks (smallstep/certificates#1366) + +### Changed + +- Depend on [smallstep/go-attestation](https://github.com/smallstep/go-attestation) instead of [google/go-attestation](https://github.com/google/go-attestation) +- Render CRLs into http.ResponseWriter instead of memory (smallstep/certificates#1373) +- Redaction of SCEP static challenge when listing provisioners (smallstep/certificates#1204) + +### Fixed + +- VaultCAS certificate lifetime (smallstep/certificates#1376) + +## [v0.24.1] - 2023-04-14 + +### Fixed + +- Docker image name for HSM support (smallstep/certificates#1348) + ## [v0.24.0] - 2023-04-12 ### Added From 4a60f8f71f34a86dbf65e88e607419cfe6aa94c0 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Wed, 10 May 2023 14:39:26 +0200 Subject: [PATCH 2/3] Add `UNRELEASED` back --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c5126b..966ae48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [Unreleased] + ## [v0.24.2] - 2023-05-XX ### Added From a49ee2c03d5f2e8f167e64d06672590a11263677 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Wed, 10 May 2023 22:26:12 +0200 Subject: [PATCH 3/3] Add entry for `DOCKER_STEPCA_INIT_PASSWORD_FILE` --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966ae48d..a8c11473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,13 +27,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [v0.24.2] - 2023-05-XX +## [v0.24.2] - 2023-05-11 ### Added - Log SSH certificates (smallstep/certificates#1374) - CRL endpoints on the HTTP server (smallstep/certificates#1372) - Dynamic SCEP challenge validation using webhooks (smallstep/certificates#1366) +- For Docker deployments, added DOCKER_STEPCA_INIT_PASSWORD_FILE. Useful for pointing to a Docker Secret in the container (smallstep/certificates#1384) ### Changed