Skip to content

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:50
663c6d9

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