Merge branch 'main' into deprecation-weave

This commit is contained in:
Sunil Singh
2024-03-04 09:29:11 -08:00
committed by GitHub
36 changed files with 989 additions and 125 deletions
+12 -4
View File
@@ -39,12 +39,12 @@ Here you can find links to supporting documentation for the current released ver
<th>Community</th>
</tr>
<tr>
<td><b>v2.7.10</b></td>
<td><b>v2.7.11</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.7">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.7.10">Release Notes</a></td>
<td><a href="https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-10/">Support Matrix</a></td>
<td><center>&#10003;</center></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.7.11">Release Notes</a></td>
<td><center>N/A</center></td>
<td><center>&#10003;</center></td>
<td><center>N/A</center></td>
</tr>
</table>
@@ -109,6 +109,14 @@ Here you can find links to supporting documentation for previous versions of Ran
<th>Prime</th>
<th>Community</th>
</tr>
<tr>
<td><b>v2.7.10</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.7">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.7.10">Release Notes</a></td>
<td><a href="https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-10/">Support Matrix</a></td>
<td><center>&#10003;</center></td>
<td><center>&#10003;</center></td>
</tr>
<tr>
<td><b>v2.7.9</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.7">Documentation</a></td>
+2
View File
@@ -9,6 +9,7 @@ import { CardSection, Card } from '../components/CardComponents';
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
import DeprecationOPAGatekeeper from '/shared-files/_deprecation-opa-gatekeeper.md';
import DeprecationWeave from '/shared-files/_deprecation-weave.md';
import DeprecationHelm2 from '/shared-files/_deprecation-helm2.md';
export default {
// Re-use the default mapping
@@ -23,4 +24,5 @@ export default {
CNIPopularityTable,
DeprecationOPAGatekeeper,
DeprecationWeave,
DeprecationHelm2,
};