Skip to content

fix(docs): refresh trunk version pins to Talos v1.13.6 and Cozystack v1.5.3#618

Open
Aleksei Sviridkin (lexfrei) wants to merge 1 commit into
mainfrom
fix/refresh-trunk-version-pins
Open

fix(docs): refresh trunk version pins to Talos v1.13.6 and Cozystack v1.5.3#618
Aleksei Sviridkin (lexfrei) wants to merge 1 commit into
mainfrom
fix/refresh-trunk-version-pins

Conversation

@lexfrei

@lexfrei Aleksei Sviridkin (lexfrei) commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

What this PR does

The next/ trunk pinned Talos v1.13.0 while the Cozystack installer ships v1.13.6, so every install page under next/ told readers to download an older Talos than the one Cozystack actually installs. The Cozystack pin was stale too: v1.5.0 against a current v1.5.3.

Regenerated data/versions/next.yaml with make update-versions. No hand edits: the file is generated.

Why it drifted

Nothing refreshes the trunk pins on its own. update-versions only does work when DOC_VERSION is next, and every release path resolves it to a released version instead:

  • a patch release routes to the already-existing vX.Y/ directory;
  • on a new minor, release-next creates that directory before update-all runs.

So the release workflow snapshots the trunk into vX.Y.yaml but never regenerates the trunk itself. The pins sit still until someone runs the generator by hand, which is what this PR does — they will drift again after the next couple of releases unless the generator is put on a schedule, or the release job refreshes next/ before promoting it.

Summary by CodeRabbit

  • Updates
    • Updated the next Cozystack release to version 1.5.3.
    • Updated the bundled Talos version to v1.13.6.

…v1.5.3

The next/ trunk still pinned Talos v1.13.0 while the installer has shipped
v1.13.6 for some time, so every install page under next/ told readers to
download a Talos release older than the one Cozystack actually installs.
The Cozystack pin was equally stale at v1.5.0.

Nothing refreshes these pins on its own. update-versions only runs when
DOC_VERSION is next, and every release path resolves it to a released
version instead: a patch release routes to the existing vX.Y directory,
and on a new minor release-next creates that directory before update-all
runs. So the release workflow never regenerates the trunk, and the pins
drift until someone runs the generator by hand, as here.

Regenerated with make update-versions.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit 551212e
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/6a5625091b893f0008dc59e6
😎 Deploy Preview https://deploy-preview-618--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 50db3879-67bb-4b89-ae2b-cbde943660a5

📥 Commits

Reviewing files that changed from the base of the PR and between d6f0c10 and 551212e.

📒 Files selected for processing (1)
  • data/versions/next.yaml

📝 Walkthrough

Walkthrough

The next release manifest updates Cozystack from 1.5.0 to 1.5.3 and Talos from v1.13.0 to v1.13.6.

Changes

Next release version pins

Layer / File(s) Summary
Update next release pins
data/versions/next.yaml
Cozystack version and tag advance to 1.5.3 and v1.5.3; the Talos pin advances to v1.13.6.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: kvaps, lllamnyp, myasnikovdaniil

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the version pin refresh for Talos v1.13.6 and Cozystack v1.5.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/refresh-trunk-version-pins

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

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.

Code Review

This pull request updates the Cozystack version to 1.5.3 and the Talos version to v1.13.6 in the data/versions/next.yaml file. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant