Skip to content

Releases: loft-sh/setup-vind

v1.3.0

18 Mar 17:50
663c6d9

Choose a tag to compare

Fix: vCluster v0.33.0+ compatibility

vCluster v0.33.0 removed controlPlane.distro.k3s from the config schema, replacing it with controlPlane.distro.k8s. This broke the kubernetes-version input for anyone using vCluster v0.33.0+.

The action now detects the installed CLI version and uses the correct distro config path:

  • v0.33.0+: controlPlane.distro.k8s.image.tag
  • < v0.33.0: controlPlane.distro.k3s.image.tag (unchanged)

Changes

  • fix: use k8s distro path for vcluster v0.33.0+ (#28)
  • chore: add marketplace branding to action.yml (#15)
  • chore(deps): update actions/attest-build-provenance to v4 (#12)
  • chore(deps): update actions/checkout to v6 (#13)

Full Changelog: v1.2.0...v1.3.0

v1

27 Feb 10:28
663c6d9

Choose a tag to compare

v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

v1.2.0

06 Mar 12:36
b8d9124

Choose a tag to compare

What's Changed

  • test(ci): verify rc version support (v0.32.2-rc.1) by @Piotr1215 in #5
  • feat(ci): add renovate config for npm deps and vcluster version tracking by @Piotr1215 in #6
  • chore(deps): update dependency @types/node to v20.19.37 by @renovate[bot] in #7
  • fix(ci): bump pinned version to v0.32.2-rc.1 for dbus fix by @Piotr1215 in #10
  • fix(deps): upgrade @actions/glob to v0.6.x with esbuild migration by @Piotr1215 in #14

New Contributors

Full Changelog: v1...v1.2.0

v1.1.0

02 Mar 10:19
1a7382c

Choose a tag to compare

What's Changed

  • fix(action): ensure dbus is running before cluster creation by @Piotr1215 in #4

New Contributors

Full Changelog: v1...v1.1.0

v1.0.0

27 Feb 10:21
92cbaeb

Choose a tag to compare