-
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
a3e2e20
commit 3a3559b
Showing
2 changed files
with
48 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,13 @@ | ||
19 Jul 2022 | ||
|
||
#### Bug fixes | ||
|
||
- Fix missing serviceaccount token creation RBAC for etcd-mode clusters, and canal clusters. [calico #6397](https://github.com/projectcalico/calico/pull/6397) (@caseydavenport) | ||
- Fix serviceaccount token generation for canal (introduced in v3.23.2) [calico #6323](https://github.com/projectcalico/calico/pull/6323) (@caseydavenport) | ||
- Update UBI base image to 8.6 [calico #6348](https://github.com/projectcalico/calico/pull/6348) (@caseydavenport) | ||
- Update pacakges from UBI repo for CVE fixes [calico #6388](https://github.com/projectcalico/calico/pull/6388) (@caseydavenport) | ||
- Increase timeout when deleting workloads veth device in order to avoid false positives under heavy load. [calico #6364](https://github.com/projectcalico/calico/pull/6364) (@caseydavenport) | ||
- Fix L3RouteResolver incorrectly outputting "Some nodes share IP address, route calculation may choose wrong node." log messages. [calico #6351](https://github.com/projectcalico/calico/pull/6351) (@coutinhop) | ||
- Fix lookups of locally defined hostnames from within Calico containers due to missing nsswitch.conf [calico #6333](https://github.com/projectcalico/calico/pull/6333) (@caseydavenport) | ||
- Update the netlink library to fix a panic bug caused by unsafe pointer usage. [calico #6330](https://github.com/projectcalico/calico/pull/6330) (@fasaxc) | ||
- Fix calico/node and typha version skew bug between Calico v3.22 and v3.23 [calico #6297](https://github.com/projectcalico/calico/pull/6297) (@caseydavenport) |