From 48ed3a5d17d1224377d3a36d8e1a67575340c493 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 1 Dec 2025 18:00:51 -0800 Subject: [PATCH] Changelog updates for preparing for v0.29.0 (#2488) --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09513a48..8cbd5cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,22 +25,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- -## [0.28.5] - unreleased +## [0.29.0] - unreleased ### Added +- Add support for YubiKeys 5.7.4+ (smallstep/certificates#2370) +- Support managed device ID OID for step attestation format (smallstep/certificates#2382) +- Add support for remote configuration of GCP Organization-Id (smallstep/certificates#2408) +- Add additional DOCKER_STEPCA_INIT_* envs for docker/entrypoint.sh (smallstep/certificates#2461) +- Add sd_notify support (smallstep/certificates#2463) + ### Changed +- Use errgroup to shutdown services concurrently (smallstep/certificates#2343) + ### Deprecated ### Removed ### Fixed +- Fix process hanging after SIGTERM (smallstep/certificates#2338) +- Disable execute permission on a few policy/engine source files (smallstep/certificates#2435) +- Fix backdate support for ACME provisioner (smallstep/certificates#2444) + ### Security -## [0.28.4] - unreleased +## [0.28.4] - 2025-07-13 ### Added