| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-04-10 | 4.2 kB | |
| v0.30.0 source code.tar.gz | 2025-04-10 | 3.6 MB | |
| v0.30.0 source code.zip | 2025-04-10 | 4.9 MB | |
| initramfs-metal-amd64.xz | 2025-04-10 | 127.0 MB | |
| kernel-amd64 | 2025-04-10 | 20.2 MB | |
| nocloud-amd64.raw.xz | 2025-04-10 | 150.8 MB | |
| metal-amd64.raw.xz | 2025-04-10 | 150.8 MB | |
| metal-amd64.iso | 2025-04-10 | 155.8 MB | |
| cozystack-installer.yaml | 2025-04-10 | 2.7 kB | |
| Totals: 9 Items | 613.0 MB | 0 | |
Release 0.30.0 brings GPU support and a multitude of other improvements for virtual machines. Cozystack keeps its focus on stability and reliability, improving end-to-end testing, and fixing a number of issues.
New Features and Changes
- [gpu-operator] Introduce GPU-operator. (@kvaps in https://github.com/cozystack/cozystack/pull/765)
- [vm] Add GPU support. (@kvaps in https://github.com/cozystack/cozystack/pull/766)
- [vm] Enable users to trigger cloud-init reconfiguration with a new configuration setting. (@xy2 in https://github.com/cozystack/cozystack/pull/767)
- [cozystack] Track public IP usage. (@lllamnyp in https://github.com/cozystack/cozystack/pull/769)
- [cozystack] Track PersistentVolumeClaims with WorkloadMonitor. (@lllamnyp in https://github.com/cozystack/cozystack/pull/768)
- [kubernetes] Enable KubeVirt to run CX and RT types of instances by adding CPUManager. (@jokeOps in https://github.com/cozystack/cozystack/pull/757)
- [monitoring] Add VerticalPodAutoscaler for VMAgent. (@klinch0 in https://github.com/cozystack/cozystack/pull/772)
- [ci] Build and include
talos-kernelandtalos-initramfsin the release assets. (@kvaps in https://github.com/cozystack/cozystack/pull/773 and https://github.com/cozystack/cozystack/pull/784) - [ci] Automatically run tests as part of the release pipeline. (@kvaps in https://github.com/cozystack/cozystack/pull/785)
- [ci] Allow tests to run in parallel. (@kvaps in https://github.com/cozystack/cozystack/pull/786)
- [tests] Use mirror.gcr.io as the default mirror for docker.io in E2E tests. (@kvaps in https://github.com/cozystack/cozystack/pull/782)
- [tests] Update HelmReleases tests and add a retry mechanism for monitoring. (@klinch0 in https://github.com/cozystack/cozystack/pull/791)
- [docs] Add a GPU passthrough guide. (@kvaps and @NickVolynkin in https://github.com/cozystack/website/pull/141)
- [docs] Update the servers.com installation guide. (@kvaps in https://github.com/cozystack/website/pull/147)
- [docs] Restructure Cozystack docs for better navigation. (@NickVolynkin in https://github.com/cozystack/website/pull/139)
Fixes
- [cozystack] Delete a workload if the related object is absent. (@lllamnyp in https://github.com/cozystack/cozystack/pull/779)
- [vm] Add guard against empty
cloudInitin the vm-instance app. (@xy2 in https://github.com/cozystack/cozystack/pull/646) - [platform] Fix dependencies for VerticalPodAutoscaler in the
paas-fullandpaas-hostedbundles. (@klinch0 in https://github.com/cozystack/cozystack/pull/781) - [k8s] Prevent OOM in Kamaji Control Plane by changing the default
resourcesPresetfor frommicrotosmall. (@klinch0 in https://github.com/cozystack/cozystack/pull/758) - [linstor] Prevent DRBD devices from getting stuck in the "Connecting" state by adding a plunger check. (@xy2 in https://github.com/cozystack/cozystack/pull/707)
- [linstor] Log verbose state for DRBD devices that are not healthy. (@xy2 in https://github.com/cozystack/cozystack/pull/771)
- [apps] Fix applications
versions_mapto include only tagged versions. (@klinch0 in https://github.com/cozystack/cozystack/pull/776; @kvaps in https://github.com/cozystack/cozystack/pull/777 and https://github.com/cozystack/cozystack/pull/780) - [docs] Update links, proofread the readme and contribution guide. (@NickVolynkin in https://github.com/cozystack/cozystack/pull/774)
Dependencies
- Update VictoriaMetrics operator to v0.55.0 (@kvaps in https://github.com/cozystack/cozystack/pull/792)
- Update Cluster API operator to v0.18.1 (@kvaps in https://github.com/cozystack/cozystack/pull/793)
- Update Keycloak operator to v1.25.0 (@kvaps in https://github.com/cozystack/cozystack/pull/794)
- Update Kamaji to edge-25.3.2 (@kvaps in https://github.com/cozystack/cozystack/pull/795)
- Update Kube-OVN to v1.13.8 (@kvaps in https://github.com/cozystack/cozystack/pull/797)
- Update Cilium to v1.17.2 (@kvaps in https://github.com/cozystack/cozystack/pull/796)
New Contributors
- @jokeOps made their first contribution in https://github.com/cozystack/cozystack/pull/757
Full Changelog: https://github.com/cozystack/cozystack/compare/v0.29.1...v0.30.0