| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-18 | 5.0 kB | |
| v1.4.4 source code.tar.gz | 2026-06-18 | 5.7 MB | |
| v1.4.4 source code.zip | 2026-06-18 | 7.8 MB | |
| openapi.json | 2026-06-18 | 2.5 MB | |
| cozypkg-checksums.txt | 2026-06-18 | 564 Bytes | |
| cozypkg-windows-arm64.tar.gz | 2026-06-18 | 22.9 MB | |
| cozypkg-darwin-amd64.tar.gz | 2026-06-18 | 26.7 MB | |
| cozypkg-darwin-arm64.tar.gz | 2026-06-18 | 24.7 MB | |
| cozypkg-linux-amd64.tar.gz | 2026-06-18 | 25.4 MB | |
| cozypkg-linux-arm64.tar.gz | 2026-06-18 | 22.9 MB | |
| cozypkg-windows-amd64.tar.gz | 2026-06-18 | 25.6 MB | |
| initramfs-metal-amd64.xz | 2026-06-18 | 154.4 MB | |
| kernel-amd64 | 2026-06-18 | 20.4 MB | |
| nocloud-amd64.raw.xz | 2026-06-18 | 347.5 MB | |
| metal-amd64.raw.xz | 2026-06-18 | 347.5 MB | |
| metal-amd64.iso | 2026-06-18 | 540.4 MB | |
| cozystack-operator-hosted.yaml | 2026-06-18 | 2.5 kB | |
| cozystack-operator-generic.yaml | 2026-06-18 | 2.6 kB | |
| cozystack-operator-talos.yaml | 2026-06-18 | 2.6 kB | |
| cozystack-crds.yaml | 2026-06-18 | 20.0 kB | |
| Totals: 20 Items | 1.6 GB | 0 | |
v1.4.4 (2026-06-18)
A patch release that fixes the dashboard build on the release-1.4 branch and ships a new talm v0.31.0 with stability and usability improvements.
Fixes
- fix(dashboard): pin UI source branch to
release-1.4: Patch builds of Cozystack 1.4.x were cloningcozystack-ui@maininstead ofcozystack-ui@release-1.4, which could pull in unreleased UI features and break the patch release gate entirely.CONSOLE_BRANCHis now pinned torelease-1.4in the dashboard Makefile. The PR also adds documentation explaining that cutting a new minor release (vX.Y.0) requires creating the matchingcozystack-ui/release-X.Ybranch and pinningCONSOLE_BRANCHin the dashboard Makefile (@myasnikovdaniil in [#2945]).
Other repositories
talm v0.31.0
-
[talm] feat(cozystack): add DRBD-oriented sysctl and etcd backend defaults: Adds a set of production-tested TCP sysctls (
tcp_orphan_retries,tcp_fin_timeout,netdev_max_backlog,netdev_budget,netdev_budget_usecs) to thecozystackpreset that prevent TCP port exhaustion during DRBD reconnect storms on node reboots or resyncs. An opt-intcpKeepaliveTuninggroup is also available for deployments that need faster idle-socket failure detection across all long-lived TCP connections. The etcd backend quota is exposed as a configurableetcd.quotaBackendBytesvalue (default 8 GiB) so control planes holding many DRBD-resource CRDs do not trip etcd's 2 GiB NOSPACE alarm (@IvanHunters in cozystack/talm#131). -
[talm] fix(cli, engine): emit progress on stderr, enrich lookup error chain, retry transient failures: Fixes
talm template -f X > Yproducing YAML files with a stray progress line on stdout. Lookup failures now surface the resource kind, namespace, id, and dialed endpoints, with a six-class taxonomy of hints (TLS handshake, connection refused, deadline, auth, resource, unknown) so operators receive actionable guidance instead of a raw gRPC error. Transient connectivity classes (refused, deadline) are retried up to three times with exponential backoff; permanent errors fail immediately (@lexfrei in cozystack/talm#212). -
[talm] fix(engine): require a template before rendering the chart: Running
talm templatewithout--file/--templatepreviously rendered the entire chart before checking that any template was actually requested, which in online mode triggered live node discovery and produced a misleadingconnection refusederror instead of the actionabletemplates are not setmessage. The guard is now evaluated before any chart render or node dial (@lexfrei in cozystack/talm#217). -
[talm] fix(cozystack): exclude loop devices from LVM global_filter: Adds
/dev/loop.*to the LVMglobal_filterin the generated Talos machine config so the host does not scan or activate volume groups inside loop-mounted images, preventing unexpected LVM activation on boot (@kvaps in cozystack/talm#215).
Documentation
-
[website] feat(blog): add Cozystack vs OpenStack comparison post: Publishes a vendor-neutral blog post comparing Cozystack and OpenStack across seven dimensions — architecture, compute, networking, storage, managed services, operations, and multi-tenancy — for teams evaluating private cloud options (@tym83 in cozystack/website#580).
-
[website] fix(layout): keep fixed-header offset after banner removal: Restores the correct top-offset for the fixed navigation header after the CozySummit banner was removed, preventing content from being obscured behind the navbar (@kvaps in cozystack/website#579).
-
[website] chore(banner): remove CozySummit Virtual 2026 announcement: Removes the expired event banner from the website (@kvaps in cozystack/website#576).
Contributors
Thanks to everyone who contributed to this patch release:
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.4.3...v1.4.4