Releases: k3d-io/k3d
Releases · k3d-io/k3d
v5 Alpha #0
v5.0.0-alpha.0 fix regression on checking edac folder introduced by wrapping a nil e…
v4.4.8
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
- Important: New images will not have the
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
- install script: add darwin/arm64 support (#676, @colelawrence)
- docs: fix go install command (#677, @Rots)
- docs: add project overview (https://k3d.io/internals/project/) (#680)
v5.0.0-dev.3
ci/drone: fix pipeline screwed up from merge
v4.4.8-rc.3
fix: trim 'v' prefix when getting helper image tag version due to the…
v4.4.8-rc.2
manifests: strip v prefix from semver
[DEVELOPMENT RELEASE] v4.4.8-rc.1
ci/drone: drop k3d image builds for arm as base image doesn't exist f…
[DEVELOPMENT RELEASE] v5.0.0-dev.2
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
[Enhancement] Docs: update for v5 (first iteration) (#682)
v5.0.0-dev.0
cleanup completion functions