Releases: nolar/setup-k3d-k3s
Releases · nolar/setup-k3d-k3s
v1.0.9
New features
- Add an option to skip the cluster creation by @nolar in #20
Internal changes
- Upgrade standard GitHub Actions steps by @nolar in #18
- Switch to the new recommended way of setting the outputs by @nolar in #19
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Improvements:
- Accept K3d desired version as the
k3d-tag
input. #15
- Report K3d actual version as the
k3d-version
output. #15
v1.0.7
Bugfixes/Improvements:
- Kubernetes 1.16 and 1.17 are dropped, the earliest functional version is 1.18. #12
- Proper (newer) GitHub org names for K3s. #13
- Show K3d's version after it is installed. #10
v1.0.6
Bugfixes/Improvements:
- Traverse two pages of K3s releases to still see K3s v1.16.x. #9
v1.0.5
Refactoring:
- A better way to numerically sort versions instead of parsing them in
jq
. Thanks to @cbandy! #8
v1.0.4
Improvements:
- Ubuntu 18.04 runner is supported. Thanks to @cbandy. #7
v1.0.3
Bugfixes:
- Obey the redirections. #6
v1.0.2
Merge pull request #3 from nolar/no-kubectl
Avoid overwriting the pre-existing kubectl
v1.0.1
Merge pull request #2 from nolar/proper-branches-for-ci
Trigger CI on proper v1/v2/etc branches
v1.0.0
Merge pull request #1 from nolar/initial
Implement the action initially