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

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: helm/kind-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: helm/kind-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 7 contributors

Commits on Apr 11, 2025

  1. chore: verify sha256sum of kubectl (#134)

    This patch extends the installation of the kubectl binary to validate
    the checksum of the downloaded file, similar to what is already done for
    kind. This approach is also described as an optional step on https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-kubectl-binary-with-curl-on-linux.
    
    Signed-off-by: Felix Kästner <[email protected]>
    felix-kaestner authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    a6dfd81 View commit details
    Browse the repository at this point in the history
  2. Load GITHUB_PATH in PATH to use correct binaries when creating regist…

    …ry (#133)
    
    Signed-off-by: Hristo Georgiev <[email protected]>
    gotha authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    d730aaf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Add cloud provider (#135)

    Signed-off-by: Walthier David <[email protected]>
    waltermity authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d4887be View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. chore: bump kind to v0.29.0 (#144)

    Signed-off-by: Patryk Małek <[email protected]>
    pmalek authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    b72c923 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Bump actions/checkout from 4.2.2 to 5.0.0 (#145)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@11bd719...08c6903)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    50ea670 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. bug: respect 'install_only' action input value (#147)

    Signed-off-by: Mateusz Szostok <[email protected]>
    mszostok authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    7cd7463 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. bump kind and kubectl and also nodejs (#150)

    Signed-off-by: Carlos Panato <[email protected]>
    cpanato authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    92086f6 View commit details
    Browse the repository at this point in the history
Loading