Skip to content

Releases: matootie/dokube

v1.4.1

07 Feb 07:27
d928bf8
Compare
Choose a tag to compare

What's Changed

  • Addressing #29, the action will run using node20 instead of the now deprecated node16.

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

14 Feb 20:58
ee111b5
Compare
Choose a tag to compare

What's Changed

  • Update default Kubernetes CLI version to 1.21.9
  • Refactor and move codebase to TypeScript
  • Update test workflow to run against currently supported GitHub Actions runners
  • Fix #16: Add missing namespace input by @TwiN in #20
  • Update README personal access token doc link by @Vassopoli in #21
  • Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #22

New Contributors

Full Changelog: v1.3.4...v1.4.0

Version 1.3.4

05 Nov 17:04
38195eb
Compare
Choose a tag to compare

Update dist from previous release...

oops

Version 1.3.3

24 Oct 19:43
de59257
Compare
Choose a tag to compare

Bumps @actions/core to address warning.

Version 1.3.2

16 Jun 20:49
a99f4eb
Compare
Choose a tag to compare

Better support for more runners.

Now confirmed working on all available GitHub hosted runners, and should work on most self-hosted runners.

Version 1.3.1

21 May 19:48
61c785e
Compare
Choose a tag to compare

Solves an EXDEV issue.

Version 1.3.0

08 Apr 17:20
94d3d9b
Compare
Choose a tag to compare

You can now specify a version of kubectl to use.

For example:

- uses: matootie/dokube@v1.3.0
  with:
    personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
    clusterName: my-fabulous-cluster
    version: 1.17.4

Version 1.2.0

22 Nov 17:10
Compare
Choose a tag to compare

You can now specify a custom namespace to operate within.

- name: Set up kubectl
  uses: matootie/dokube@v1.2.0
  with:
    personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
    clusterName: my-fabulous-cluster
    expirationTime: 300
    namespace: my-namespace

- name: Get deployments
  run: kubectl get deployments

Version 1.1.2

19 Nov 20:36
Compare
Choose a tag to compare
Update version info in advance of new release

README.md         | 2 +-
package-lock.json | 2 +-
package.json      | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Version 1.1.1

15 Nov 19:09
Compare
Choose a tag to compare
Fix index.js

Request for cluster credentials was not being made using the correct GET parameter. This has been fixed.

README.md     | 2 +-
dist/index.js | 4 ++--
index.js      | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)