Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-10 | 3.8 kB | |
v0.34.0-beta.1 source code.tar.gz | 2025-07-10 | 4.5 MB | |
v0.34.0-beta.1 source code.zip | 2025-07-10 | 5.8 MB | |
initramfs-metal-amd64.xz | 2025-07-10 | 111.0 MB | |
kernel-amd64 | 2025-07-10 | 20.1 MB | |
nocloud-amd64.raw.xz | 2025-07-10 | 260.3 MB | |
metal-amd64.raw.xz | 2025-07-10 | 260.3 MB | |
metal-amd64.iso | 2025-07-10 | 409.3 MB | |
cozystack-installer.yaml | 2025-07-10 | 2.7 kB | |
Totals: 9 Items | 1.1 GB | 0 |
Cozystack v0.34.0-rc.1 is the first release candidate in the series v0.34.x. It's focused on virtualization capabilities and improvements in the Cozystack API.
Major Features and Improvements
- [vm-instance] Enable running Windows and MikroTik RouterOS in Cozystack. Add
bus
option and always specifybootOrder
for all disks. (@kvaps in https://github.com/cozystack/cozystack/pull/1168) - [cozystack-api] Specify OpenAPI schema for apps. (@kvaps in https://github.com/cozystack/cozystack/pull/1174)
- [cozystack-api] Refactor OpenAPI Schema and support reading it from config. (@kvaps in https://github.com/cozystack/cozystack/pull/1173)
- [cozystack-api] Enable using singular resource names in Cozystack API. For example,
kubectl get tenant
is now a valid command, in addition tokubectl get tenants
. (@kvaps in https://github.com/cozystack/cozystack/pull/1169) - [postgres] Explain how to back up and restore PostgreSQL using Velero backups. (@klinch0 and @NickVolynkin in https://github.com/cozystack/cozystack/pull/1141)
Security
Fixes
- [kubevirt-csi] Fix a regression by updating the role of the CSI controller. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1165)
- [virtual-machine,vm-instance] Adjusted RBAC role to let users read the service associated with the VMs they create. Consequently, users can now see details of the service in the dashboard and therefore read the IP address of the VM. (@klinch0 in https://github.com/cozystack/cozystack/pull/1161)
- [cozystack-api] Fix an error with
resourceVersion
which resulted in message 'failed to update HelmRelease: helmreleases.helm.toolkit.fluxcd.io "xxx" is invalid...'. (@kvaps in https://github.com/cozystack/cozystack/pull/1170) - [cozystack-api] Fix an error in updating lists in Cozystack objects, which resulted in message "Warning: resource ... is missing the kubectl.kubernetes.io/last-applied-configuration annotation". (@kvaps in https://github.com/cozystack/cozystack/pull/1171)
- [cozystack-api] Disable
startegic-json-patch
support. (@kvaps in https://github.com/cozystack/cozystack/pull/1179) - [dashboard] Fix the code for removing dashboard comments which used to mistakenly remove shebang from cloudInit scripts. (@kvaps in https://github.com/cozystack/cozystack/pull/1175).
- [virtual-machine] Fix cloudInit and sshKeys processing. (@kvaps in https://github.com/cozystack/cozystack/pull/1175 and https://github.com/cozystack/cozystack/commit/da3ee5d0ea9e87529c8adc4fcccffabe8782292e)
- [applications] Fix a typo in preset resource tables in the built-in documentation of managed applications. (@NickVolynkin in https://github.com/cozystack/cozystack/pull/1172)
- [kubernetes] Enable deleting Velero component from a tenant Kubernetes cluster. (@klinch0 in https://github.com/cozystack/cozystack/pull/1176)
Dependencies
- Update LINSTOR to v1.31.2. (@kvaps in https://github.com/cozystack/cozystack/pull/1180)
- Update KubeVirt to v1.5.2. (@kvaps in https://github.com/cozystack/cozystack/pull/1183)
- Update CDI to v1.62.0. (@kvaps in https://github.com/cozystack/cozystack/pull/1183)
- Update Flux Operator to 0.24.0. (@kingdonb in https://github.com/cozystack/cozystack/pull/1167)
- Update Kamaji to edge-25.7.1. (@kvaps in https://github.com/cozystack/cozystack/pull/1184)
- Update Kube-OVN to v1.13.14. (@kvaps in https://github.com/cozystack/cozystack/pull/1182)
- Update Cilium to v1.17.5. (@kvaps in https://github.com/cozystack/cozystack/pull/1181)
Documentation
Development, Testing, and CI/CD
Full Changelog: https://github.com/cozystack/cozystack/compare/v0.33.0...v0.34.0-beta.1