Skip to content

Releases: rancher/rke2

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 <[email protected]>

v1.18.4-beta11+rke2

27 Aug 05:40
b459d18
Compare
Choose a tag to compare
v1.18.4-beta11+rke2 Pre-release
Pre-release
installer: refactor install script (#220)

Make the install script simpler by leveraging a self-extracting tarball
built with makeself. This adds a new release artifact,
rke2-installer.${GOOS}-${GOARCH}.run, that is a self-extracting version
of the tarball artifact. The install, killall, and uninstall logic has
been moved into this artifact which ends up on hosts, by default, in the
/usr/local/share/rke2/scripts directory.

The install.sh at the root of the repository has been simplified. It
will attempt to detect if yum is available and install via that method.
Lacking yum, it will download and invoke the self-extracting tarball.

v1.18.4-beta9+rke2

26 Aug 19:07
0cc6f75
Compare
Choose a tag to compare
v1.18.4-beta9+rke2 Pre-release
Pre-release
Add a cachebust to ensure we are always pulling the latest charts (#236)

Signed-off-by: Chris Kim <[email protected]>

v1.18.4-beta10+rke2

26 Aug 23:32
b6e1926
Compare
Choose a tag to compare
v1.18.4-beta10+rke2 Pre-release
Pre-release
Add a proper cachebust by echoing a build arg set to the current date…

v1.18.4-beta8+rke2

20 Aug 11:52
b62aa4e
Compare
Choose a tag to compare
v1.18.4-beta8+rke2 Pre-release
Pre-release
drone: fix manifest publishing (#210)

v1.18.4-beta7+rke2

20 Aug 11:30
b4d0ad8
Compare
Choose a tag to compare
v1.18.4-beta7+rke2 Pre-release
Pre-release
build/ci: fix it (#209)

Did some refactoring so that the correct version is passed into the
kubernetes build, among other things.

v1.18.4-beta6+rke2

19 Aug 16:53
80d0108
Compare
Choose a tag to compare
v1.18.4-beta6+rke2 Pre-release
Pre-release
Merge pull request #204 from dweomer/fix-ci-trivy

ci: fix trivy 'the input device is not a TTY'