release builder-images b0c2086c94 #95

Merged
pipeline-bot merged 1 commit from _promote/b0c2086c94d5 into main 2026-08-15 11:39:45 +00:00
Contributor
No description provided.
chore(node-bootc): move the baked k3s to v1.35.7+k3s1
All checks were successful
pipeline/ci CI green @ b0c2086c94d5
b0c2086c94
Kubernetes support for 1.34 enters maintenance mode on 2026-08-27, and the
apiserver may not skip a minor, so 1.36 needs two hops. This is the first
one.

THIS ARG IS THE VERSION THE FLEET RUNS. /usr is read-only under bootc, so
the get.k3s.io installer cannot write /usr/local/bin/k3s on a live node.
The binary comes from this image instead. bootstrap/nodes.env in the
seanfarm repository is only the fallback for a stock, non-bootc image, so
editing that file alone changes nothing on a running node. Both move
together, and the seanfarm half is a separate pull request.

The two release assets for v1.35.7+k3s1 were confirmed present before this
edit: the k3s binary and sha256sum-amd64.txt. The existing RUN block still
verifies the checksum.

The header now records the order of operations, because getting it wrong
is silent. The master runs the k3s server, which is the apiserver, and a
kubelet may never be newer than the apiserver. So the master takes the new
image FIRST, by hand over SSH, and the workers roll to the same image only
after that. A worker rolled first would put a 1.35 kubelet under a 1.34
apiserver.

No VERSION file changes. node-bootc has none: it is tagged by kernel
version through the node-image Shipwright Build, not by the :vN discipline
that the other images under images/ follow.
pipeline-bot deleted branch _promote/b0c2086c94d5 2026-08-15 11:39:45 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/builder-images!95
No description provided.