v0.3.3
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
- Support network device configuration by @sp-yduck in #117
- fix duplicate value assigning to log by @sp-yduck in #120
- calculate overcommit ratio with only running qemu by @sp-yduck in #122
- use optional for hardware devices by @sp-yduck in #124
- update crd by @sp-yduck in #126
- Feature/plugin config by @sp-yduck in #125
- use klog to align other capi projects by @sp-yduck in #128
- merge ci workflows by @sp-yduck in #130
- fix typo by @sp-yduck in #131
- add status badges to README.md by @sp-yduck in #112
- rename deployment and namespace to align other capi project by @sp-yduck in #129
- Release/v0.3.3 by @sp-yduck in #132
Full Changelog: v0.3.2...v0.3.3