Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:

- name: Create Kind cluster
if: steps.changes.outputs.changed == 'true'
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0

- name: Run chart-testing install
if: steps.changes.outputs.changed == 'true'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- Update _actions/attest-build-provenance_ from `3.1.0` to `3.2.0`. ([#117](https://github.com/action-stars/helm-workflows/pull/117)) _@dependabot_
- Update _actions/setup-python_ from `6.1.0` to `6.2.0`. ([#117](https://github.com/action-stars/helm-workflows/pull/117)) _@dependabot_
- Use `env` for passing variables to steps. ([#118](https://github.com/action-stars/helm-workflows/pull/118)) _@stevehipwell_
- Update _helm/kind-action_ from `1.13.0` to `1.14.0`. ([#119](https://github.com/action-stars/helm-workflows/pull/119)) _@dependabot_

## [v0.9.0] - 2026-01-21

Expand Down