Skip to content

v2.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@olljanat olljanat released this 19 Dec 13:19
· 3 commits to master since this release

About this release

This release is second release candidate of v2.0.0 version.
It is highly recommended to test it properly before upgrading existing installations to it.

Issue tracker for this version #161

Upgrade from v1.9.x versions

sudo ros config set rancher.services.console.labels \
"['io.docker.compose.rebuild=always','io.rancher.os.after=network','io.rancher.os.console=default','io.rancher.os.scope=system']"

sudo ros config set rancher.upgrade.url \
https://raw.githubusercontent.com/burmilla/releases/v2.0.x/releases.yml
sudo ros os upgrade

sudo ros config set rancher.services.console.labels \
"['io.docker.compose.rebuild=false','io.rancher.os.after=network','io.rancher.os.console=default','io.rancher.os.scope=system']"

NOTE! First command makes console non-persistent and any changes you have done to it WILL be lost so take backups first.
However, it is mandatory because this version is not compatible with v1.9.x version consoles.

Release notes compared to v1.9.x versions

  • Kernel 5.10.188
  • Buildroot 2023.05
  • Docker 24.0.7 by default.
  • System-docker 17.06.109
    • Added zstd support
    • Renamed system-dockerd to system-engine because some 3rd party tools confused about two docker daemon setup.
  • Added apparmor support and enabled by default
  • Removed experimental selinux support
  • System-docker/engine bridge is disabled by default
  • User Docker is not anymore included to ISO but is downloaded from internet on first boot.
    • If user has defined rancher.docker.engine in cloud-init, that version will be downloaded instead of default.
  • VMware and QEMU tools upgraded to latest version.
  • VirtualBox tools removed for now because building it did not work. Please, open issue if you need those.
  • Added ipset to network and console system containers
  • SSH security hardenings based ssh-audit report