-
cloud-init-2.0.0 Stable
released this
2025-11-15 10:53:04 +00:00 | 35 commits to main since this releaseA Helm chart that generates cloud-init config files
What's Changed
- bug fixes, ad support for cloudbase-init by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/141
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/kubevirt-vm-0.8.2...cloud-init-2.0.0
Notes
- Adds support for cloudbase-init syntax
- fixes issue where wireguard configs supplied as secrets would not render
- we now just grab the whole users[] array to avoid having to define every single possible option
- fix default wireguard type declaration
- remove some superfluous comments
- add more reasonable default network data example
Breaking Changes:
ssh_import_id: []andssh_authorized_keys: []removed from default user values, should be commented our or removed when not in-use to avoid a templating error- new value
cloudbase: true/falserequired
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cloud-init-2.0.0.tgz
3 downloads ·
2025-11-15 10:53:16 +00:00 · 15 KiB
- bug fixes, ad support for cloudbase-init by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/141