-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
12 May 2023 | ||
|
||
#### Bug fixes | ||
### Bug fixes | ||
|
||
- Update pin to use fixed calico/bird image no fix node ST failures. [calico #7564](https://github.com/projectcalico/calico/pull/7564) (@coutinhop) | ||
- Fix generation of `operator-crds.yaml` manifest. [calico #7218](https://github.com/projectcalico/calico/pull/7218) (@caseydavenport) | ||
- Fix incorrect cleanup in the service policy index after having both ingress and egress rules that reference the same service, resulting in missed IP set updates after one rule was deactivated. [calico #7152](https://github.com/projectcalico/calico/pull/7152) (@fasaxc) | ||
- ebpf: CLTB resolves service when ipv4 is masked as ipv6. Commonly happens with grpc. [calico #7091](https://github.com/projectcalico/calico/pull/7091) (@tomastigera) | ||
- Disable VXLAN checksum offload by default for all kernels. [calico #7007](https://github.com/projectcalico/calico/pull/7007) (@pasanw) | ||
- Fix panic in calico-node when invalid spoofed IP range provided on a pod. [calico #7082](https://github.com/projectcalico/calico/pull/7082) (@caseydavenport) | ||
- Prevents Node kube-controller's internal pod cache from getting out-of-sync thus leaking memory. [calico #7540](https://github.com/projectcalico/calico/pull/7540) (@dilyevsky) | ||
- Update pin to calico/bird image to fix node tests. [calico #7564](https://github.com/projectcalico/calico/pull/7564) (@coutinhop) | ||
- Fix generation of `operator-crds.yaml` manifest. [calico #7218](https://github.com/projectcalico/calico/pull/7218) (@caseydavenport) | ||
- Fix incorrect cleanup in the service policy index after having both ingress and egress rules that reference the same service, resulting in missed IP set updates after one rule was deactivated. [calico #7152](https://github.com/projectcalico/calico/pull/7152) (@fasaxc) | ||
- eBPF: CLTB resolves service when IPv4 is masked as IPv4. Commonly happens with gRPC. [calico #7091](https://github.com/projectcalico/calico/pull/7091) (@tomastigera) | ||
- Disable VXLAN checksum offload by default for all kernels. [calico #7007](https://github.com/projectcalico/calico/pull/7007) (@pasanw) | ||
- Fix panic in calico-node when invalid spoofed IP range provided on a pod. [calico #7082](https://github.com/projectcalico/calico/pull/7082) (@caseydavenport) | ||
- Prevents node kube-controller's internal pod cache from getting out-of-sync, thus leaking memory. [calico #7540](https://github.com/projectcalico/calico/pull/7540) (@dilyevsky) | ||
|
||
#### Other changes | ||
### Other changes | ||
|
||
- Remove usage of deprecated '--logtostderr' command line flag. [calico #7616](https://github.com/projectcalico/calico/pull/7616) (@coutinhop) | ||
- ocp.tgz now hosted on GitHub [calico #7213](https://github.com/projectcalico/calico/pull/7213) (@caseydavenport) | ||
- By default, skip 'nodelocaldns' interface in IP auto-detection [calico #7108](https://github.com/projectcalico/calico/pull/7108) (@caseydavenport) | ||
- Remove usage of deprecated '--logtostderr' command line flag. [calico #7616](https://github.com/projectcalico/calico/pull/7616) (@coutinhop) | ||
- `ocp.tgz` now hosted on GitHub. [calico #7213](https://github.com/projectcalico/calico/pull/7213) (@caseydavenport) | ||
- By default, skip 'nodelocaldns' interface in IP auto-detection. [calico #7108](https://github.com/projectcalico/calico/pull/7108) (@caseydavenport) |