| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-28 | 2.6 kB | |
| v1.0.1 source code.tar.gz | 2026-02-28 | 5.2 MB | |
| v1.0.1 source code.zip | 2026-02-28 | 7.0 MB | |
| cozypkg-checksums.txt | 2026-02-28 | 564 Bytes | |
| cozypkg-windows-arm64.tar.gz | 2026-02-28 | 17.2 MB | |
| cozypkg-darwin-amd64.tar.gz | 2026-02-28 | 20.0 MB | |
| cozypkg-darwin-arm64.tar.gz | 2026-02-28 | 18.6 MB | |
| cozypkg-linux-amd64.tar.gz | 2026-02-28 | 19.0 MB | |
| cozypkg-linux-arm64.tar.gz | 2026-02-28 | 17.2 MB | |
| cozypkg-windows-amd64.tar.gz | 2026-02-28 | 19.1 MB | |
| initramfs-metal-amd64.xz | 2026-02-28 | 146.1 MB | |
| kernel-amd64 | 2026-02-28 | 21.9 MB | |
| nocloud-amd64.raw.xz | 2026-02-28 | 333.6 MB | |
| metal-amd64.raw.xz | 2026-02-28 | 333.6 MB | |
| metal-amd64.iso | 2026-02-28 | 519.4 MB | |
| cozystack-operator-hosted.yaml | 2026-02-28 | 2.5 kB | |
| cozystack-operator-generic.yaml | 2026-02-28 | 2.6 kB | |
| cozystack-operator-talos.yaml | 2026-02-28 | 2.5 kB | |
| cozystack-crds.yaml | 2026-02-28 | 19.1 kB | |
| Totals: 19 Items | 1.5 GB | 0 | |
Fixes
-
[platform] Prevent cozystack-version ConfigMap from deletion: Added resource protection to prevent the
cozystack-versionConfigMap from being accidentally deleted, improving platform stability and reliability (@myasnikovdaniil in [#2112], [#2114]). -
[installer] Add keep annotation to Namespace and update migration script: Added
helm.sh/resource-policy: keepannotation to thecozy-systemNamespace in the installer Helm chart to prevent Helm from deleting the namespace (and all HelmReleases within it) when the installer release is removed. The v1.0 migration script is also updated to annotate thecozy-systemnamespace andcozystack-versionConfigMap with this policy before migration (@kvaps in [#2122], [#2123]). -
[dashboard] Add FlowSchema to exempt BFF from API throttling: Added a
cozy-dashboard-exemptFlowSchema to exempt the dashboard Back-End-for-Frontend (BFF) service account from Kubernetes API Priority and Fairness throttling. Previously, the BFF fell under theworkload-lowpriority level, causing 429 (Too Many Requests) errors under load, resulting in dashboard unresponsiveness (@kvaps in [#2121], [#2124]).
Documentation
-
[website] Replace bundles documentation with variants: Renamed the "Bundles" documentation section to "Variants" to match current Cozystack terminology. Removed deprecated variants (
iaas-full,distro-full,distro-hosted) and added new variants:default(PackageSources only, for manual package management via cozypkg) andisp-full-generic(full PaaS/IaaS on k3s, kubeadm, or RKE2). Updated all cross-references throughout the documentation (@kvaps in cozystack/website#433). -
[website] Add step to protect namespace before upgrading: Updated the cluster upgrade guide and v0.41→v1.0 migration guide with a required step to annotate the
cozy-systemnamespace andcozystack-versionConfigMap withhelm.sh/resource-policy=keepbefore runninghelm upgrade, preventing accidental namespace deletion (@kvaps in cozystack/website#435).
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.0.0...v1.0.1