Releases: rancher/rke2
Releases · rancher/rke2
v1.18.4-beta15+rke2
airgap: add rancher/klipper-helm (#283)
v1.18.4-beta14+rke2
Merge pull request #274 from briandowns/issue-269 Update Directory Manifest Directory Exists Logic and Network Policy Existence Checks
v1.18.4-beta13+rke2
Merge pull request #265 from briandowns/issue-264 Explicitly Add k3s Flags to RKE2
v1.18.4-beta12+rke2
update cli context arg name Signed-off-by: Brian Downs <[email protected]>
v1.18.4-beta11+rke2
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
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
Add a proper cachebust by echoing a build arg set to the current date…
v1.18.4-beta8+rke2
drone: fix manifest publishing (#210)
v1.18.4-beta7+rke2
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
Merge pull request #204 from dweomer/fix-ci-trivy ci: fix trivy 'the input device is not a TTY'