Skip to content

Conversation

@HarrisonWAffel
Copy link
Contributor

Small updates to the release docs based off of the 2.12 KDM release

@HarrisonWAffel HarrisonWAffel requested review from a team and kinarashah July 31, 2025 14:59
#### Checks required from Distro's First Mates

+ Confirm that the correct versions for the latest monthly rke2/k3s release have been properly ported to all dev branches which will be released.
+ Confirm that the `appDefaults` ranges listed in `channels.yaml` and `channels-rke2.yaml` match the expected Kubernetes release version range for the new Rancher minor version.
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for updating the checklist! 🎉
appDefaults and min/max ChannelServerVersion have different purposes:

  • appDefaults is only there to indicate the default k8s version for rancher server version. Rancher server version range is set by appVersion and the intended default k8s version is set by defaultVersion. For example, if a new release of Rancher v2.12.0 is being released, we need to have the upper bound of the appVersion to at least < v2.12.100-0 for the intended default k8s version (defaultVersion: v1.33.x). Updating other k8s versions isn't required.

  • The actual decision of whether the k8s version will be available for a particular rancher server is decided by releases section which has min/max ChannelServerVersion and must be updated for all supported k8s versions.

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.

2 participants