Releases: k3d-io/k3d
Releases · k3d-io/k3d
v5.0.0-rc.3 - FOURTH Release Candidate
v5.0.0-rc.2 - THIRD Release Candidate for v5.0.0
Changes since rc.1
- fix --k3s-arg not applied from CLI due to wrong viper instance (#747)
v5.0.0-rc.1 - SECOND Release Candidate
This will hopefully be the last release before the final v5.0.0 release 🥳
v5.0.0-rc.0: [Enhancement] More powerful registry-create opt (#727)
- `--registry-create NAME[:HOST][:HOSTPORT]` changed from bool flag - respective config added to config file
v5.0.0 - Second BETA
Already on the new module version... getting there!
v5.0.0 - First BETA
We're getting closer to the final release of v5.0.0!
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…