[docs] Update managed apps reference for v1.6.0#628
Conversation
Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedToo many files! This PR contains 205 files, which is 105 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (13)
📒 Files selected for processing (205)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Docs update for release
v1.6.0— the equivalent of whatupdate-website-docsin cozystack/cozystack'stags.yamlnormally opens. Run by hand because that workflow was never triggered for thev1.6.0tag:v1.6.0is the first stable tag created through the rc→stable promote flow, and the tag push produced no workflow run.Produced by
make release-next RELEASE_TAG=v1.6.0followed bymake update-all BRANCH=release-1.6.0 RELEASE_TAG=v1.6.0, with the commit scoped tocontent/,hugo.yamlanddata/versions/exactly as the workflow stages it.next/is unchanged.One edit beyond the generated output:
data/versions/v1.6.yamlpinstalos: "v1.13.6"instead of thev1.13.0it inherited fromnext.yaml. Cozystack v1.6.0 ships Talos v1.13.6 — bothpackages/core/talos/images/talos/profiles/installer.yamlonrelease-1.6and the v1.6.0 changelog agree — butmake update-allskipsupdate-versionsfor a released version, so the snapshot froze the stale trunk pin. Shipping it unchanged would have pointed v1.6 readers at a Talos release predating the KVM guest-escape CVE fixes that bump was made for.next.yamlitself is deliberately untouched; #618 owns that refresh.