| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-07-09 | 2.6 kB | |
| v0.33.2 source code.tar.gz | 2025-07-09 | 4.5 MB | |
| v0.33.2 source code.zip | 2025-07-09 | 5.8 MB | |
| initramfs-metal-amd64.xz | 2025-07-09 | 111.0 MB | |
| kernel-amd64 | 2025-07-09 | 20.1 MB | |
| nocloud-amd64.raw.xz | 2025-07-09 | 260.3 MB | |
| metal-amd64.raw.xz | 2025-07-09 | 260.3 MB | |
| metal-amd64.iso | 2025-07-09 | 409.3 MB | |
| cozystack-installer.yaml | 2025-07-09 | 2.7 kB | |
| Totals: 9 Items | 1.1 GB | 0 | |
Features and Improvements
- [vm-instance] Enable running Windows and MikroTik RouterOS in Cozystack. Add
busoption and always specifybootOrderfor all disks. (@kvaps in https://github.com/cozystack/cozystack/pull/1168) - [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 tenantis 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)
Fixes
- [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
resourceVersionwhich 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-patchsupport. (@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)
Full Changelog: https://github.com/cozystack/cozystack/compare/v0.33.1...v0.33.2