Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/versions/next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# RELEASE_TAG when next/ is promoted).

# Cozystack release the docs are pinned to.
cozystack_version: "1.5.0" # bare, as used by `helm --version`
cozystack_tag: "v1.5.0" # v-prefixed, as used in GitHub URLs
cozystack_version: "1.5.3" # bare, as used by `helm --version`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1.5.3 is a draft release (isDraft:true, publishedAt:null) — helm --version 1.5.3 and the GitHub download URLs built from this pin fail publicly until it's published. Latest final is v1.5.2:

Suggested change
cozystack_version: "1.5.3" # bare, as used by `helm --version`
cozystack_version: "1.5.2" # bare, as used by `helm --version`

cozystack_tag: "v1.5.3" # v-prefixed, as used in GitHub URLs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue — this tag feeds real download commands in the trunk install docs (install/kubernetes/generic.md, install/talos/iso.md, install/providers/oracle-cloud.md), all of which 404 against the draft:

Suggested change
cozystack_tag: "v1.5.3" # v-prefixed, as used in GitHub URLs
cozystack_tag: "v1.5.2" # v-prefixed, as used in GitHub URLs


# Talos version shipped by the Cozystack installer for this trunk.
talos: "v1.13.0"
talos: "v1.13.6"
talos_minor: "v1.13" # the docs minor used by talos.dev URLs