Releases: loft-sh/setup-vind
Releases · loft-sh/setup-vind
v1.3.0
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
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
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
What's Changed
- fix(action): ensure dbus is running before cluster creation by @Piotr1215 in #4
New Contributors
- @Piotr1215 made their first contribution in #4
Full Changelog: v1...v1.1.0
v1.0.0
Full Changelog: https://github.com/loft-sh/setup-vind/commits/v1.0.0