From bfccf4adbf3bdbe3988f9fcad3514c86de5e4439 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 10:14:37 -0700 Subject: [PATCH 1/6] [2.11.0] versions update Signed-off-by: Sunil Singh --- src/pages/versions.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/pages/versions.md b/src/pages/versions.md index 53927ff7f45..9177c2ea757 100644 --- a/src/pages/versions.md +++ b/src/pages/versions.md @@ -3,9 +3,29 @@ title: Rancher Documentation Versions --- - ### Current Versions +Here you can find links to supporting documentation for the current released version of Rancher v2.11, and its availability for [Rancher Prime](/v2.11/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher: + + + + + + + + + + + + + + + + + + +
VersionDocumentationRelease NotesSupport MatrixPrimeCommunity
v2.11.0DocumentationRelease Notes
N/A
N/A
+ Here you can find links to supporting documentation for the current released version of Rancher v2.10, and its availability for [Rancher Prime](/v2.10/getting-started/quick-start-guides/deploy-rancher-manager/prime) and the Community version of Rancher: From fb653154e79ac4f8bf3ab030a4ac7c8752d157c9 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 10:17:56 -0700 Subject: [PATCH 2/6] [2.11.0] webhook update Signed-off-by: Sunil Singh --- docs/reference-guides/rancher-webhook.md | 5 +---- .../version-2.11/reference-guides/rancher-webhook.md | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/reference-guides/rancher-webhook.md b/docs/reference-guides/rancher-webhook.md index d41b2bbc69e..2ba055c7e1b 100644 --- a/docs/reference-guides/rancher-webhook.md +++ b/docs/reference-guides/rancher-webhook.md @@ -20,10 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w | Rancher Version | Webhook Version | Availability in Prime | Availability in Community | |-----------------|-----------------|-----------------------|---------------------------| -| v2.10.3 | v0.6.4 | ✓ | ✓ | -| v2.10.2 | v0.6.3 | ✓ | ✓ | -| v2.10.1 | v0.6.2 | ✓ | ✓ | -| v2.10.0 | v0.6.1 | ✗ | ✓ | +| v2.11.0 | v0.7.0 | N/A | ✓ | ## Why Do We Need It? diff --git a/versioned_docs/version-2.11/reference-guides/rancher-webhook.md b/versioned_docs/version-2.11/reference-guides/rancher-webhook.md index cc4c446ea81..2ba055c7e1b 100644 --- a/versioned_docs/version-2.11/reference-guides/rancher-webhook.md +++ b/versioned_docs/version-2.11/reference-guides/rancher-webhook.md @@ -20,9 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w | Rancher Version | Webhook Version | Availability in Prime | Availability in Community | |-----------------|-----------------|-----------------------|---------------------------| -| v2.10.2 | v0.6.3 | ✓ | ✓ | -| v2.10.1 | v0.6.2 | ✓ | ✓ | -| v2.10.0 | v0.6.1 | ✗ | ✓ | +| v2.11.0 | v0.7.0 | N/A | ✓ | ## Why Do We Need It? From c9ec3422b1af37d10334e3f5c5b43637a17d1a6f Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 10:26:56 -0700 Subject: [PATCH 3/6] [2.11.0] CSP adapter update Signed-off-by: Sunil Singh --- .../aws-cloud-marketplace/install-adapter.md | 5 +---- .../aws-cloud-marketplace/install-adapter.md | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md b/docs/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md index 4cca57cda83..0d04f9f3fe7 100644 --- a/docs/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md +++ b/docs/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md @@ -19,10 +19,7 @@ In order to deploy and run the adapter successfully, you need to ensure its vers | Rancher Version | Adapter Version | |-----------------|------------------| -| v2.10.3 | v105.0.0+up5.0.1 | -| v2.10.2 | v105.0.0+up5.0.1 | -| v2.10.1 | v105.0.0+up5.0.1 | -| v2.10.0 | v105.0.0+up5.0.1 | +| v2.11.0 | v106.0.0+up6.0.0 | ### 1. Gain Access to the Local Cluster diff --git a/versioned_docs/version-2.11/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md b/versioned_docs/version-2.11/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md index 472dce754aa..0d04f9f3fe7 100644 --- a/versioned_docs/version-2.11/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md +++ b/versioned_docs/version-2.11/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter.md @@ -19,9 +19,7 @@ In order to deploy and run the adapter successfully, you need to ensure its vers | Rancher Version | Adapter Version | |-----------------|------------------| -| v2.10.2 | v105.0.0+up5.0.1 | -| v2.10.1 | v105.0.0+up5.0.1 | -| v2.10.0 | v105.0.0+up5.0.1 | +| v2.11.0 | v106.0.0+up6.0.0 | ### 1. Gain Access to the Local Cluster From b51410aabec32265585da18bf5882c029ad84c54 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 10:29:30 -0700 Subject: [PATCH 4/6] [2.11.0] deprecated features update Signed-off-by: Sunil Singh --- docs/faq/deprecated-features.md | 5 +---- versioned_docs/version-2.11/faq/deprecated-features.md | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/faq/deprecated-features.md b/docs/faq/deprecated-features.md index c0cc6b2f7a5..f9053fd3618 100644 --- a/docs/faq/deprecated-features.md +++ b/docs/faq/deprecated-features.md @@ -16,10 +16,7 @@ Rancher will publish deprecated features as part of the [release notes](https:// | Patch Version | Release Date | |---------------|---------------| -| [2.10.3](https://github.com/rancher/rancher/releases/tag/v2.10.3) | Feb 27, 2025 | -| [2.10.2](https://github.com/rancher/rancher/releases/tag/v2.10.2) | Jan 29, 2025 | -| [2.10.1](https://github.com/rancher/rancher/releases/tag/v2.10.1) | Dec 19, 2024 | -| [2.10.0](https://github.com/rancher/rancher/releases/tag/v2.10.0) | Nov 18, 2024 | +| [2.11.0](https://github.com/rancher/rancher/releases/tag/v2.11.0) | Mar 26, 2025 | ## What can I expect when a feature is marked for deprecation? diff --git a/versioned_docs/version-2.11/faq/deprecated-features.md b/versioned_docs/version-2.11/faq/deprecated-features.md index 1687b79592d..f9053fd3618 100644 --- a/versioned_docs/version-2.11/faq/deprecated-features.md +++ b/versioned_docs/version-2.11/faq/deprecated-features.md @@ -16,9 +16,7 @@ Rancher will publish deprecated features as part of the [release notes](https:// | Patch Version | Release Date | |---------------|---------------| -| [2.10.2](https://github.com/rancher/rancher/releases/tag/v2.10.2) | Jan 29, 2025 | -| [2.10.1](https://github.com/rancher/rancher/releases/tag/v2.10.1) | Dec 19, 2024 | -| [2.10.0](https://github.com/rancher/rancher/releases/tag/v2.10.0) | Nov 18, 2024 | +| [2.11.0](https://github.com/rancher/rancher/releases/tag/v2.11.0) | Mar 26, 2025 | ## What can I expect when a feature is marked for deprecation? From 22f8ded14068d700166f3617672caf65d601961f Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 10:33:33 -0700 Subject: [PATCH 5/6] [2.11.0] CNI update Signed-off-by: Sunil Singh --- shared-files/_cni-popularity.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shared-files/_cni-popularity.md b/shared-files/_cni-popularity.md index 917c38c3699..d0b352eb67e 100644 --- a/shared-files/_cni-popularity.md +++ b/shared-files/_cni-popularity.md @@ -1,10 +1,10 @@ -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 February 2025. +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 March 2025. | Provider | Project | Stars | Forks | Contributors | | ---- | ---- | ---- | ---- | ---- | -| Canal | https://github.com/projectcalico/canal | 719 | 100 | 20 | -| Flannel | https://github.com/flannel-io/flannel | 9k | 2.9k | 236 | -| Calico | https://github.com/projectcalico/calico | 6.2k | 1.4k | 369 | -| Weave | https://github.com/weaveworks/weave | 6.6k | 674 | 84 | -| Cilium | https://github.com/cilium/cilium | 21k | 3.1k | 896 | +| Canal | https://github.com/projectcalico/canal | 720 | 100 | 20 | +| Flannel | https://github.com/flannel-io/flannel | 9k | 2.9k | 237 | +| Calico | https://github.com/projectcalico/calico | 6.3k | 1.4k | 373 | +| Weave | https://github.com/weaveworks/weave | 6.6k | 679 | 84 | +| Cilium | https://github.com/cilium/cilium | 21.2k | 3.1k | 909 | From 3a051ce759c40aad3c061b04e38fc820c052ffe6 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Fri, 21 Mar 2025 16:09:51 -0700 Subject: [PATCH 6/6] Updating webhook after review Signed-off-by: Sunil Singh --- docs/reference-guides/rancher-webhook.md | 2 +- versioned_docs/version-2.11/reference-guides/rancher-webhook.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference-guides/rancher-webhook.md b/docs/reference-guides/rancher-webhook.md index 2ba055c7e1b..ebe826e6147 100644 --- a/docs/reference-guides/rancher-webhook.md +++ b/docs/reference-guides/rancher-webhook.md @@ -20,7 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w | Rancher Version | Webhook Version | Availability in Prime | Availability in Community | |-----------------|-----------------|-----------------------|---------------------------| -| v2.11.0 | v0.7.0 | N/A | ✓ | +| v2.11.0 | v0.7.0 | ✗ | ✓ | ## Why Do We Need It? diff --git a/versioned_docs/version-2.11/reference-guides/rancher-webhook.md b/versioned_docs/version-2.11/reference-guides/rancher-webhook.md index 2ba055c7e1b..ebe826e6147 100644 --- a/versioned_docs/version-2.11/reference-guides/rancher-webhook.md +++ b/versioned_docs/version-2.11/reference-guides/rancher-webhook.md @@ -20,7 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w | Rancher Version | Webhook Version | Availability in Prime | Availability in Community | |-----------------|-----------------|-----------------------|---------------------------| -| v2.11.0 | v0.7.0 | N/A | ✓ | +| v2.11.0 | v0.7.0 | ✗ | ✓ | ## Why Do We Need It?