From 2e599c8399b8654cbfa830551917aa59145927af Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 19 Nov 2024 17:28:19 -0800 Subject: [PATCH 1/2] Add a few PRs to the 0.28.1 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78adbb19b..979a2b8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Support for using template data from SCEPCHALLENGE webhooks (smallstep/certificates#2065) - New field to Webhook response that allows for propagation of human readable errors to the client (smallstep/certificates#2066) +- CICD for pushing DEB and RPM packages to packages.smallstep.com on releases (smallstep/certificates#2076) +- PKCS11 utilities in HSM container image (smallstep/certificates#2077) + +### Changed + +- Artifact names for RPM and DEB packages in conformance with standards (smallstep/certificates#2076) ## [0.28.0] - 2024-10-29 From 96f67c0282c9f9632837f466618d15394b3e7e50 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 Nov 2024 17:42:37 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Mariano Cano --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979a2b8df..75f12d4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Support for using template data from SCEPCHALLENGE webhooks (smallstep/certificates#2065) -- New field to Webhook response that allows for propagation of human readable errors to the client (smallstep/certificates#2066) +- New field to Webhook response that allows for propagation of human readable errors to the client (smallstep/certificates#2066, smallstep/certificates#2069) - CICD for pushing DEB and RPM packages to packages.smallstep.com on releases (smallstep/certificates#2076) - PKCS11 utilities in HSM container image (smallstep/certificates#2077)