Skip to content

v3.0.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@rancherio-gh-m rancherio-gh-m released this 18 Jun 08:35
4ca19db

πŸŽ‰ Sixth (and hopefully last) Release Candidate of v3.0.0

πŸ†• πŸ†™ Changes since v3.0.0-rc.3 (skipped test release rc.4)

Features

  • ❗ --wait for k3d create cluster is now enabled by default

Maintenance

  • ❗ Fixed go module to be v3: go get github.com/rancher/k3d/v3@master
  • Fixed kubeconfig API Port for hostNetwork mode cluster (fixes #284)
  • Tests now also build new helper images (proxy and tools) to ensure that releases work with respective fresh versions

Misc

  • CI: Switched from Travis to Drone (#278 , thanks for the support @luthermonson)
    • ❗ Multiarch builds for rancher/k3d-tools and rancher/k3d-proxy docker images
      • linux/amd64, linux/arm, linux/arm64
      • now have the same tag as the corresponding CLI release
    • automated (pre-)releases