Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
1.4 KiB
1.4 KiB
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