Hi all, I got a small question. Does anyone knows what the release name convention is for RKE? Especially what means the r1 / r2 at the end? For example 1.23.7+rke2r1 and 1.23.7+rke2r2. Why is the r1 a pre-release (but also having releases with rc1)
b
bland-account-99790
08/11/2022, 12:59 PM
r2 is a second release that we had to do before the next kubernetes patch release because an important bug was found (e.g. something fixing a CVE)
1.23.7+rke2r2
=
1.23.7+rke2r1
+ important_fix
You can see the fix in the release notes
k
kind-air-74358
08/11/2022, 2:29 PM
Thanks for your reply, makes it a bit more clear 🙂