Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display a banner on development docs #369

Merged
merged 5 commits into from
Mar 4, 2025
Merged

Display a banner on development docs #369

merged 5 commits into from
Mar 4, 2025

Conversation

mauromorales
Copy link
Member

So users can know that some things might not match with the stsable release

Signed-off-by: Mauro Morales <[email protected]>
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for kairos-io ready!

Name Link
🔨 Latest commit a584e63
🔍 Latest deploy log https://app.netlify.com/sites/kairos-io/deploys/67c5cd59ea72a60008eccb60
😎 Deploy Preview https://deploy-preview-369--kairos-io.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 site configuration.

version=$2
split(version, parts, ".")
minor_ver = parts[1]"."parts[2]
if (!latest[minor_ver] || parts[3] > latest_patch[minor_ver]) {
Copy link
Member Author

Choose a reason for hiding this comment

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

only take into account the last patch of each minor

[params.softwareVersions]
# renovate: datasource=github-releases depName=kairos-io/provider-kairos
provider_version = "v2.9.2"
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version = "v1.32.1+k3s1"
# renovate: datasource=github-releases depName=kairos-io/kairos
kairos_version = "v3.3.1"
kairos_version = "master"
Copy link
Member Author

Choose a reason for hiding this comment

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

otherwise the "dev" documentation, points to a stable release which might be confusing

Signed-off-by: Mauro Morales <[email protected]>
@mauromorales mauromorales requested a review from a team March 3, 2025 15:48
@mauromorales mauromorales self-assigned this Mar 3, 2025
@mauromorales mauromorales merged commit bed3dbd into main Mar 4, 2025
5 checks passed
@mauromorales mauromorales deleted the default-stable branch March 4, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants