Skip to content

Releases: k3d-io/k3d

v5 Alpha #0

31 Aug 09:01
7873805
Compare
Choose a tag to compare
v5 Alpha #0 Pre-release
Pre-release
v5.0.0-alpha.0

fix regression on checking edac folder introduced by wrapping a nil e…

v4.4.8

25 Aug 11:57
790b9e4
Compare
Choose a tag to compare

v4.4.8

Enhancements

  • Improved DroneCI Pipeline for Multiarch Images and SemVer Tags (#712)
    • Important: New images will not have the v prefix in the tag anymore!
      • but now real releases will use the "hierarchical" SemVer tags, so you could e.g. subscribe to rancher/k3d-proxy:4 to get v4.x.x images for the proxy container

Fixes

  • clusterCreate: do not override hostIP if hostPort is missing (#693, @lukaszo)
  • imageImport: import all listed images, not only the first one (#701, @mszostok)
  • clusterCreate: when memory constraints are set, only pull the image used for checking the edac folder, if it's not present on the machine
  • fix: update k3d-tools dependencies and use API Version Negotiation, so it still works with older versions of the Docker Engine (#679)

Misc

v5.0.0-dev.3

24 Aug 11:30
e448f48
Compare
Choose a tag to compare
v5.0.0-dev.3 Pre-release
Pre-release
ci/drone: fix pipeline screwed up from merge

v4.4.8-rc.3

24 Aug 06:21
6a58a9f
Compare
Choose a tag to compare
v4.4.8-rc.3 Pre-release
Pre-release
fix: trim 'v' prefix when getting helper image tag version due to the…

v4.4.8-rc.2

18 Aug 17:44
af82c13
Compare
Choose a tag to compare
v4.4.8-rc.2 Pre-release
Pre-release
manifests: strip v prefix from semver

[DEVELOPMENT RELEASE] v4.4.8-rc.1

18 Aug 16:10
093b4e5
Compare
Choose a tag to compare
Pre-release
ci/drone: drop k3d image builds for arm as base image doesn't exist f…

[DEVELOPMENT RELEASE] v5.0.0-dev.2

23 Jul 08:38
ed7db5d
Compare
Choose a tag to compare
Pre-release

Changes since previous v5 dev release

  • fix: log level lost between cmd (cli) and pkg (package) level -> --trace and --verbose didn't have any effect
  • fix: cluster delete not working, if cluster creation was aborted/crashed early -> loadbalancer config was required to fetch a cluster, but didn't exist yet
  • refactor: rootCmd now uses the same initialization function as all other commands

v5.0.0-dev.1

21 Jul 08:54
a5c1d3b
Compare
Choose a tag to compare
v5.0.0-dev.1 Pre-release
Pre-release
[Enhancement] Docs: update for v5 (first iteration) (#682)

v5.0.0-dev.0

20 Jul 20:28
b94a057
Compare
Choose a tag to compare
v5.0.0-dev.0 Pre-release
Pre-release
cleanup completion functions

v4.4.8-rc.0

20 Jul 11:40
7754d4e
Compare
Choose a tag to compare
v4.4.8-rc.0 Pre-release
Pre-release

Testing #679 to fix #675