Skip to content

feat: update default Talos image to v1.12.6#17

Open
kvaps wants to merge 1 commit intomainfrom
feat/update-talos-v1.12.6
Open

feat: update default Talos image to v1.12.6#17
kvaps wants to merge 1 commit intomainfrom
feat/update-talos-v1.12.6

Conversation

@kvaps
Copy link
Copy Markdown
Member

@kvaps kvaps commented Apr 2, 2026

Summary

  • Update default Talos installer image from v1.11.6 to v1.12.6

Summary by CodeRabbit

  • Chores
    • Updated default Talos installer image version from v1.11.6 to v1.12.6.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 798d844d-2e33-491b-a37b-4d85622ac00e

📥 Commits

Reviewing files that changed from the base of the PR and between 211f81c and a1143cf.

📒 Files selected for processing (1)
  • cmd/boot-to-talos/main.go

📝 Walkthrough

Walkthrough

Updated the default Talos installer Docker image version from v1.11.6 to v1.12.6 in the boot-to-talos CLI command, changing which container image is used when no explicit -image flag is provided.

Changes

Cohort / File(s) Summary
CLI Flag Default Update
cmd/boot-to-talos/main.go
Updated -image flag default value from ghcr.io/cozystack/cozystack/talos:v1.11.6 to ghcr.io/cozystack/cozystack/talos:v1.12.6.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, from 1-1 to 1-2,
The Talos image now shiny and new,
Version bumped with a twitch of my nose,
Ready to boot where the container wind blows! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 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 main change: updating the default Talos image from v1.11.6 to v1.12.6, which is the only modification in the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/update-talos-v1.12.6

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 and usage tips.

Copy link
Copy Markdown

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

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 default Talos installer image version from v1.11.6 to v1.12.6 in the boot-to-talos command. Feedback suggests defining the image version as a constant or configurable variable instead of hardcoding it to improve maintainability.

Comment thread cmd/boot-to-talos/main.go
func init() {
flag.StringVar(&imageFlag, "image",
"ghcr.io/cozystack/cozystack/talos:v1.11.6", "Talos installer image")
"ghcr.io/cozystack/cozystack/talos:v1.12.6", "Talos installer image")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Hardcoding the Talos image version makes it difficult to manage updates. Consider defining this version as a constant or a configurable variable to improve maintainability.

@kvaps kvaps marked this pull request as ready for review April 2, 2026 16:47
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