-
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
1 parent
95b839a
commit 14cf6d6
Showing
2 changed files
with
40 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
14 Apr 2022 | ||
|
||
#### Bug fixes | ||
|
||
- Fix Get-IsDSRSupported command not found in Calico Windows install script [calico #5908](https://github.com/projectcalico/calico/pull/5908) (@lmm) | ||
- Handle bootstrapping of Wireguard to ensure felix is able to connect to typha. This fixes a bug that is present when HostEncryptionEnabled is set to true (which is required for using wireguard with AKS). Previously, when nodes shared their wireguard public keys, depending on the order they keys were shared, it was possible to end up with asymmetric node-to- node routing. Packets will be dropped between impacted nodes. If the typha nodes are impacted then it is possible for other nodes to be effectively locked out from connecting to typha and the routing issue will persist. This will be apparent through persistent readiness checks failing on the node. [calico #5870](https://github.com/projectcalico/calico/pull/5870) (@robbrockbank) | ||
- Add FelixConfiguration option for FloatingIPs [calico #5865](https://github.com/projectcalico/calico/pull/5865) (@caseydavenport) | ||
- IPAM garbage collector properly releases IP addresses whose handles have been deleted [calico #5827](https://github.com/projectcalico/calico/pull/5827) (@caseydavenport) | ||
- Build components with go 1.17.8 to pick up CVE fixes. [calico #5818](https://github.com/projectcalico/calico/pull/5818) (@doublek) | ||
- eBPF mode: Fix that policy would see 0.0.0.0:0 as the post-nat destination for SYN packets that had a conntrack hit. [calico #5773](https://github.com/projectcalico/calico/pull/5773) (@fasaxc) | ||
- Fix dynamic build of pod2daemon which resulted in cryptic "no such file or directory" errors [calico #5751](https://github.com/projectcalico/calico/pull/5751) (@caseydavenport) |