| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 15 hours ago | 1.6 kB | |
| v1.5.1 source code.tar.gz | < 15 hours ago | 6.6 MB | |
| v1.5.1 source code.zip | < 15 hours ago | 9.0 MB | |
| cozypkg-checksums.txt | < 20 hours ago | 564 Bytes | |
| openapi.json | < 20 hours ago | 2.6 MB | |
| cozypkg-windows-arm64.tar.gz | < 20 hours ago | 22.9 MB | |
| cozypkg-darwin-arm64.tar.gz | < 20 hours ago | 24.8 MB | |
| cozypkg-linux-amd64.tar.gz | < 20 hours ago | 25.4 MB | |
| cozypkg-windows-amd64.tar.gz | < 20 hours ago | 25.6 MB | |
| cozypkg-darwin-amd64.tar.gz | < 20 hours ago | 26.7 MB | |
| cozypkg-linux-arm64.tar.gz | < 20 hours ago | 22.9 MB | |
| initramfs-metal-amd64.xz | < 20 hours ago | 154.4 MB | |
| kernel-amd64 | < 20 hours ago | 20.4 MB | |
| nocloud-amd64.raw.xz | < 20 hours ago | 347.5 MB | |
| metal-amd64.raw.xz | < 20 hours ago | 347.5 MB | |
| metal-amd64.iso | < 20 hours ago | 540.4 MB | |
| cozystack-operator-hosted.yaml | < 20 hours ago | 2.5 kB | |
| cozystack-operator-generic.yaml | < 20 hours ago | 2.6 kB | |
| cozystack-operator-talos.yaml | < 20 hours ago | 2.6 kB | |
| cozystack-crds.yaml | < 20 hours ago | 20.0 kB | |
| Totals: 20 Items | 1.6 GB | 0 | |
v1.5.1 (2026-06-23)
A patch release that fixes a v1.5.0 regression where Windows VM preferences with persistent EFI/TPM state blocked live-migration and node drains.
Fixes
- fix(kubevirt-instancetypes): drop persistent EFI/TPM to unblock live-migration: v1.5.0 restored persistent EFI/TPM state for the
windows.11,windows.2k22, andwindows.2k25KubeVirt instance-type preferences. With persistence enabled, KubeVirt provisions apersistent-state-for-<vm>backend-storage PVC on the defaultreplicatedStorageClass, which is ReadWriteOnce — this pins the VM to its current node and blocks live-migration and node drains. On clusters usingevictionStrategy: LiveMigrate, the pin can stall cluster upgrades entirely. This fix strips persistent EFI/TPM from the affected preferences usingyq del(the previoussed-based strip producednull, which the KubeVirt v1.8 CRD rejects). Secure Boot and the vTPM remain present and functional — Windows VMs still boot normally; EFI/TPM state is simply not persisted across reboots. This is a stopgap until vm-state can request RWX storage (@kvaps in [#3006], backport [#3016]).
Contributors
Thanks to everyone who contributed to this patch release:
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.5.0...v1.5.1