Merge pull request #2256 from rancher/v2.14.0

Merge release v2.14.0 to main
This commit is contained in:
Lucas Saintarbor
2026-03-26 14:18:43 -07:00
committed by GitHub
61 changed files with 1892 additions and 247 deletions
+21
View File
@@ -5,6 +5,27 @@ title: Rancher Documentation Versions
<!-- releaseTask -->
### Current Versions
Here you can find links to supporting documentation for the current released version of Rancher v2.14, and its availability for [Rancher Prime](/v2.14/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher:
<table>
<tr>
<th>Version</th>
<th>Documentation</th>
<th>Release Notes</th>
<th>Support Matrix</th>
<th>Prime</th>
<th>Community</th>
</tr>
<tr>
<td><b>v2.14.0</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.14">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.14.0">Release Notes</a></td>
<td><center>N/A</center></td>
<td><center>N/A</center></td>
<td><center>&#10003;</center></td>
</tr>
</table>
Here you can find links to supporting documentation for the current released version of Rancher v2.13, and its availability for [Rancher Prime](/v2.13/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher:
<table>
+5
View File
@@ -16,6 +16,9 @@ import ConfigureSLOOidc from '/shared-files/_configure-slo-oidc.md';
import EOLRKE1Warning from '/shared-files/_eol-rke1-warning.md';
import PermissionsWarning from '/shared-files/_permissions-warning.md';
import SamlOpenLDAPGroupPermissions from '/shared-files/_saml-openldap-group-permissions.md';
import v3APITokensDeprecationWarning from '/shared-files/_v3-api-tokens-deprecation-warning.md';
import OIDCPKCESupport from '/shared-files/_oidc-pkce-support.md';
export default {
// Re-use the default mapping
@@ -37,4 +40,6 @@ export default {
EOLRKE1Warning,
PermissionsWarning,
SamlOpenLDAPGroupPermissions,
v3APITokensDeprecationWarning,
OIDCPKCESupport,
};