Releases: yokawasa/action-setup-kube-tools
Releases · yokawasa/action-setup-kube-tools
v0.9.1
What's Changed
- Rebuild
distdirectory to fix the issue "the action produces set-output deprecation warnings" by @msg-freiheit in #37
New Contributors
- @msg-freiheit made their first contribution in #37
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.3
v0.8.2
What's Changed
- Bump undici from 5.4.0 to 5.5.1 by @dependabot in #26
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #20
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #21
- Fix error in GHA workflow: prettier: not found by @yokawasa in #25
Full Changelog: v0.8.0...v0.8.1
v0.8.0
- remove
helmv3parameter and install helm v3 withhelmparameter - #19 - Instead add
helmv2parameter to install helm v2
v0.7.1
- fix: missing v prefix from kubeval and yq - #16
- changed default versions: yq v4.7.1, kubeval v0.16.1
v0.7.0
- 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
- 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
- Add kube-score - PR#10