Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e7f762

Browse files
authored
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
1 parent c096176 commit 9e7f762

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [4.3.1] - 2025-08-12
4+
5+
### Changed
6+
7+
- #167 [Pinning Action Dependencies for Security and Reliability](https://github.com/Azure/setup-helm/pull/167)
8+
- #181 [Fix types, and update node version.](https://github.com/Azure/setup-helm/pull/181)
9+
- #191 [chore(tests): Mock arch to make tests pass on arm host](https://github.com/Azure/setup-helm/pull/191)
10+
- #192 [chore: remove unnecessary prebuild script](https://github.com/Azure/setup-helm/pull/192)
11+
- #203 [Update helm version retrieval to use JSON output for latest version](https://github.com/Azure/setup-helm/pull/203)
12+
- #207 [ci(workflows): update helm version to v3.18.4 and add matrix for tests](https://github.com/Azure/setup-helm/pull/207)
13+
14+
### Added
15+
16+
- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197)
17+
318
## [4.3.0] - 2025-02-15
419

520
- #152 feat: log when restoring from cache

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setuphelm",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"private": true,
55
"description": "Setup helm",
66
"author": "Anumita Shenoy",

0 commit comments

Comments
 (0)