Releases: matootie/dokube
Releases · matootie/dokube
v1.4.1
What's Changed
- Addressing #29, the action will run using
node20
instead of the now deprecatednode16
.
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
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
- @TwiN made their first contribution in #20
- @Vassopoli made their first contribution in #21
Full Changelog: v1.3.4...v1.4.0
Version 1.3.4
Update dist from previous release...
oops
Version 1.3.3
Bumps @actions/core
to address warning.
Version 1.3.2
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
Solves an EXDEV issue.
Version 1.3.0
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
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
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
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(-)