From 1242a07a357d2e3881fccda4ba4f9a3a2eb5ba11 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 12 Aug 2025 12:14:31 -0700 Subject: [PATCH 1/4] chore(release): v4.3.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff2402e..85ae46a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [4.3.1] - 2025-08-12 + +- #167 [Pinning Action Dependencies for Security and Reliability](https://github.com/Azure/setup-helm/pull/167) +- #181 [Fix types, and update node version.](https://github.com/Azure/setup-helm/pull/181) +- #191 [chore(tests): Mock arch to make tests pass on arm host](https://github.com/Azure/setup-helm/pull/191) +- #192 [chore: remove unnecessary prebuild script](https://github.com/Azure/setup-helm/pull/192) +- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197) +- #203 [Update helm version retrieval to use JSON output for latest version](https://github.com/Azure/setup-helm/pull/203) +- #207 [ci(workflows): update helm version to v3.18.4 and add matrix for tests](https://github.com/Azure/setup-helm/pull/207) + ## [4.3.0] - 2025-02-15 - #152 feat: log when restoring from cache From 929acbb2f37b4a12e9d4b449bd4f17c495506687 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 12 Aug 2025 12:28:25 -0700 Subject: [PATCH 2/4] bump version to 4.3.1 in package files --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a46ab131..eca7e6fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setuphelm", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setuphelm", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 7a0166a5..7d487847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setuphelm", - "version": "4.3.0", + "version": "4.3.1", "private": true, "description": "Setup helm", "author": "Anumita Shenoy", From 0e597de550cc35b8976da2a8ccb775813ed1bb99 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 12 Aug 2025 12:38:16 -0700 Subject: [PATCH 3/4] add 'Changed' section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ae46a8..39d6a708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [4.3.1] - 2025-08-12 +### Changed + - #167 [Pinning Action Dependencies for Security and Reliability](https://github.com/Azure/setup-helm/pull/167) - #181 [Fix types, and update node version.](https://github.com/Azure/setup-helm/pull/181) - #191 [chore(tests): Mock arch to make tests pass on arm host](https://github.com/Azure/setup-helm/pull/191) From c3a0f93bf74a9ad270d21591be0919e9f9f60dc1 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 12 Aug 2025 13:55:02 -0700 Subject: [PATCH 4/4] docs(changelog): move 'Add pre-commit hook' to Added section --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d6a708..54672d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ - #181 [Fix types, and update node version.](https://github.com/Azure/setup-helm/pull/181) - #191 [chore(tests): Mock arch to make tests pass on arm host](https://github.com/Azure/setup-helm/pull/191) - #192 [chore: remove unnecessary prebuild script](https://github.com/Azure/setup-helm/pull/192) -- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197) - #203 [Update helm version retrieval to use JSON output for latest version](https://github.com/Azure/setup-helm/pull/203) - #207 [ci(workflows): update helm version to v3.18.4 and add matrix for tests](https://github.com/Azure/setup-helm/pull/207) +### Added + +- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197) + ## [4.3.0] - 2025-02-15 - #152 feat: log when restoring from cache