-
cloud-init-3.0.0 Stable
released this
2026-02-21 12:32:01 +00:00 | 89 commits to main since this releaseA Helm chart that generates cloud-init config files
What's Changed
- change the way user secrets are discovered by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/145
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/kubevirt-stack-0.3.0...cloud-init-3.0.0
This version changes the way user passwords are discovered.
In cloud-init, users are defined as as list: users[].
Previously we had been discovering user passwords by looking for the env var
${USERNAME}_PASSWORDeg.
extraEnvVars: - name: USERNAME value: friend - name: FRIEND_PASSWORD valueFrom: secretKeyRef: name: admin-password key: passwordbut this made it difficult to obscure usernames for security purposes and was not very ergonomic when using list-generators in argocd to define multiple VMs with different users.
eg.
apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: bastions-app-set namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" spec: goTemplate: true generators: - list: elements: - vmName: vm0 passwordSecret: user0-credentials - vmName: vm1 passwordSecret: user1-credentialsNow, we look for usernames and passwords according to the index in the users[] list.
eg.
extraEnvVars: - name: USER0_USERNAME valueFrom: secretKeyRef: name: '{{ .passwordSecret }}' key: username - name: USER0_PASSWORD valueFrom: secretKeyRef: name: '{{ .passwordSecret }}' key: passwordDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
kubevirt-stack-0.3.0 Stable
released this
2025-11-15 18:05:30 +00:00 | 92 commits to main since this releaseCombined meta-chart for installing Kubevirt, its dependencies, and addons
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/cluster-api-operator-2.0.0...kubevirt-stack-0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
cluster-api-operator-2.0.0 Stable
released this
2025-11-15 17:59:09 +00:00 | 93 commits to main since this releaseCluster API Operator
What's Changed
- move doc to rigth folder by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/143
- Rke2 capi by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/131
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/kubevirt-vm-0.9.0...cluster-api-operator-2.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
kubevirt-vm-0.9.0 Stable
released this
2025-11-15 14:19:07 +00:00 | 116 commits to main since this releaseConfigure a virtual machine for use with Kubevirt
What's Changed
- update to latest cloudinit, enables cloudbase-init by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/142
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/cloud-init-2.0.1...kubevirt-vm-0.9.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cloud-init-2.0.1 Stable
released this
2025-11-15 13:19:06 +00:00 | 118 commits to main since this releaseA Helm chart that generates cloud-init config files
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/cloud-init-2.0.0...cloud-init-2.0.1
- fix issues with usernames with Cap letters
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cloud-init-2.0.0 Stable
released this
2025-11-15 10:53:04 +00:00 | 120 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
- bug fixes, ad support for cloudbase-init by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/141
-
kubevirt-vm-0.8.2 Stable
released this
2025-11-03 15:23:53 +00:00 | 129 commits to main since this releaseConfigure a virtual machine for use with Kubevirt
What's Changed
- Bump cloud-init subchart to 1.0.3 by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/137
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/cloud-init-1.0.3...kubevirt-vm-0.8.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cloud-init-1.0.3 Stable
released this
2025-11-03 15:18:45 +00:00 | 131 commits to main since this releaseA Helm chart that generates cloud-init config files
What's Changed
- change job hooks to ones supported by argo by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/136
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/kubevirt-vm-0.8.1...cloud-init-1.0.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
kubevirt-vm-0.8.1 Stable
released this
2025-11-02 09:27:39 +00:00 | 138 commits to main since this releaseConfigure a virtual machine for use with Kubevirt
What's Changed
- fix duplicated debug option in values, fix ingress template by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/135
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/kubevirt-stack-0.2.0...kubevirt-vm-0.8.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
kubevirt-stack-0.2.0 Stable
released this
2025-10-27 14:54:24 +00:00 | 140 commits to main since this releaseCombined meta-chart for installing Kubevirt, its dependencies, and addons
What's Changed
- update kubevirt-stack to latest bundle by @cloudymax in https://github.com/cloudymax/kubevirt-community-stack/pull/133
Full Changelog: https://github.com/cloudymax/kubevirt-community-stack/compare/cluster-api-operator-1.1.0...kubevirt-stack-0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads