Skip to content

v0.3.3

Compare
Choose a tag to compare
@sp-yduck sp-yduck released this 10 Nov 13:53
· 96 commits to main since this release
137744f

CAPPX - v0.3.3

⚠️ Important (Action Rquired)

After #129 , the Namespace name and Deployment name was changed .
Namespace was changed from cluster-api-provider-proxmox-system to cappx-system
Deployment name was changed from cluster-api-provider-proxmox-controller-manager to cappx-controller-manager
Please carefully check diff of infrastructure-components.yaml with your current cppx-controller components and upgrade your cappx-controller(<=v0.3.2) to v0.3.3. Non namespced(=cluster scope) resources are not affected by this change.

# example
# delete old ns
kubectl delete ns cluster-api-provider-proxmox-system
# rollout v0.3.3 release
clusterctl init --infrastructure=proxmox:v0.3.3 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml

What's Changed

Full Changelog: v0.3.2...v0.3.3