This message was deleted.
# general
a
This message was deleted.
l
hi @average-appointment-24470, thanks for the question & welcome to the Rancher community! k3s & Rancher do have it, for example the immutable assets for latest releases can be found here and here. You can always find the most recent versions and their associated immutable assets (binaries, airgap images, and checksums) on the GitHub Releases page for our projects.
a
Thanks. are these assets tagged differently which will let users know they're immutable?
l
No, they do not use a special immutable label or prefix in the tag name itself. Instead, we've built into the structure of the tag and the GitHub release mechanism. K3s uses a specific semantic versioning pattern (v1.x.x+k3sx) that inherently supports immutability by ensuring every change results in a new, unique tag.
a
Thanks Divya
Copy code
<https://raw.githubusercontent.com/k3s-io/k3s/${k3sVersion}/install.sh>
@limited-pizza-33551 does k3s publishes shasum for install script? i cant see it in sha256sum-amd64.txt release asset
l
--> #CGGQEHPPW
Also, see https://github.com/k3s-io/k3s/issues/8447 where this is discussed
a
Thanks. will look into this
c
As I said elsewhere, install script is not part of the release, so no
☝️ 1