diff --git a/calico_versioned_docs/version-3.30/release-notes/index.mdx b/calico_versioned_docs/version-3.30/release-notes/index.mdx index 5f2bb9dd5f..fbeaa956c6 100644 --- a/calico_versioned_docs/version-3.30/release-notes/index.mdx +++ b/calico_versioned_docs/version-3.30/release-notes/index.mdx @@ -161,6 +161,22 @@ Technology preview features are for evaluation and feedback only and are **not s TP = technology preview, GA = generally available, – = not available in that release. +## Deprecated and removed features + +Review the following table to see what features have recently been deprecated or removed. +Deprecated features are still present and supported, but they are scheduled for removal. +You should consider migrating away from a deprecated feature before it is removed. + +| Feature | 3.28 | 3.29 | 3.30 | +| --- | --- | --- | --- | +| FIPS mode | GA | GA | Deprecated | + +GA = generally available, Deprecated = scheduled for removal, Removed = no longer present. + +### Deprecated and removed features in this release + +* FIPS mode is deprecated and scheduled for removal in an upcoming release. See [FIPS mode](../operations/fips.mdx). + {/* ## Known issues */} ## Bug fixes diff --git a/calico_versioned_docs/version-3.31/release-notes/index.mdx b/calico_versioned_docs/version-3.31/release-notes/index.mdx index 5ff1a38147..4909fc2a34 100644 --- a/calico_versioned_docs/version-3.31/release-notes/index.mdx +++ b/calico_versioned_docs/version-3.31/release-notes/index.mdx @@ -187,6 +187,18 @@ Technology preview features are for evaluation and feedback only and are **not s TP = technology preview, GA = generally available, – = not available in that release. +## Deprecated and removed features + +Review the following table to see what features have recently been deprecated or removed. +Deprecated features are still present and supported, but they are scheduled for removal. +You should consider migrating away from a deprecated feature before it is removed. + +| Feature | 3.29 | 3.30 | 3.31 | +| --- | --- | --- | --- | +| FIPS mode | GA | Deprecated | Deprecated | + +GA = generally available, Deprecated = scheduled for removal, Removed = no longer present. + ## Bug fixes - Fix slow IPAM release performance when releasing IPs from disabled or deleted pools (especially for bulk deletions like those done by IPAM GC). Consider disabled pools as potential IP owners and cache any loaded blocks for fast access. [calico 11094](https://github.com/projectcalico/calico/pull/11094) (@fasaxc) diff --git a/calico_versioned_docs/version-3.32/release-notes/index.mdx b/calico_versioned_docs/version-3.32/release-notes/index.mdx index 94f4f9d019..06abccca07 100644 --- a/calico_versioned_docs/version-3.32/release-notes/index.mdx +++ b/calico_versioned_docs/version-3.32/release-notes/index.mdx @@ -101,7 +101,20 @@ TP = technology preview, GA = generally available, – = not available in that r ## Deprecated and removed features -* $[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. +Review the following table to see what features have recently been deprecated or removed. +Deprecated features are still present and supported, but they are scheduled for removal. +You should consider migrating away from a deprecated feature before it is removed. + +| Feature | 3.30 | 3.31 | 3.32 | +| --- | --- | --- | --- | +| Aggregation API server | GA | GA | Deprecated | +| FIPS mode | Deprecated | Deprecated | Deprecated | + +GA = generally available, Deprecated = scheduled for removal, Removed = no longer present. + +### Deprecated and removed features in this release + +* Support for the aggregation API server is deprecated and scheduled for removal in an upcoming release. $[prodname] is moving the `projectcalico.org/v3` API to native Kubernetes CRDs. Both mechanisms are supported until native v3 CRDs are compatible with all supported platforms. Migrate to native v3 CRDs; see [Enable native v3 CRDs](../operations/native-v3-crds.mdx). ## Bug fixes diff --git a/data/feature-status.yaml b/data/feature-status.yaml index c07ada07d6..d9c6021de2 100644 --- a/data/feature-status.yaml +++ b/data/feature-status.yaml @@ -10,6 +10,13 @@ # Enterprise versions: 3.24-1 is release line 3.24. features: + - id: aggregation-api-server + name: Aggregation API server + products: + calico: + "3.28": ga + "3.32": deprecated + - id: calico-ingress-gateway name: Calico Ingress Gateway products: @@ -32,6 +39,13 @@ features: calico: "3.30": tech-preview + - id: fips-mode + name: FIPS mode + products: + calico: + "3.28": ga + "3.30": deprecated + - id: gateway-waf name: Gateway WAF products: