Skip to content

Releases: tale/kubectl-action

v1.3.0

02 Feb 19:30
v1.3.0
Compare
Choose a tag to compare

kubectl-action now uses the Node.js 20 runtime environment, allowing me to remove any dependencies.
It is now ready to run in secure environments and GitHub Enterprise.

Full Changelog: v1.2.0...v1.3.0

v1.4.0

20 Mar 00:56
Compare
Choose a tag to compare

Fixed an oversight where the specific tags did not work because they were missing the dist/ folder.
This has now been fixed which means you will be able to pin to versions starting from v1.3.0 onwards.

Full Changelog: v1.3.0...v1.4.0

v1.2.0

29 Jun 02:20
5aa0d1b
Compare
Choose a tag to compare

feat: use github actions env for windows check for extra resiliency
feat: support arch and darwin/linux properly
chore: add better failure message for version resolving failures on kubectl
fix: typo in teardown error message
chore: update packages

Full Changelog: https://github.com/tale/kubectl-action/commits/v1

v1.1.3

15 Feb 19:58
Compare
Choose a tag to compare

feat: switch to github actions tool-cache
fix: mark the kubectl binary as executable after downloading

Full Changelog: v1.1.2...v1.1.3

v1.1.2

25 Jan 16:19
v1.1.2
8c4badf
Compare
Choose a tag to compare

v1.1.1

25 Jan 16:12
v1.1.1
4933a15
Compare
Choose a tag to compare

v1.1.0

25 Jan 16:11
v1.1.0
443c3cc
Compare
Choose a tag to compare

v1.0.8

25 Jan 06:01
v1.0.8
3ed17e8
Compare
Choose a tag to compare

fix: use correct post file
fix: parse the latest flag properly

Full Changelog: v1.0.7...v1.0.8

v1.0.7

25 Jan 05:48
v1.0.7
11bbbb9
Compare
Choose a tag to compare

fix: make action run using node16
fix: add tagging on the push command
chore: switch default version of kubectl to 'latest'
feat: implement version lifecycle hook to build dist
feat: implement the action in typescript
chore: create npm project
chore: add initial project files for typescript conversion

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Jan 05:46
v1.0.6
558e44e
Compare
Choose a tag to compare