Release v2.0.8
If you want to turn on network policies, which was the previous default behavior, then you would need to edit your cluster options to enable these network policies when deploying a cluster.
Namespaces
As of v2.0.7, we introduced a “System Project”, which has specific namespaces, i.e. cattle-namesystem
. If these namespaces have been assigned to a project before upgrading, please move them out of the project before upgrading, so they can be appropriately moved into the system project.
Versions
- rancher/rancher:v2.0.8
Rancher server has 2 different tags. For each major release tag, we will provide documentation for the specific version.- rancher/rancher:latest
tag will be our latest development builds. These builds will have been validated through our CI automation framework. These releases are not meant for deployment in production.- rancher/rancher:stable
tag will be our latest stable release builds. This tag is the version that we recommend for production.
Please do not use releases with a suffix. These rc
builds are meant for the Rancher team to test builds.
Latest - v2.0.8 - rancher/rancher:latest
Stable - v2.0.8 - rancher/rancher:stable
Upgrades and Rollbacks
Any upgrade after v2.0.3, when scaling up workloads, new pods will be created [#14136] - In order to update scheduling rules for workloads [], a new field was added to all workloads on update
, which will cause any pods in workloads from previous versions to re-create.
Note: When rolling back, we are expecting you to rollback to the state at the time of your upgrade. Any changes post upgrade would not be reflected. In the case of rolling back using a Rancher single-node install, you must specify the exact version you want to change the Rancher version to, rather than using the default
:latest
tag.
Known Major Issues
- Fixed an issue where Kubernetes 1.11.1 didn’t have the correct cipher suite installed. All users using Kubernetes 1.11.1 is recommended to upgrade to Kubernetes 1.11.2 [#15120]
- Fixed an issue where a single node installation might fail to come up if etcd took longer than 10 seconds to start up []
- Fixed an issue where catalog refreshes would not back off if there was an error and cause installations to use up all the CPU and several GB of RAM [#15103]
- Fixed an issue where helm charts with required values would fail when trying to generate notes []
- Fixed an issue where a user was not completely being deleted from Rancher as a secret was still being stored for them [#15067]
- Fixed an issue where the default base user had read only permissions for principals and users, but only admins should have this ability unless explicitly added to the default base user []