Skip to content

Releases: yokawasa/action-setup-kube-tools

v0.9.1

29 Oct 00:08
692cfc1

Choose a tag to compare

What's Changed

  • Rebuild dist directory to fix the issue "the action produces set-output deprecation warnings" by @msg-freiheit in #37

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

25 Oct 23:09
b7355a1

Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.9.0

v0.8.3

24 Oct 12:08
f68236f

Choose a tag to compare

What's Changed

  • Upgrade to Node 16 and upgrade GitHub libs by @yhrn in #31

New Contributors

  • @yhrn made their first contribution in #31

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 Jun 00:34
f7f73d7

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Jun 07:02
ce0b2d7

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

10 Aug 16:37
c81bf94

Choose a tag to compare

  • remove helmv3 parameter and install helm v3 with helm parameter - #19
  • Instead add helmv2 parameter to install helm v2

v0.7.1

27 Apr 20:07
00c4050

Choose a tag to compare

  • fix: missing v prefix from kubeval and yq - #16
  • changed default versions: yq v4.7.1, kubeval v0.16.1

v0.7.0

25 Apr 02:19
9c54b63

Choose a tag to compare

  • Add fail-fast parameter (fail-fast:true by default) that allows you to choose to fail fast immediately when it fails to download (say due to a bad version) - #14
  • Support tool version 'v' prefix. Prior to this, the action only accept the tool version without 'v' prefix, but now the action automatically add/remove the prefix as necessary - #13

v0.6.0

04 Apr 09:24
b262ff1

Choose a tag to compare

  • add tools setup option to choose which tool to setup - Issue#8
  • up default tool versions
    • kubectl: 1.20.2
    • kustomize: 4.0.5
    • helm: 2.17.0
    • helmv3: 3.5.2

v0.5.0

03 Apr 20:42
e53984a

Choose a tag to compare