Skip to content

Commit df9bd80

Browse files
btatsunilarjunbigkevmcd
authored
Merge v2.9.6 release branch into main (#1616)
* [2.9.6] versions update Signed-off-by: Sunil Singh <[email protected]> * [2.9.6] webhook update Signed-off-by: Sunil Singh <[email protected]> * CSP adapter update Signed-off-by: Sunil Singh <[email protected]> * [2.9.6] deprecated features update Signed-off-by: Sunil Singh <[email protected]> * [2.9.6] webhook update after review Signed-off-by: Sunil Singh <[email protected]> * Add note on the secret cleaner. * Fix typo referring to GA status. * Apply 41c9b57 (Add note on the secret cleaner) to other versions/languages Also fixes typo, content location, and styling. Fixes some out of sync zh pages --------- Signed-off-by: Sunil Singh <[email protected]> Co-authored-by: Sunil Singh <[email protected]> Co-authored-by: Kevin McDermott <[email protected]> Co-authored-by: Kevin McDermott <[email protected]>
1 parent cb230aa commit df9bd80

File tree

10 files changed

+35
-2
lines changed

10 files changed

+35
-2
lines changed

docs/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Some feature flags require a restart of the Rancher container. Features that req
1818

1919
The following is a list of feature flags available in Rancher. If you've upgraded from a previous Rancher version, you may see additional flags in the Rancher UI, such as `proxy` or `dashboard` (both [discontinued](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
2020

21+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
2122
- `continuous-delivery`: Allows Fleet GitOps to be disabled separately from Fleet. See [Continuous Delivery.](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md) for more information.
2223
- `fleet`: The Rancher provisioning framework in v2.6 and later requires Fleet. The flag will be automatically enabled when you upgrade, even if you disabled this flag in an earlier version of Rancher. See [Continuous Delivery with Fleet](../../../integrations-in-rancher/fleet/fleet.md) for more information.
2324
- `harvester`: Manages access to the Virtualization Management page, where users can navigate directly to Harvester clusters and access the Harvester UI. See [Harvester Integration Overview](../../../integrations-in-rancher/harvester/overview.md) for more information.
@@ -37,6 +38,7 @@ The following table shows the availability and default values for some feature f
3738

3839
| Feature Flag Name | Default Value | Status | Available As Of | Additional Information |
3940
| ----------------------------- | ------------- | ------------ | --------------- | ---------------------- |
41+
| `clean-stale-secrets` | `true` | GA | v2.10.2 | |
4042
| `continuous-delivery` | `true` | GA | v2.6.0 | |
4143
| `external-rules` | v2.7.14: `false`, v2.8.5: `true` | Removed | v2.7.14, v2.8.5 | This flag affected [external `RoleTemplate` behavior](../../../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md#external-roletemplate-behavior). It is removed in Rancher v2.9.0 and later as the behavior is enabled by default. |
4244
| `fleet` | `true` | Can no longer be disabled | v2.6.0 | |

i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: 功能开关
1414

1515
以下是 Rancher 中可用的功能开关列表。如果你是从旧 Rancher 版本升级的,你可能会在 Rancher UI 中看到其他功能,例如 `proxy``dashboard`(均[已中断](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
1616

17+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
1718
- `continuous-delivery`:允许从 Fleet 中单独禁用 Fleet GitOps。有关详细信息,请参阅[持续交付](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md)
1819
- `fleet`:v2.6 及更高版本的 Rancher 配置框架需要 Fleet。即使你在旧 Rancher 版本中禁用了该标志,该标志也将在升级时自动启用。有关详细信息,请参阅 [Fleet - GitOps at Scale](../../../integrations-in-rancher/fleet/fleet.md)
1920
- `harvester`:管理 Virtualization Management 页面的访问。用户可以在该页面直接导航到 Harvester 集群并访问 Harvester UI。有关详细信息,请参阅 [Harvester 集成](../../../integrations-in-rancher/harvester/overview.md)
@@ -23,12 +24,15 @@ title: 功能开关
2324
- `rke1-custom-node-cleanup`:清除已删除的 RKE1 自定义节点。建议你启用此标志,以防止已删除的节点尝试重新加入集群。
2425
- `rke2`:启用配置 RKE2 集群。此标志默认启用。
2526
- `token-hashing`:启用令牌哈希。启用后,会使用 SHA256 算法对现有 Token 和所有新 Token 进行哈希处理。一旦对 Token 进行哈希处理,就无法撤消操作。此标志在启用后无法禁用。有关详细信息,请参阅 [API 令牌](../../../api/api-tokens.md#令牌哈希)
27+
- `uiextension`: Enables UI extensions. This flag is enabled by default. Enabling or disabling the flag forces the Rancher pod to restart. The first time this flag is set to `true`, it creates a CRD and enables the controllers and endpoints necessary for the feature to work. If set to `false`, it disables the previously mentioned controllers and endpoints. Setting `uiextension` to `false` has no effect on the CRD -- it does not create a CRD if it does not yet exist, nor does it delete the CRD if it already exists.
2628
- `unsupported-storage-drivers`:允许启用非默认启用的存储提供程序和卷插件。有关详细信息,请参阅[允许使用不受支持的存储驱动程序](../../../how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers.md)
29+
- `ui-sql-cache`: Enables a SQLite-based cache for UI tables. See [UI Server-Side Pagination](../../../how-to-guides/advanced-user-guides/enable-experimental-features/ui-server-side-pagination.md) for more information.
2730

2831
下表介绍了 Rancher 中功能开关的可用性和默认值。标记为“GA”的功能已普遍可用:
2932

3033
| 功能开关名称 | 默认值 | 状态 | 可用于 |
3134
| ----------------------------- | ------------- | ------------ | --------------- |
35+
| `clean-stale-secrets` | `true` | GA | v2.10.2 | |
3236
| `continuous-delivery` | `true` | GA | v2.6.0 |
3337
| `fleet` | `true` | 不能禁用 | v2.6.0 |
3438
| `fleet` | `true` | GA | v2.5.0 |
@@ -37,3 +41,5 @@ title: 功能开关
3741
| `rke1-custom-node-cleanup` | `true` | GA | v2.6.0 |
3842
| `rke2` | `true` | 实验功能 | v2.6.0 |
3943
| `token-hashing` | 新安装:`false`;升级:`true` | GA | v2.6.0 |
44+
| `uiextension` | `true` | GA | v2.9.0 | |
45+
| `ui-sql-cache` | `false` | Highly experimental | v2.9.0 | |

i18n/zh/docusaurus-plugin-content-docs/version-2.10/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: 功能开关
1414

1515
以下是 Rancher 中可用的功能开关列表。如果你是从旧 Rancher 版本升级的,你可能会在 Rancher UI 中看到其他功能,例如 `proxy``dashboard`(均[已中断](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
1616

17+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
1718
- `continuous-delivery`:允许从 Fleet 中单独禁用 Fleet GitOps。有关详细信息,请参阅[持续交付](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md)
1819
- `fleet`:v2.6 及更高版本的 Rancher 配置框架需要 Fleet。即使你在旧 Rancher 版本中禁用了该标志,该标志也将在升级时自动启用。有关详细信息,请参阅 [Fleet - GitOps at Scale](../../../integrations-in-rancher/fleet/fleet.md)
1920
- `harvester`:管理 Virtualization Management 页面的访问。用户可以在该页面直接导航到 Harvester 集群并访问 Harvester UI。有关详细信息,请参阅 [Harvester 集成](../../../integrations-in-rancher/harvester/overview.md)
@@ -23,12 +24,15 @@ title: 功能开关
2324
- `rke1-custom-node-cleanup`:清除已删除的 RKE1 自定义节点。建议你启用此标志,以防止已删除的节点尝试重新加入集群。
2425
- `rke2`:启用配置 RKE2 集群。此标志默认启用。
2526
- `token-hashing`:启用令牌哈希。启用后,会使用 SHA256 算法对现有 Token 和所有新 Token 进行哈希处理。一旦对 Token 进行哈希处理,就无法撤消操作。此标志在启用后无法禁用。有关详细信息,请参阅 [API 令牌](../../../api/api-tokens.md#令牌哈希)
27+
- `uiextension`: Enables UI extensions. This flag is enabled by default. Enabling or disabling the flag forces the Rancher pod to restart. The first time this flag is set to `true`, it creates a CRD and enables the controllers and endpoints necessary for the feature to work. If set to `false`, it disables the previously mentioned controllers and endpoints. Setting `uiextension` to `false` has no effect on the CRD -- it does not create a CRD if it does not yet exist, nor does it delete the CRD if it already exists.
2628
- `unsupported-storage-drivers`:允许启用非默认启用的存储提供程序和卷插件。有关详细信息,请参阅[允许使用不受支持的存储驱动程序](../../../how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers.md)
29+
- `ui-sql-cache`: Enables a SQLite-based cache for UI tables. See [UI Server-Side Pagination](../../../how-to-guides/advanced-user-guides/enable-experimental-features/ui-server-side-pagination.md) for more information.
2730

2831
下表介绍了 Rancher 中功能开关的可用性和默认值。标记为“GA”的功能已普遍可用:
2932

3033
| 功能开关名称 | 默认值 | 状态 | 可用于 |
3134
| ----------------------------- | ------------- | ------------ | --------------- |
35+
| `clean-stale-secrets` | `true` | GA | v2.10.2 | |
3236
| `continuous-delivery` | `true` | GA | v2.6.0 |
3337
| `fleet` | `true` | 不能禁用 | v2.6.0 |
3438
| `fleet` | `true` | GA | v2.5.0 |
@@ -37,3 +41,5 @@ title: 功能开关
3741
| `rke1-custom-node-cleanup` | `true` | GA | v2.6.0 |
3842
| `rke2` | `true` | 实验功能 | v2.6.0 |
3943
| `token-hashing` | 新安装:`false`;升级:`true` | GA | v2.6.0 |
44+
| `uiextension` | `true` | GA | v2.9.0 | |
45+
| `ui-sql-cache` | `false` | Highly experimental | v2.9.0 | |

i18n/zh/docusaurus-plugin-content-docs/version-2.9/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: 功能开关
1414

1515
以下是 Rancher 中可用的功能开关列表。如果你是从旧 Rancher 版本升级的,你可能会在 Rancher UI 中看到其他功能,例如 `proxy``dashboard`(均[已中断](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
1616

17+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
1718
- `continuous-delivery`:允许从 Fleet 中单独禁用 Fleet GitOps。有关详细信息,请参阅[持续交付](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md)
1819
- `fleet`:v2.6 及更高版本的 Rancher 配置框架需要 Fleet。即使你在旧 Rancher 版本中禁用了该标志,该标志也将在升级时自动启用。有关详细信息,请参阅 [Fleet - GitOps at Scale](../../../integrations-in-rancher/fleet/fleet.md)
1920
- `harvester`:管理 Virtualization Management 页面的访问。用户可以在该页面直接导航到 Harvester 集群并访问 Harvester UI。有关详细信息,请参阅 [Harvester 集成](../../../integrations-in-rancher/harvester/overview.md)
@@ -23,12 +24,15 @@ title: 功能开关
2324
- `rke1-custom-node-cleanup`:清除已删除的 RKE1 自定义节点。建议你启用此标志,以防止已删除的节点尝试重新加入集群。
2425
- `rke2`:启用配置 RKE2 集群。此标志默认启用。
2526
- `token-hashing`:启用令牌哈希。启用后,会使用 SHA256 算法对现有 Token 和所有新 Token 进行哈希处理。一旦对 Token 进行哈希处理,就无法撤消操作。此标志在启用后无法禁用。有关详细信息,请参阅 [API 令牌](../../../reference-guides/about-the-api/api-tokens.md#令牌哈希)
27+
- `uiextension`: Enables UI extensions. This flag is enabled by default. Enabling or disabling the flag forces the Rancher pod to restart. The first time this flag is set to `true`, it creates a CRD and enables the controllers and endpoints necessary for the feature to work. If set to `false`, it disables the previously mentioned controllers and endpoints. Setting `uiextension` to `false` has no effect on the CRD -- it does not create a CRD if it does not yet exist, nor does it delete the CRD if it already exists.
2628
- `unsupported-storage-drivers`:允许启用非默认启用的存储提供程序和卷插件。有关详细信息,请参阅[允许使用不受支持的存储驱动程序](../../../how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers.md)
29+
- `ui-sql-cache`: Enables a SQLite-based cache for UI tables. See [UI Server-Side Pagination](../../../how-to-guides/advanced-user-guides/enable-experimental-features/ui-server-side-pagination.md) for more information.
2730

2831
下表介绍了 Rancher 中功能开关的可用性和默认值。标记为“GA”的功能已普遍可用:
2932

3033
| 功能开关名称 | 默认值 | 状态 | 可用于 |
3134
| ----------------------------- | ------------- | ------------ | --------------- |
35+
| `clean-stale-secrets` | `true` | GA | v2.9.6 | |
3236
| `continuous-delivery` | `true` | GA | v2.6.0 |
3337
| `fleet` | `true` | 不能禁用 | v2.6.0 |
3438
| `fleet` | `true` | GA | v2.5.0 |

src/pages/versions.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Here you can find links to supporting documentation for the current released ver
3939
<th>Community</th>
4040
</tr>
4141
<tr>
42-
<td><b>v2.9.5</b></td>
42+
<td><b>v2.9.6</b></td>
4343
<td><a href="https://ranchermanager.docs.rancher.com/v2.9">Documentation</a></td>
44-
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.9.5">Release Notes</a></td>
44+
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.9.6">Release Notes</a></td>
4545
<td><center>N/A</center></td>
4646
<td><center>&#10003;</center></td>
4747
<td><center>N/A</center></td>
@@ -124,6 +124,14 @@ Here you can find links to supporting documentation for previous versions of Ran
124124
<th>Prime</th>
125125
<th>Community</th>
126126
</tr>
127+
<tr>
128+
<td><b>v2.9.5</b></td>
129+
<td><a href="https://ranchermanager.docs.rancher.com/v2.9">Documentation</a></td>
130+
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.9.5">Release Notes</a></td>
131+
<td><a href="https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-9-5/">Support Matrix</a></td>
132+
<td><center>&#10003;</center></td>
133+
<td><center>N/A</center></td>
134+
</tr>
127135
<tr>
128136
<td><b>v2.9.4</b></td>
129137
<td><a href="https://ranchermanager.docs.rancher.com/v2.9">Documentation</a></td>

versioned_docs/version-2.10/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Some feature flags require a restart of the Rancher container. Features that req
1818

1919
The following is a list of feature flags available in Rancher. If you've upgraded from a previous Rancher version, you may see additional flags in the Rancher UI, such as `proxy` or `dashboard` (both [discontinued](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
2020

21+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
2122
- `continuous-delivery`: Allows Fleet GitOps to be disabled separately from Fleet. See [Continuous Delivery.](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md) for more information.
2223
- `fleet`: The Rancher provisioning framework in v2.6 and later requires Fleet. The flag will be automatically enabled when you upgrade, even if you disabled this flag in an earlier version of Rancher. See [Continuous Delivery with Fleet](../../../integrations-in-rancher/fleet/fleet.md) for more information.
2324
- `harvester`: Manages access to the Virtualization Management page, where users can navigate directly to Harvester clusters and access the Harvester UI. See [Harvester Integration Overview](../../../integrations-in-rancher/harvester/overview.md) for more information.
@@ -37,6 +38,7 @@ The following table shows the availability and default values for some feature f
3738

3839
| Feature Flag Name | Default Value | Status | Available As Of | Additional Information |
3940
| ----------------------------- | ------------- | ------------ | --------------- | ---------------------- |
41+
| `clean-stale-secrets` | `true` | GA | v2.10.2 | |
4042
| `continuous-delivery` | `true` | GA | v2.6.0 | |
4143
| `external-rules` | v2.7.14: `false`, v2.8.5: `true` | Removed | v2.7.14, v2.8.5 | This flag affected [external `RoleTemplate` behavior](../../../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md#external-roletemplate-behavior). It is removed in Rancher v2.9.0 and later as the behavior is enabled by default. |
4244
| `fleet` | `true` | Can no longer be disabled | v2.6.0 | |

versioned_docs/version-2.9/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.9.6](https://github.com/rancher/rancher/releases/tag/v2.9.6) | Jan 29, 2025 |
1920
| [2.9.5](https://github.com/rancher/rancher/releases/tag/v2.9.5) | Dec 19, 2024 |
2021
| [2.9.4](https://github.com/rancher/rancher/releases/tag/v2.9.4) | Nov 18, 2024 |
2122
| [2.9.3](https://github.com/rancher/rancher/releases/tag/v2.9.3) | Oct 24, 2024 |

versioned_docs/version-2.9/getting-started/installation-and-upgrade/installation-references/feature-flags.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Some feature flags require a restart of the Rancher container. Features that req
1818

1919
The following is a list of feature flags available in Rancher. If you've upgraded from a previous Rancher version, you may see additional flags in the Rancher UI, such as `proxy` or `dashboard` (both [discontinued](/versioned_docs/version-2.5/reference-guides/installation-references/feature-flags.md)):
2020

21+
- `clean-stale-secrets`: Removes stale secrets from the `cattle-impersonation-system` namespace. This slowly cleans up old secrets which are no longer being used by the impersonation system.
2122
- `continuous-delivery`: Allows Fleet GitOps to be disabled separately from Fleet. See [Continuous Delivery.](../../../how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery.md) for more information.
2223
- `fleet`: The Rancher provisioning framework in v2.6 and later requires Fleet. The flag will be automatically enabled when you upgrade, even if you disabled this flag in an earlier version of Rancher. See [Continuous Delivery with Fleet](../../../integrations-in-rancher/fleet/fleet.md) for more information.
2324
- `harvester`: Manages access to the Virtualization Management page, where users can navigate directly to Harvester clusters and access the Harvester UI. See [Harvester Integration Overview](../../../integrations-in-rancher/harvester/overview.md) for more information.
@@ -36,6 +37,7 @@ The following table shows the availability and default values for some feature f
3637

3738
| Feature Flag Name | Default Value | Status | Available As Of | Additional Information |
3839
| ----------------------------- | ------------- | ------------ | --------------- | ---------------------- |
40+
| `clean-stale-secrets` | `true` | GA | v2.9.6 | |
3941
| `continuous-delivery` | `true` | GA | v2.6.0 | |
4042
| `external-rules` | v2.7.14: `false`, v2.8.5: `true` | Removed | v2.7.14, v2.8.5 | This flag affected [external `RoleTemplate` behavior](../../../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md#external-roletemplate-behavior). It is removed in Rancher v2.9.0 and later as the behavior is enabled by default. |
4143
| `fleet` | `true` | Can no longer be disabled | v2.6.0 | |

versioned_docs/version-2.9/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.9.6 | v104.0.0+up4.0.0 |
2223
| v2.9.5 | v104.0.0+up4.0.0 |
2324
| v2.9.4 | v104.0.0+up4.0.0 |
2425
| v2.9.3 | v104.0.0+up4.0.0 |

versioned_docs/version-2.9/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.9.6 | v0.5.6 | &check; | &cross; |
2324
| v2.9.5 | v0.5.5 | &check; | &cross; |
2425
| v2.9.4 | v0.5.4 | &check; | &cross; |
2526
| v2.9.3 | v0.5.3 | &check; | &check; |

0 commit comments

Comments
 (0)