Skip to content

Releases: nolar/setup-k3d-k3s

v1.0.9

01 Nov 00:10
293b8e5
Compare
Choose a tag to compare

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

05 Oct 20:22
cfc4bb7
Compare
Choose a tag to compare

Improvements:

  • Accept K3d desired version as the k3d-tag input. #15
  • Report K3d actual version as the k3d-version output. #15

v1.0.7

01 Jul 18:55
7e76ae9
Compare
Choose a tag to compare

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

09 Jun 15:31
5c8800f
Compare
Choose a tag to compare

Bugfixes/Improvements:

  • Traverse two pages of K3s releases to still see K3s v1.16.x. #9

v1.0.5

10 Apr 15:52
b24727a
Compare
Choose a tag to compare

Refactoring:

  • A better way to numerically sort versions instead of parsing them in jq. Thanks to @cbandy! #8

v1.0.4

10 Apr 08:23
faab498
Compare
Choose a tag to compare

Improvements:

  • Ubuntu 18.04 runner is supported. Thanks to @cbandy. #7

v1.0.3

03 Dec 22:30
8c1a637
Compare
Choose a tag to compare

Bugfixes:

  • Obey the redirections. #6

v1.0.2

30 Nov 08:09
596a920
Compare
Choose a tag to compare
Merge pull request #3 from nolar/no-kubectl

Avoid overwriting the pre-existing kubectl

v1.0.1

29 Nov 23:36
b91b4f0
Compare
Choose a tag to compare
Merge pull request #2 from nolar/proper-branches-for-ci

Trigger CI on proper v1/v2/etc branches

v1.0.0

29 Nov 23:26
2b27f7a
Compare
Choose a tag to compare
Merge pull request #1 from nolar/initial

Implement the action initially