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.2.0
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.3.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 7 contributors

Commits on Jul 24, 2021

  1. fix: #44 - Allow to configure kubectl version to use (#45)

    Signed-off-by: grzesuav <grzesuav@gmail.com>
    grzesuav authored Jul 24, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bdehamer Brian DeHamer
    Copy the full SHA
    3ff2b93 View commit details

Commits on Jul 31, 2021

  1. fix minor typo (#47)

    goshlanguage authored Jul 31, 2021
    Copy the full SHA
    2a52570 View commit details

Commits on Apr 13, 2022

  1. Update kind to v0.12.0 and default k8s version to v1.21.10 (#58)

    * add dependabot
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * update kind to v0.12.0 and default k8s to v1.21.10
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Apr 13, 2022
    Copy the full SHA
    3bef17c View commit details
  2. Bump actions/checkout from 2 to 3 (#59)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2022
    Copy the full SHA
    5022bd1 View commit details
  3. Support bash before v4.4 (#52)

    Signed-off-by: Gunju Kim <gjkim042@gmail.com>
    gjkim42 authored Apr 13, 2022
    Copy the full SHA
    bb50f49 View commit details
  4. Update kind.sh to allow multi arch (#55)

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer authored Apr 13, 2022
    Copy the full SHA
    4c79091 View commit details

Commits on Apr 21, 2022

  1. allow to omit cluster creation (#50)

    Signed-off-by: Cezary Tarnowski <cezary.tarnowski@tomtom.com>
    CezaryTarnowski-TomTom authored Apr 21, 2022
    Copy the full SHA
    deab45f View commit details

Commits on Jun 14, 2022

  1. resolve --log-level deprecation and replace to --verbosity (#64)

    * resolve --log-level deprecation and use --verbosity
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * upgrade kind to v0.14.0
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * update action checkout
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * update readme
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * add extra test
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * update to use node16
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Jun 14, 2022
    Copy the full SHA
    d08cf6f View commit details
Loading