From 9e7f762d6f65c7a11db6cd4eadcf3c602b273f47 Mon Sep 17 00:00:00 2001 From: Suneha Bose <123775811+bosesuneha@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:51:40 -0700 Subject: [PATCH] chore(release): v4.3.1 (#208) * chore(release): v4.3.1 * bump version to 4.3.1 in package files * add 'Changed' section * docs(changelog): move 'Add pre-commit hook' to Added section --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff2402..54672d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [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) +- #192 [chore: remove unnecessary prebuild script](https://github.com/Azure/setup-helm/pull/192) +- #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 diff --git a/package-lock.json b/package-lock.json index 1507a81..db1c9f8 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 e645d5c..a292904 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",