Skip to content

Commit 82eae56

Browse files
committed
Add release notes for v3.29.4
1 parent 5a00a12 commit 82eae56

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
20 May 2025
2+
3+
> [!WARNING]
4+
>
5+
> #### Tiered Policy naming changes
6+
>
7+
> The addition of tiered policies in v3.29.0 changed the naming of policies in the default tier, which caused confusion with tooling that didn't expect it. In v3.29.4, we've made the following updates to how policies in the default tier are handled:
8+
>
9+
> * Policies in the default Tier can be created with the default prefix or without it.The policy can be only managed with the same name that was used during the create and it’s not possible to interchange the prefixed and not prefixed name
10+
> * Calico will always return the same policy name that you have used to create the policy
11+
>
12+
> #### Upgrade considerations
13+
>
14+
> * If upgrading from Calico v3.28 or earlier to 3.29.4, no changes will be necessary. Calico will continue to return already created policies in the same format that they were created with, without the default prefix.
15+
> * If upgrading from Calico v3.29.[0-3] to 3.29.4, already created policies in the default tier will no longer be returned with the default prefix. You can recreate your policy to include the default prefix again
16+
17+
18+
#### Bug fixes
19+
20+
* Change OpenShift manifests order to fix an error when creating HCP clusters. [calico 10255](https://github.com/projectcalico/calico/pull/10255) (@coutinhop)
21+
* Fix missing RBAC permissions for kube-controller-manager to access tiers in manifest installs, which was preventing proper resource garbage collection. [calico 10230](https://github.com/projectcalico/calico/pull/10230) (@caseydavenport)
22+
* ebpf - Fix dropping packets from workloads to host interfaces not managed by calico. [calico 10226](https://github.com/projectcalico/calico/pull/10226) (@sridhartigera)
23+
* ebpf - Fix configuring arp entries for bpf NAT devices for systemd >= 242 [calico 10217](https://github.com/projectcalico/calico/pull/10217) (@sridhartigera)
24+
* eBPF - Fixed a bug where BPF programs were being re-attached to network interfaces unnecessarily, even when the host IP address had not changed. [calico 10164](https://github.com/projectcalico/calico/pull/10164) (@sridhartigera)
25+
26+
#### Changes to tier naming
27+
28+
* Policies created prior to v3.28.0 have their name retained across upgrade. Policies created in the default tier with version v3.29.[0-3] will have their names changed from `default.name` to `name`. [calico 10417](https://github.com/projectcalico/calico/pull/10417) (@MichalFupso)
29+
* Policies part of the default tier can be managed only with the original name they were created with. Policies are no longer able to be managed interchangeably with or without the default. tier prefix [calico 10391](https://github.com/projectcalico/calico/pull/10391) (@MichalFupso)
30+
31+
#### Other changes
32+
33+
* Update Operator Helm values to support custom DNS settings [calico 10407](https://github.com/projectcalico/calico/pull/10407) (@caseydavenport)

0 commit comments

Comments
 (0)