mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Merge pull request #2256 from rancher/v2.14.0
Merge release v2.14.0 to main
This commit is contained in:
@@ -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>✓</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>
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user