Skip to content

Commit a192d4c

Browse files
authored
Merge pull request #1600 from rancher/v2.10.1
Merge v2.10.1 release branch into main
2 parents c0bb462 + b9a23c4 commit a192d4c

File tree

8 files changed

+36
-9
lines changed

8 files changed

+36
-9
lines changed

docs/faq/deprecated-features.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Rancher will publish deprecated features as part of the [release notes](https://
1616

1717
| Patch Version | Release Date |
1818
|---------------|---------------|
19+
| [2.10.1](https://github.com/rancher/rancher/releases/tag/v2.10.1) | Dec 19, 2024 |
1920
| [2.10.0](https://github.com/rancher/rancher/releases/tag/v2.10.0) | Nov 18, 2024 |
2021

2122
## What can I expect when a feature is marked for deprecation?

docs/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In order to deploy and run the adapter successfully, you need to ensure its vers
1919

2020
| Rancher Version | Adapter Version |
2121
|-----------------|------------------|
22+
| v2.10.1 | v105.0.0+up5.0.1 |
2223
| v2.10.0 | v105.0.0+up5.0.1 |
2324

2425
### 1. Gain Access to the Local Cluster

docs/reference-guides/rancher-webhook.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w
2020

2121
| Rancher Version | Webhook Version | Availability in Prime | Availability in Community |
2222
|-----------------|-----------------|-----------------------|---------------------------|
23+
| v2.10.1 | v0.6.2 | ✓ | ✓ |
2324
| v2.10.0 | v0.6.1 | ✗ | ✓ |
2425

2526
## Why Do We Need It?

shared-files/_cni-popularity.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- releaseTask -->
2-
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity levels. This data was collected in October 2024.
2+
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity levels. This data was collected in December 2024.
33

44
| Provider | Project | Stars | Forks | Contributors |
55
| ---- | ---- | ---- | ---- | ---- |
6-
| Canal | https://github.com/projectcalico/canal | 717 | 100 | 20 |
7-
| Flannel | https://github.com/flannel-io/flannel | 8.8k | 2.9k | 235 |
8-
| Calico | https://github.com/projectcalico/calico | 6.0k | 1.3k | 356 |
9-
| Weave | https://github.com/weaveworks/weave/ | 6.6k | 670 | 84 |
10-
| Cilium | https://github.com/cilium/cilium | 20.2k | 3k | 853 |
6+
| Canal | https://github.com/projectcalico/canal | 718 | 100 | 20 |
7+
| Flannel | https://github.com/flannel-io/flannel | 8.9k | 2.9k | 234 |
8+
| Calico | https://github.com/projectcalico/calico | 6.1k | 1.4k | 360 |
9+
| Weave | https://github.com/weaveworks/weave/ | 6.6k | 672 | 84 |
10+
| Cilium | https://github.com/cilium/cilium | 20.5k | 3k | 868 |

src/pages/versions.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Here you can find links to supporting documentation for the current released ver
1818
<th>Community</th>
1919
</tr>
2020
<tr>
21-
<td><b>v2.10.0</b></td>
21+
<td><b>v2.10.1</b></td>
2222
<td><a href="https://ranchermanager.docs.rancher.com/v2.10">Documentation</a></td>
23-
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.10.0">Release Notes</a></td>
24-
<td><center>N/A</center></td>
23+
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.10.1">Release Notes</a></td>
2524
<td><center>N/A</center></td>
2625
<td><center>&#10003;</center></td>
26+
<td><center>&#10003;</center></td>
2727
</tr>
2828
</table>
2929

@@ -92,6 +92,27 @@ Here you can find links to supporting documentation for the current released ver
9292

9393
### Past Versions
9494

95+
Here you can find links to supporting documentation for previous versions of Rancher v2.10, and their availability for [Rancher Prime](/v2.10/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher:
96+
97+
<table>
98+
<tr>
99+
<th>Version</th>
100+
<th>Documentation</th>
101+
<th>Release Notes</th>
102+
<th>Support Matrix</th>
103+
<th>Prime</th>
104+
<th>Community</th>
105+
</tr>
106+
<tr>
107+
<td><b>v2.10.0</b></td>
108+
<td><a href="https://ranchermanager.docs.rancher.com/v2.10">Documentation</a></td>
109+
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.10.0">Release Notes</a></td>
110+
<td><center>N/A</center></td>
111+
<td><center>N/A</center></td>
112+
<td><center>&#10003;</center></td>
113+
</tr>
114+
</table>
115+
95116
Here you can find links to supporting documentation for previous versions of Rancher v2.9, and their availability for [Rancher Prime](/v2.9/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher:
96117

97118
<table>

versioned_docs/version-2.10/faq/deprecated-features.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Rancher will publish deprecated features as part of the [release notes](https://
1616

1717
| Patch Version | Release Date |
1818
|---------------|---------------|
19+
| [2.10.1](https://github.com/rancher/rancher/releases/tag/v2.10.1) | Dec 19, 2024 |
1920
| [2.10.0](https://github.com/rancher/rancher/releases/tag/v2.10.0) | Nov 18, 2024 |
2021

2122
## What can I expect when a feature is marked for deprecation?

versioned_docs/version-2.10/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In order to deploy and run the adapter successfully, you need to ensure its vers
1919

2020
| Rancher Version | Adapter Version |
2121
|-----------------|------------------|
22+
| v2.10.1 | v105.0.0+up5.0.1 |
2223
| v2.10.0 | v105.0.0+up5.0.1 |
2324

2425
### 1. Gain Access to the Local Cluster

versioned_docs/version-2.10/reference-guides/rancher-webhook.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w
2020

2121
| Rancher Version | Webhook Version | Availability in Prime | Availability in Community |
2222
|-----------------|-----------------|-----------------------|---------------------------|
23+
| v2.10.1 | v0.6.2 | &check; | &check; |
2324
| v2.10.0 | v0.6.1 | &cross; | &check; |
2425

2526
## Why Do We Need It?

0 commit comments

Comments
 (0)