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
This commit is contained in:
Suneha Bose
2025-08-19 13:51:40 -07:00
committed by GitHub
parent c096176d63
commit 9e7f762d6f
3 changed files with 18 additions and 3 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "setuphelm",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "Setup helm",
"author": "Anumita Shenoy",