Skip to content

chore: bump helm/kind-action from 1.13.0 to 1.14.0 in the all group#254

Merged
jamiezieziula merged 1 commit intomainfrom
dependabot/github_actions/all-99697ca255
Mar 2, 2026
Merged

chore: bump helm/kind-action from 1.13.0 to 1.14.0 in the all group#254
jamiezieziula merged 1 commit intomainfrom
dependabot/github_actions/all-99697ca255

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the all group with 1 update: helm/kind-action.

Updates helm/kind-action from 1.13.0 to 1.14.0

Release notes

Sourced from helm/kind-action's releases.

v1.14.0

What's Changed

New Contributors

Full Changelog: helm/kind-action@v1...v1.14.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 1 update: [helm/kind-action](https://github.com/helm/kind-action).


Updates `helm/kind-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@jamiezieziula
Copy link
Contributor

Dependency Review: #254

PR Title: chore: bump helm/kind-action from 1.13.0 to 1.14.0 in the all group
Author: dependabot[bot]
Created: 2026-03-01
Type: GitHub Actions dependency update

Summary

This PR updates the helm/kind-action GitHub Action from v1.13.0 to v1.14.0 in the operator-lint-and-test workflow.

Changes

Updated Dependency

  • helm/kind-action: 1.13.0 → 1.14.0
    • File: .github/workflows/operator-lint-and-test.yaml
    • Scope: Development/CI infrastructure
    • Impact: 1 line changed (1 addition, 1 deletion)

What's in v1.14.0

According to the release notes:

  1. Dependency Updates:

    • actions/checkout: 5.0.0 → 6.0.2 (major version bump)
  2. Core Component Updates:

    • kind: Updated to v0.31.0
    • Kubernetes: Bumped to v1.35.0

Analysis

Positive Aspects

  1. CI Passed: Pre-commit checks completed successfully
  2. Active Maintenance: Regular updates from upstream maintainers
  3. No Security Issues: No published security advisories for helm/kind-action
  4. Well-Maintained: Multiple contributors and active development

Considerations

  1. actions/checkout v6 Breaking Changes

    • The embedded actions/checkout upgrade from v5 to v6 includes changes to how credentials are persisted
    • However, according to the GitHub discussion, the impact is minimal for most users as git commands will continue to work due to includeIf directives
    • This is an internal dependency of helm/kind-action, not directly used by the workflow
  2. Kubernetes v1.35.0 Support

    • The action now supports Kubernetes v1.35.0 by default
    • According to the kind v0.31.0 release notes, there are breaking changes:
      • Future removal of cgroup v1 support
      • Migration to kubeadm v1beta4 configuration (future)
    • Important: There is a known issue (#4085) with kindest/node:v1.35.0 on macOS arm64 causing cluster creation failures
  3. Not Affected by Known Issues

    • The workflow in this repo tests Kubernetes versions 1.26.0, 1.27.0, 1.28.0, and 1.29.0
    • These versions are specified via the node_image parameter and are well below v1.35.0
    • The macOS arm64 issue does not affect Linux runners (which this workflow uses)
    • The workflow will not use the new default v1.35.0 image

CI Status

  • pre-commit checks: PASSED (2m27s)
  • Note: The operator-lint-and-test workflow did not run because the changed file doesn't match the path filter (deploy/charts/**)

Recommendation

✅ APPROVE AND MERGE

This is a safe, low-risk dependency update:

  • The update brings the action to the latest version with updated dependencies
  • The workflow explicitly pins Kubernetes versions (1.26-1.29), so it won't be affected by the new v1.35.0 default or its known issues
  • The upgrade to actions/checkout v6 is handled internally by helm/kind-action and has minimal impact
  • No breaking changes affect this specific usage
  • CI passed successfully

Sources

1 similar comment
@jamiezieziula
Copy link
Contributor

Dependency Review: #254

PR Title: chore: bump helm/kind-action from 1.13.0 to 1.14.0 in the all group
Author: dependabot[bot]
Created: 2026-03-01
Type: GitHub Actions dependency update

Summary

This PR updates the helm/kind-action GitHub Action from v1.13.0 to v1.14.0 in the operator-lint-and-test workflow.

Changes

Updated Dependency

  • helm/kind-action: 1.13.0 → 1.14.0
    • File: .github/workflows/operator-lint-and-test.yaml
    • Scope: Development/CI infrastructure
    • Impact: 1 line changed (1 addition, 1 deletion)

What's in v1.14.0

According to the release notes:

  1. Dependency Updates:

    • actions/checkout: 5.0.0 → 6.0.2 (major version bump)
  2. Core Component Updates:

    • kind: Updated to v0.31.0
    • Kubernetes: Bumped to v1.35.0

Analysis

Positive Aspects

  1. CI Passed: Pre-commit checks completed successfully
  2. Active Maintenance: Regular updates from upstream maintainers
  3. No Security Issues: No published security advisories for helm/kind-action
  4. Well-Maintained: Multiple contributors and active development

Considerations

  1. actions/checkout v6 Breaking Changes

    • The embedded actions/checkout upgrade from v5 to v6 includes changes to how credentials are persisted
    • However, according to the GitHub discussion, the impact is minimal for most users as git commands will continue to work due to includeIf directives
    • This is an internal dependency of helm/kind-action, not directly used by the workflow
  2. Kubernetes v1.35.0 Support

    • The action now supports Kubernetes v1.35.0 by default
    • According to the kind v0.31.0 release notes, there are breaking changes:
      • Future removal of cgroup v1 support
      • Migration to kubeadm v1beta4 configuration (future)
    • Important: There is a known issue (#4085) with kindest/node:v1.35.0 on macOS arm64 causing cluster creation failures
  3. Not Affected by Known Issues

    • The workflow in this repo tests Kubernetes versions 1.26.0, 1.27.0, 1.28.0, and 1.29.0
    • These versions are specified via the node_image parameter and are well below v1.35.0
    • The macOS arm64 issue does not affect Linux runners (which this workflow uses)
    • The workflow will not use the new default v1.35.0 image

CI Status

  • pre-commit checks: PASSED (2m27s)
  • Note: The operator-lint-and-test workflow did not run because the changed file doesn't match the path filter (deploy/charts/**)

Recommendation

✅ APPROVE AND MERGE

This is a safe, low-risk dependency update:

  • The update brings the action to the latest version with updated dependencies
  • The workflow explicitly pins Kubernetes versions (1.26-1.29), so it won't be affected by the new v1.35.0 default or its known issues
  • The upgrade to actions/checkout v6 is handled internally by helm/kind-action and has minimal impact
  • No breaking changes affect this specific usage
  • CI passed successfully

Sources

@jamiezieziula jamiezieziula merged commit 160a1b2 into main Mar 2, 2026
1 check passed
@jamiezieziula jamiezieziula deleted the dependabot/github_actions/all-99697ca255 branch March 2, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant