Skip to content

Releases: rancher/rke2

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 <craig@rancher.com>

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)

v1.18.4-beta14+rke2

01 Sep 00:01
a04621d
Compare
Choose a tag to compare
v1.18.4-beta14+rke2 Pre-release
Pre-release
Merge pull request #274 from briandowns/issue-269

Update Directory Manifest Directory Exists Logic and Network Policy Existence Checks

v1.18.4-beta13+rke2

29 Aug 22:44
ca5f9ba
Compare
Choose a tag to compare
v1.18.4-beta13+rke2 Pre-release
Pre-release
Merge pull request #265 from briandowns/issue-264

Explicitly Add k3s Flags to RKE2

v1.18.4-beta12+rke2

29 Aug 03:16
Compare
Choose a tag to compare
v1.18.4-beta12+rke2 Pre-release
Pre-release
update cli context arg name

Signed-off-by: Brian Downs <brian.downs@gmail.com>