Skip to content

Releases: rancher/rke2

v1.18.9-rc1+rke2

02 Oct 00:36
e08dea9
Compare
Choose a tag to compare
v1.18.9-rc1+rke2 Pre-release
Pre-release
cis: update guide and remove uneeded sysctl (#418)

- remove kernel.keys.root_maxbytes sysctl
- update hardening guide to account for different rke2-cis-sysctl.conf locations depending on installation method

v1.18.9-beta23+rke2: Fix profile flag for static pods

01 Oct 19:37
Compare
Choose a tag to compare
Stop ranging over CLI flags; the type checks are tedious and
error-prone.

Fixes errors turned up in QA validation of #387.

Signed-off-by: Brad Davidson <[email protected]>

v1.18.9-beta22+rke2

30 Sep 19:36
0ba1a63
Compare
Choose a tag to compare
Update k3s (#398)

v1.18.9-beta21+rke2

27 Sep 21:23
Compare
Choose a tag to compare
Ensure profile flag is respected

Problem: the --profile was not being respecting, causing things like the
etcd pod not being ran as the etcd user. This is because we were
shadowing a variable declation.

Fixing this also exposed that a CIS related flag,
`--protect-kernel-defaults` was improperly set.

Solution: Removing the shadowed declaration of the cisMode variable. The
global variable of the same name that is properly assigned a value
earlier on in the logic will now be used.

To fix protect-kernel-defaults, remove superfluous `--`.

Signed-off-by: Craig Jellick <[email protected]>

v1.18.8-beta20+rke2

19 Sep 01:37
c33d859
Compare
Choose a tag to compare
Add etcd name file to hash files (#338)

* Add etcd name file to hash files

* go mod and gofmt

* fixes

v1.18.8-beta19+rke2

11 Sep 23:28
9802fae
Compare
Choose a tag to compare
v1.18.8-beta19+rke2 Pre-release
Pre-release
Merge pull request #313 from briandowns/issue-312

Update the Referenced Version of Etcd.

v1.18.8-beta18+rke2: Merge pull request #310 from briandowns/issue-304

11 Sep 19:40
12d3f93
Compare
Choose a tag to compare
Add Kubernetes Upgrade Documentation

v1.18.4-beta17+rke2

04 Sep 22:48
4c90fca
Compare
Choose a tag to compare
v1.18.4-beta17+rke2 Pre-release
Pre-release
selinux: custom context types for static pods (#287)

Set custom selinux context types to containers running in a static pod.
Refactor Vagrantfile to leverage installer and airgap images by default.
Depends on https://github.com/rancher/rke2-selinux/pull/6

v1.18.4-beta16+rke2

01 Sep 18:47
9c11691
Compare
Choose a tag to compare
v1.18.4-beta16+rke2 Pre-release
Pre-release
airgap: missing rancher/kube-proxy (#284)

v1.18.4-beta15+rke2

01 Sep 17:22
9ea6ed6
Compare
Choose a tag to compare
v1.18.4-beta15+rke2 Pre-release
Pre-release
airgap: add rancher/klipper-helm (#283)