Merge v2.9.6 release branch into main (#1616)

* [2.9.6] versions update

Signed-off-by: Sunil Singh <sunil.singh@suse.com>

* [2.9.6] webhook update

Signed-off-by: Sunil Singh <sunil.singh@suse.com>

* CSP adapter update

Signed-off-by: Sunil Singh <sunil.singh@suse.com>

* [2.9.6] deprecated features update

Signed-off-by: Sunil Singh <sunil.singh@suse.com>

* [2.9.6] webhook update after review

Signed-off-by: Sunil Singh <sunil.singh@suse.com>

* Add note on the secret cleaner.

* Fix typo referring to GA status.

* Apply 41c9b574 (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 <sunil.singh@suse.com>
Co-authored-by: Sunil Singh <sunil.singh@suse.com>
Co-authored-by: Kevin McDermott <bigkevmcd@gmail.com>
Co-authored-by: Kevin McDermott <kevin.mcdermott@suse.com>
This commit is contained in:
Billy Tat
2025-01-29 10:51:30 -08:00
committed by GitHub
parent cb230aa06d
commit df9bd80404
10 changed files with 35 additions and 2 deletions
@@ -18,6 +18,7 @@ Some feature flags require a restart of the Rancher container. Features that req
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)):
- `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.
- `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.
- `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.
- `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
| Feature Flag Name | Default Value | Status | Available As Of | Additional Information |
| ----------------------------- | ------------- | ------------ | --------------- | ---------------------- |
| `clean-stale-secrets` | `true` | GA | v2.10.2 | |
| `continuous-delivery` | `true` | GA | v2.6.0 | |
| `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. |
| `fleet` | `true` | Can no longer be disabled | v2.6.0 | |