Skip to content

Commit caa61aa

Browse files
fix(release): add data/versions/v1.4.yaml
v1.4/ pages use the {{< version-pin >}} shortcode, which reads data/versions/<version>.yaml and calls errorf on missing files, halting the build. hack/release_next.sh creates this file during release, but the upstream cozystack/cozystack tags.yaml workflow's `git add content hugo.yaml` step omits data/versions/ so it never gets committed. Hotfixes the missing snapshot for the v1.4.0 cut. Source of truth for talos pins: packages/core/talos/images/talos/profiles/installer.yaml in cozystack/cozystack at v1.4.0 → Talos v1.13.0. Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
1 parent 9f2d550 commit caa61aa

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

data/versions/v1.4.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Pinned upstream-tool versions for the Cozystack v1.4 docs.
2+
#
3+
# Referenced from content via the {{< version-pin "<key>" >}} shortcode. The
4+
# shortcode derives the version directory from the page's file path, so a page
5+
# under content/en/docs/v1.4/ reads this file.
6+
#
7+
# Only include pins that are coupled to the Cozystack release and would go
8+
# stale if not updated — the Talos tag that ships in the installer, Cozystack
9+
# release-asset URLs, and tagged source-tree links. Tools that stay
10+
# backwards-compatible across minors (talm, boot-to-talos, talos-bootstrap
11+
# install scripts) stay floating on main / latest in the markdown.
12+
#
13+
# Update when cutting a new minor (see hack/release-checklist.md).
14+
15+
# Cozystack release the docs are pinned to.
16+
cozystack_version: "1.4.0" # bare, as used by `helm --version`
17+
cozystack_tag: "v1.4.0" # v-prefixed, as used in GitHub URLs
18+
19+
# Talos version shipped by the Cozystack installer for this minor.
20+
# Source of truth: packages/core/talos/images/talos/profiles/installer.yaml
21+
# in the cozystack/cozystack repo at `cozystack_tag`.
22+
talos: "v1.13.0"
23+
talos_minor: "v1.13" # the docs minor used by talos.dev URLs

0 commit comments

Comments
 (0)