| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-21 | 4.2 kB | |
| v1.3.5 source code.tar.gz | 2026-05-21 | 5.2 MB | |
| v1.3.5 source code.zip | 2026-05-21 | 7.2 MB | |
| openapi.json | 2026-05-21 | 2.5 MB | |
| cozypkg-checksums.txt | 2026-05-21 | 564 Bytes | |
| cozypkg-windows-arm64.tar.gz | 2026-05-21 | 17.2 MB | |
| cozypkg-darwin-amd64.tar.gz | 2026-05-21 | 20.0 MB | |
| cozypkg-darwin-arm64.tar.gz | 2026-05-21 | 18.6 MB | |
| cozypkg-linux-amd64.tar.gz | 2026-05-21 | 19.0 MB | |
| cozypkg-linux-arm64.tar.gz | 2026-05-21 | 17.2 MB | |
| cozypkg-windows-amd64.tar.gz | 2026-05-21 | 19.1 MB | |
| initramfs-metal-amd64.xz | 2026-05-21 | 146.9 MB | |
| kernel-amd64 | 2026-05-21 | 21.6 MB | |
| nocloud-amd64.raw.xz | 2026-05-21 | 335.7 MB | |
| metal-amd64.raw.xz | 2026-05-21 | 335.7 MB | |
| metal-amd64.iso | 2026-05-21 | 521.5 MB | |
| cozystack-operator-hosted.yaml | 2026-05-21 | 2.5 kB | |
| cozystack-operator-generic.yaml | 2026-05-21 | 2.6 kB | |
| cozystack-operator-talos.yaml | 2026-05-21 | 2.5 kB | |
| cozystack-crds.yaml | 2026-05-21 | 19.1 kB | |
| Totals: 20 Items | 1.5 GB | 0 | |
v1.3.5 (2026-05-21)
A patch release with bug fixes, website updates, and ansible-cozystack dependency bumps.
Features and Improvements
No notable features in this patch release.
Fixes
-
fix(cluster-api): fix kamaji OOM and set limits on unset providers: The resource override for the kamaji control-plane-provider was silently ignored because the override targeted
containers[name=manager]while the upstream container is namedcontroller. The CAPI operator merges container overrides by name, so the intendedcpu: 1 / memory: 1024Milimits were dropped and the upstream default of 128 MiB was applied, causing the kamaji controller to restart repeatedly with OOMKilled (exit code 137). Adds the correct container name and also sets modest resource requests and limits for the core, kubeadm-bootstrap, and kubevirt-infrastructure providers that previously ran BestEffort and were first to evict under memory pressure (@myasnikovdaniil in [#2708], backport [#2710]). -
fix(kafka): reclaim ZooKeeper PVCs on Kafka release deletion: Sets
deleteClaim: trueon the ZooKeeper persistent-claim storage so the Strimzi operator removes ZooKeeper PVCs together with the rest of the cluster when the Kafka CR is deleted, matching the existing behavior for Kafka broker PVCs. Previously, ZooKeeper PVCs were orphaned in the tenant namespace and required manual cleanup before the same release name could be reused (@Arsolitt in [#2679], backport [#2706]). -
fix(opensearch-operator): replace deprecated kube-rbac-proxy image: Replaces the broken
gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0image (the GCR kubebuilder registry was sunset and the image no longer pulls) withquay.io/brancz/kube-rbac-proxy:v0.15.0, the same image already used elsewhere in Cozystack (e.g., etcd-operator), restoring OpenSearch operator pod startup (@myasnikovdaniil in [#2689], backport [#2696]).
Documentation
-
[website] feat(home): refresh screenshot gallery with new captures: Replaces the previous dual light/dark screenshot carousel with 14 single-mode captures of the updated Cozystack dashboard, removes the light/dark mode toggle, and improves carousel navigation with high-contrast circular arrows and overlay indicator dots (@kvaps in cozystack/website#543).
-
[website] feat(blog): announce /cozystack:wizard guided installer: New blog post announcing the
/cozystack:wizardguided end-to-end installer that handles Talos, Ubuntu, and existing-cluster deployment flows, including edge cases such as cert-SAN traps on NAT'd clouds, ZFS on Talos, LINSTOR registration races, and boot-to-Talos upgrades (@tym83 in cozystack/website#542).
Other repositories
-
[ansible-cozystack] chore(deps): update k3s dependency to v1.36.0+k3s1: Bumps the k3s Kubernetes distribution dependency to v1.36.0+k3s1 in the ansible-cozystack role (@app/renovate in cozystack/ansible-cozystack#41).
-
[ansible-cozystack] chore(deps): track cozystack installer v1.4.0 and v1.4.1: Renovate dependency bumps of the
cozy-installerDocker image tag to follow the latest Cozystack installer releases (@app/renovate in cozystack/ansible-cozystack#42, [#44]).
Contributors
Thanks to everyone who contributed to this patch release:
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.3.4...v1.3.5