From 2c735345f3351b37c2a75cb3acc6a07de3425355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:19:50 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521a347..c0f353f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/deckhouse/delivery-kit-sdk/compare/v1.0.0...v1.0.1) (2025-10-22) + + +### Bug Fixes + +* **signver:** rename vault auth envs ([#63](https://github.com/deckhouse/delivery-kit-sdk/issues/63)) ([0cbac82](https://github.com/deckhouse/delivery-kit-sdk/commit/0cbac82233339efc3b9daf29574820a6a3a55d5b)) + ## 1.0.0 (2025-10-16) ### Features @@ -8,4 +15,4 @@ * **signature, file**: support signing and verifying ELF binaries * **signature, image**: support signing and verifying image manifest * **integrity**: add dm-verity root hash calculation for image layer -* **integrity**: add utility functions for EROFS-related operations \ No newline at end of file +* **integrity**: add utility functions for EROFS-related operations