feat: bump rancher to v2.14.2-alpha6 and rke2 to v1.35.5+rke2r1 #1278
Conversation
Signed-off-by: Tim Liou <tim.liou@suse.com>
There was a problem hiding this comment.
Pull request overview
Version bump of Rancher to v2.14.2-alpha1 and RKE2 to v1.35.5-rc2+rke2r1, with corresponding updates to bundled images.
Changes:
- Bump Rancher version (v2.14.0 → v2.14.2-alpha1) in version scripts and rancherd defaults
- Bump RKE2 version (v1.35.2+rke2r1 → v1.35.5-rc2+rke2r1)
- Update related bundled images (fleet, rancher-webhook, system-agent, system-upgrade-controller, turtles)
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/version-rke2 | Bumps RKE2_VERSION to v1.35.5-rc2+rke2r1 |
| scripts/version-rancher | Bumps RANCHER_VERSION to v2.14.2-alpha1 |
| scripts/images/rancherd-bootstrap-images.txt | Updates system-agent-installer-rancher image tag |
| scripts/images/rancher-images.txt | Updates fleet, rancher, rancher-agent, rancher-webhook, system-agent, system-upgrade-controller, turtles image tags |
| package/harvester-os/files/usr/share/rancher/rancherd/config.yaml.d/50-defaults.yaml | Updates Rancher image tag and installer image tag |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@wheatdog Does the UI work for you? Mine is showing |
|
@bk201 thanks for the comments! I confirmed both issues on my side. https://github.com/rancher/rancher/releases/tag/v2.14.2-alpha2 is out, I'll give it a try. Edit: somehow, some of the image tags in https://github.com/rancher/rancher/releases/download/v2.14.2-alpha2/rancher-images.txt are incorrect. I looked up https://github.com/rancher/rancher/blob/v2.14.2-alpha2/build.yaml and https://github.com/rancher/rancher/blob/v2.14.2-alpha2/package/Dockerfile#L201 and update the tags in daeb665 |
Signed-off-by: Tim Liou <tim.liou@suse.com>
Signed-off-by: Tim Liou <tim.liou@suse.com>
|
I'll continue checking #1278 (comment) next week. |
|
Regarding of #1278 (comment), this change in Rancher v2.14.1 seems suspicious: rancher/rancher@0c91da3. I'm still testing out. Edit: Confimed it's indeed related to rancher/rancher@0c91da3. With the help from Claude Opus 4.7, we have the following analysis: Root cause: rancher/rancher#54215 wrapped the
On the next reconcile, Result: admin exists with Mitigation (additive, no deletes, no restart):
Bootstrap login then returns 200 and the Dashboard reaches
Report to rancher: rancher/rancher#55134 |
Signed-off-by: Tim Liou <tim.liou@suse.com>
Signed-off-by: Tim Liou <tim.liou@suse.com>
Signed-off-by: Tim Liou <tim.liou@suse.com>
|
Stuck: Upgrade from v1.8.0 In https://github.com/harvester/harvester/blob/master/package/upgrade/upgrade_manifests.sh#L832-L833 From v1.8.0, embedded CAPI is replaced by Rancher Turtles #1205. Empirically, we noticed that a v1.8.x → v1.8.x (v1.9.x could also have the same issue) Rancher upgrade legitimately does not mutate the CAPI cluster supportbundle_323b7be4-a583-4b06-a77c-0470ab030c7f_2026-05-26T08-33-03Z.zip I'm testing my patch of Edit: harvester/harvester#10719 to follow up. |
|
I managed to overcome the CAPI cluster stuck (#1278 (comment)) but got another issue: In In
In It seems related to harvester/harvester#10349 harvester/harvester#10386 supportbundle_292e5abd-38d1-4282-88cb-7aab593c65d5_2026-05-26T15-32-15Z.zip Update: Thanks @bk201's help. We notice this line in
there are 2 apply-manifest pods (the 1st one failed in the middle with transient error) And this issue is not reproducible when the 1st apply-manifest pod succeed. |
|
I'm going to merge this PR first. We'll bump rancher to v2.14.2 when it's out. Thanks! |
|
@Mergifyio backport master |
✅ Backports have been createdDetails
|
Signed-off-by: Tim Liou <tim.liou@suse.com> (cherry picked from commit faabeb3)





Problem:
Solution:
Related Issue(s):
harvester/harvester#10566
Test plan:
Additional documentation or context