Skip to content

v2.0.0 Lightweight

Compare
Choose a tag to compare
@kuritka kuritka released this 23 Nov 10:31
· 22 commits to main since this release
ba94d4c

k3d has started to natively support registry import and networking. For this reason, there is no longer a need for k3d-action to continue to provide this functionality.

Thanks to this, k3d-action has become much lighter and does not need to support some extra arguments.

Breaking changes

  • deprecated network argument (see k3d docs for replacement)
  • deprecated subnet-CIDR argument (see k3d docs for replacement)
  • deprecated use-default-registry argument (see k3d docs for replacement)
  • deprecated registry-port argument (see k3d docs for replacement)

k3d-action@v2 supports k3d@v5 and higher.

Check our documentation on how to use k3d-action