| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 1.4 kB | |
| v1.1.5 source code.tar.gz | 2026-03-31 | 5.2 MB | |
| v1.1.5 source code.zip | 2026-03-31 | 7.0 MB | |
| cozypkg-checksums.txt | 2026-03-31 | 564 Bytes | |
| cozypkg-windows-arm64.tar.gz | 2026-03-31 | 17.2 MB | |
| cozypkg-darwin-amd64.tar.gz | 2026-03-31 | 20.0 MB | |
| cozypkg-darwin-arm64.tar.gz | 2026-03-31 | 18.6 MB | |
| cozypkg-linux-amd64.tar.gz | 2026-03-31 | 19.0 MB | |
| cozypkg-linux-arm64.tar.gz | 2026-03-31 | 17.2 MB | |
| cozypkg-windows-amd64.tar.gz | 2026-03-31 | 19.1 MB | |
| initramfs-metal-amd64.xz | 2026-03-31 | 146.1 MB | |
| kernel-amd64 | 2026-03-31 | 21.9 MB | |
| nocloud-amd64.raw.xz | 2026-03-31 | 333.6 MB | |
| metal-amd64.raw.xz | 2026-03-31 | 333.6 MB | |
| metal-amd64.iso | 2026-03-31 | 519.4 MB | |
| cozystack-operator-generic.yaml | 2026-03-31 | 2.6 kB | |
| cozystack-operator-hosted.yaml | 2026-03-31 | 2.5 kB | |
| cozystack-operator-talos.yaml | 2026-03-31 | 2.5 kB | |
| cozystack-crds.yaml | 2026-03-31 | 19.1 kB | |
| Totals: 19 Items | 1.5 GB | 0 | |
Fixes
-
[platform] Prevent installed packages deletion: Added the
helm.sh/resource-policy: keepannotation to all platform packages. Previously, moving a package todisabledPackagesor removing it fromenabledPackagescaused Helm to automatically delete it, contradicting the documented behavior that requires the platform administrator to manually delete packages when needed (@myasnikovdaniil in [#2273], [#2298]). -
[linstor] Fix TCP port mismatches after toggle-disk operations causing DRBD resources to enter StandAlone state: During toggle-disk operations,
removeLayerData()freed TCP ports from the number pool andensureStackDataExists()could then allocate different ports. If a satellite missed the resulting update (e.g. due to a controller restart), it retained the old ports while peers received the new ones, causing DRBD connections to fail with StandAlone state. The fix introducescopyDrbdTcpPortsIfExists(), which preserves existing TCP ports in theLayerPayloadbeforeremoveLayerData()releases them (@kvaps in [#2292], [#2300]).
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.1.4...v1.1.5