You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calico_versioned_docs/version-3.30/reference/installation/_api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1585,7 +1585,7 @@ _Appears in:_
1585
1585
|`nodeUpdateStrategy`_[DaemonSetUpdateStrategy](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#daemonsetupdatestrategy-v1-apps)_| (Optional) NodeUpdateStrategy can be used to customize the desired update strategy, such as the MaxUnavailable field. |
1586
1586
|`componentResources`_[ComponentResource](#componentresource) array_| (Optional) Deprecated. Please use CalicoNodeDaemonSet, TyphaDeployment, and KubeControllersDeployment. ComponentResources can be used to customize the resource requirements for each component. Node, Typha, and KubeControllers are supported for installations. |
1587
1587
|`certificateManagement`_[CertificateManagement](#certificatemanagement)_| (Optional) CertificateManagement configures pods to submit a CertificateSigningRequest to the certificates.k8s.io/v1beta1 API in order to obtain TLS certificates. This feature requires that you bring your own CSR signing and approval process, otherwise pods will be stuck during initialization. |
1588
-
|`nonPrivileged`_[NonPrivilegedType](#nonprivilegedtype)_| (Optional) NonPrivileged configures Calico to be run in non-privileged containers as non-root users where possible. |
1588
+
|`nonPrivileged`_[NonPrivilegedType](#nonprivilegedtype)_| (Optional) Deprecated. NonPrivileged is deprecated and will be removed from the API in a future release. Enabling this field is not supported and will cause errors. NonPrivileged configures Calico to be run in non-privileged containers as non-root users where possible. |
1589
1589
|`calicoNodeDaemonSet`_[CalicoNodeDaemonSet](#caliconodedaemonset)_| CalicoNodeDaemonSet configures the calico-node DaemonSet. If used in conjunction with the deprecated ComponentResources, then these overrides take precedence. |
1590
1590
|`csiNodeDriverDaemonSet`_[CSINodeDriverDaemonSet](#csinodedriverdaemonset)_| CSINodeDriverDaemonSet configures the csi-node-driver DaemonSet. |
1591
1591
|`calicoKubeControllersDeployment`_[CalicoKubeControllersDeployment](#calicokubecontrollersdeployment)_| CalicoKubeControllersDeployment configures the calico-kube-controllers Deployment. If used in conjunction with the deprecated ComponentResources, then these overrides take precedence. |
Copy file name to clipboardExpand all lines: calico_versioned_docs/version-3.30/release-notes/index.mdx
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,8 +380,7 @@ To update a previous version of Calico, see [our upgrade guides](../operations/u
380
380
381
381
November 26, 2025
382
382
383
-
### Bug fixes
384
-
383
+
#### Bug fixes
385
384
386
385
* eBPF: Fixed loading connecttime load balancer program in 6.12 kernel [calico 11406](https://github.com/projectcalico/calico/pull/11406) (@sridhartigera)
387
386
* Felix now explicitly sets priority 1024 for IPv6 routes instead of relying on kernel default, ensuring routes round-trip correctly when read from the kernel. [calico 11395](https://github.com/projectcalico/calico/pull/11395) (@fasaxc)
@@ -402,11 +401,11 @@ To update a previous version of Calico, see [our upgrade guides](../operations/u
402
401
403
402
January 23, 2026
404
403
405
-
### Bug fixes
404
+
####Bug fixes
406
405
407
406
* OpenStack: make periodic compaction loop independent of resync [calico 11574](https://github.com/projectcalico/calico/pull/11574) (@nelljerram)
408
407
409
-
### Other updates
408
+
####Other updates
410
409
411
410
* Updated tigera-operator RBAC: create mutatingwebhooks, and update mutatingwebhooks. update restricted to specific resourceNames: envoy-gateway-topology-injector.tigera-gateway [calico 11688](https://github.com/projectcalico/calico/pull/11688) (@nelljerram)
To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)
418
+
419
+
### Calico Open Source 3.30.7 bug fix release
420
+
421
+
March 18, 2026
422
+
423
+
#### Deprecations
424
+
425
+
- We continue testing Calico against OpenStack Caracal, but have stopped testing Calico against OpenStack Yoga. This is because Yoga has now been "unmaintained" for over a year, and is not compatible with current CI platforms based on Ubuntu 22.04. [calico 11746](https://github.com/projectcalico/calico/pull/11746) (@nelljerram)
426
+
427
+
#### Bug fixes
428
+
429
+
- ebpf: Fixed issue where VXLAN traffic was dropped on nodes still running Calico 3.30 during a rolling upgrade to 3.31. This caused connectivity failures for host-networked pods communicating via Kubernetes services across nodes at different versions. Upgrading to this 3.30 patch release before upgrading to 3.31 resolves the issue. [calico 12054](https://github.com/projectcalico/calico/pull/12054) (@tomastigera)
430
+
- Fix failure to enable ingress bandwidth QoS controls when a non-default qdisc previously existed on the workload interface (handle != 0). [calico 11984](https://github.com/projectcalico/calico/pull/11984) (@coutinhop)
431
+
- Fix CNI delete timeout to start after IPAM lock acquisition, preventing "context deadline exceeded" failures during high pod churn. [calico 11943](https://github.com/projectcalico/calico/pull/11943) (@sridhartigera)
432
+
- Fix advertisement of /32 LB IP addresses when not present in the Service Spec [calico 11928](https://github.com/projectcalico/calico/pull/11928) (@caseydavenport)
- Bugfix: fix rendering of NatPortRange option when using nftables. [calico 11740](https://github.com/projectcalico/calico/pull/11740) (@nelljerram)
435
+
- Don't uninstall CNI and kube-proxy service when using non-Calico CNI on Windows with operator install. [calico 11723](https://github.com/projectcalico/calico/pull/11723) (@coutinhop)
436
+
- Fix that the CNI plugin installer generated a malformed URL for IPv4 addresses. This bug was exposed by a fix to the golang URL parser. [calico 11720](https://github.com/projectcalico/calico/pull/11720) (@fasaxc)
437
+
438
+
#### Other changes
439
+
440
+
- Update LoadBalancer controller to not run when not explicitly configured as part of `ENABLED_CONTROLLERS`[calico 12055](https://github.com/projectcalico/calico/pull/12055) (@MichalFupso)%
441
+
442
+
#### Updating
443
+
418
444
To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)
0 commit comments