Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion calico-enterprise/_includes/components/ReqsSys.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function NodeRequirementsEnt(props) {
{(props.orch === orchestrators.Kubernetes || props.orch === orchestrators.HostProtection) && (
<>
<li>Ubuntu 20.04 and 22.04</li>
<li>RHEL 8 (deprecated) and RHEL 9</li>
<li>RHEL 8 and RHEL 9</li>
<li>Debian 10</li>
<li>Azure Linux Container Host</li>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function NodeRequirementsEnt(props) {
{(props.orch === orchestrators.Kubernetes || props.orch === orchestrators.HostProtection) && (
<>
<li>Ubuntu 20.04 and 22.04</li>
<li>RHEL 8 (deprecated) and RHEL 9</li>
<li>RHEL 8 and RHEL 9</li>
<li>Debian 10</li>
<li>Azure Linux Container Host</li>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ You should consider migrating away from a deprecated feature before it is remove
### Deprecated and removed features in this release

* $[prodname] is moving the `projectcalico.org/v3` API from the aggregated API server to native Kubernetes CRDs. Both mechanisms will be supported until native v3 CRDs are compatible with all supported platforms, after which the aggregated API server will be removed.
* Support for RHEL 8 and Windows 1809 has been removed in this release.
* Support for Windows 1809 has been removed in this release.
* Support for the x86-64 v2 chip architecture is deprecated and scheduled for removal in an upcoming release.
* Application-layer policy and L7 observability features based on Envoy as a daemonset are deprecated and scheduled for removal in an upcoming release. These are being replaced with similar functionality using Istio Ambient Mode.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function NodeRequirementsEnt(props) {
{(props.orch === orchestrators.Kubernetes || props.orch === orchestrators.HostProtection) && (
<>
<li>Ubuntu 20.04 and 22.04</li>
<li>RHEL 8 (deprecated) and RHEL 9</li>
<li>RHEL 8 and RHEL 9</li>
<li>Debian 10</li>
<li>Azure Linux Container Host</li>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function NodeRequirementsEnt(props) {
{(props.orch === orchestrators.Kubernetes || props.orch === orchestrators.HostProtection) && (
<>
<li>Ubuntu 20.04 and 22.04</li>
<li>RHEL 8 (deprecated) and RHEL 9</li>
<li>RHEL 8 and RHEL 9</li>
<li>Debian 10</li>
<li>Azure Linux Container Host</li>
</>
Expand Down