| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-13 | 1.5 kB | |
| v1.1.6 source code.tar.gz | 2026-04-13 | 5.2 MB | |
| v1.1.6 source code.zip | 2026-04-13 | 7.0 MB | |
| cozypkg-checksums.txt | 2026-04-13 | 564 Bytes | |
| cozypkg-windows-arm64.tar.gz | 2026-04-13 | 17.2 MB | |
| cozypkg-darwin-amd64.tar.gz | 2026-04-13 | 20.0 MB | |
| cozypkg-darwin-arm64.tar.gz | 2026-04-13 | 18.6 MB | |
| cozypkg-linux-amd64.tar.gz | 2026-04-13 | 19.0 MB | |
| cozypkg-linux-arm64.tar.gz | 2026-04-13 | 17.2 MB | |
| cozypkg-windows-amd64.tar.gz | 2026-04-13 | 19.1 MB | |
| initramfs-metal-amd64.xz | 2026-04-13 | 146.1 MB | |
| kernel-amd64 | 2026-04-13 | 21.9 MB | |
| nocloud-amd64.raw.xz | 2026-04-13 | 333.6 MB | |
| metal-amd64.raw.xz | 2026-04-13 | 333.6 MB | |
| metal-amd64.iso | 2026-04-13 | 519.4 MB | |
| cozystack-operator-hosted.yaml | 2026-04-13 | 2.5 kB | |
| cozystack-operator-generic.yaml | 2026-04-13 | 2.6 kB | |
| cozystack-operator-talos.yaml | 2026-04-13 | 2.5 kB | |
| cozystack-crds.yaml | 2026-04-13 | 19.1 kB | |
| Totals: 19 Items | 1.5 GB | 0 | |
Fixes
- [build] Filter git describe to match only v* tags: Adds
--match 'v*'to allgit describecalls inhack/common-envs.mk. Theapi/apps/v1alpha1/*subtags share the same commit as release tags, causinggit describe --exact-matchto pickapi/apps/v1alpha1/vX.Y.Zinstead ofvX.Y.Z, producing invalid Docker image tags (@kvaps in [#2386], [#2388]).
Development, Testing, and CI/CD
-
[ci] Replace cozystack-bot PAT with cozystack-ci GitHub App: Replaces the long-lived
cozystack-botpersonal access token with short-lived, scoped tokens from thecozystack-ciGitHub App across all release workflows. Improves security and auditability of CI operations (@tym83 in [#2351]). -
[ci] Replace GH_PAT with cozystack-ci GitHub App token in pull-requests workflow: Switches the pull-requests release workflow to use the cozystack-ci GitHub App token instead of the personal access token (@kvaps in [#2383]).
-
[ci] Use cozystack org noreply email for bot commits: Updates CI workflows to use the cozystack organization noreply email for bot commits (@kvaps in [#2392]).
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.1.5...v1.1.6