Add information on prereleases

Preferences also updated to reflect current state before adding addendum on prereleases
This commit is contained in:
Billy Tat
2023-03-28 15:34:55 -07:00
parent 4a80c72620
commit e429011e78
2 changed files with 59 additions and 5 deletions
@@ -44,6 +44,15 @@ Any major versions that are less than the ones mentioned in the table below are
- On upgrades, ensure that you are not downgrading the version of the chart that you are using. For example, if you are using a version of Monitoring > `16.6.0` in Rancher 2.5, you should not upgrade to `100.x.x+up16.6.0`. Instead, you should upgrade to the appropriate version in the next release.
### Prerelease Versions
A version is considered to be a prerelease if it adheres to [the specification](https://semver.org/#spec-item-9) defined by [Semantic Versioning 2.0.0](https://semver.org/). For example, a Helm chart with a version of `0.1.3-dev.12ab4f` is considered a prerelease. Prerelease versions are not displayed by default and must be configured to do so.
To display prerelease versions, follow these steps:
1. Click on your user avatar in the upper right corner.
1. Click **Preferences**.
1. Under **Helm Charts**, select **Include Prerelease Versions**.
### Charts
@@ -148,3 +157,5 @@ If you have a legacy app installed and want to upgrade it:
### Limitations
[Dashboard apps or Rancher feature charts](helm-charts-in-rancher.md) **cannot** be installed using the Rancher CLI.
a
@@ -2,16 +2,59 @@
title: User Preferences
---
Each user can choose preferences to personalize their Rancher experience. To change preference settings, open the **User Settings** menu and then select **Preferences**.
Each user can choose preferences to personalize their Rancher experience. To change preference settings:
1. Click on your user avatar in the upper right corner.
1. Click **Preferences**.
## Language
Choose your language for the Rancher UI. Options include:
- English
- 简体中文 (Simplified Chinese)
## Theme
Choose your background color for the Rancher UI. If you choose **Auto**, the background color changes from light to dark at 6 PM, and then changes back at 6 AM.
## My Account
## Login Landing Page
This section displays the **Name** (your display name) and **Username** (your login) used for your session. To change your login's current password, click the **Change Password** button.
Choose the page displayed after logging in. Options include:
## Table Row per Page
- The home page
- The area you last visited
- A specific cluster of your choosing
On pages that display system objects like clusters or deployments in a table, you can set the number of objects that display on the page before you must paginate. The default setting is `50`.
## Display Settings
Choose the way certain information is displayed. The following can be configured:
- Date format
- Time format
- Table rows per page
- Number of clusters to show in side menu
## Confirmation Setting
_Available as of v2.7.2_
Choose whether to ask for confirmation when scaling down node pools.
## Advanced Features
- Enable "View in API"
- Show system Namespaces managed by Rancher (not intended for editing or deletion)
- Enable Dark/Light Theme keyboard shortcut toggle (shift + T)
- Hide All Type Descriptions
- Enable Extension developer features
## YAML Editor Key Mapping
- Normal human (Sublime)
- Emacs
- Vim
## Helm Charts
Choose whether to display released Helm charts only or to include prerelease versions as well. A version is considered to be a prerelease if it adheres to [the specification](https://semver.org/#spec-item-9) defined by [Semantic Versioning 2.0.0](https://semver.org/). For example, a Helm chart with a version of `0.1.3-dev.12ab4f` requires `Include Prerelease Versions` to be selected in order to be displayed.