mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-03 18:46:32 +00:00
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:
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# 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
|
## [4.3.0] - 2025-02-15
|
||||||
|
|
||||||
- #152 feat: log when restoring from cache
|
- #152 feat: log when restoring from cache
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "setuphelm",
|
"name": "setuphelm",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "setuphelm",
|
"name": "setuphelm",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "setuphelm",
|
"name": "setuphelm",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Setup helm",
|
"description": "Setup helm",
|
||||||
"author": "Anumita Shenoy",
|
"author": "Anumita Shenoy",
|
||||||
|
Reference in New Issue
Block a user