-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
✅ Deploy Preview for kairos-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Mauro Morales <[email protected]>
version=$2 | ||
split(version, parts, ".") | ||
minor_ver = parts[1]"."parts[2] | ||
if (!latest[minor_ver] || parts[3] > latest_patch[minor_ver]) { |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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]>
So users can know that some things might not match with the stsable release