Skip to content
Merged
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
16 changes: 16 additions & 0 deletions calico_versioned_docs/version-3.30/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions calico_versioned_docs/version-3.31/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 14 additions & 1 deletion calico_versioned_docs/version-3.32/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 14 additions & 0 deletions data/feature-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down