Skip to content

Commit

Permalink
Updates for v3.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Jul 19, 2022
1 parent a3e2e20 commit 3a3559b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
35 changes: 35 additions & 0 deletions calico/_data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
- title: v3.23.3
chart:
version: 0
tigera-operator:
image: tigera/operator
registry: quay.io
version: v1.27.12
components:
typha:
version: v3.23.3
calicoctl:
version: v3.23.3
calico/node:
version: v3.23.3
calico/cni:
version: v3.23.3
calico/apiserver:
version: v3.23.3
calico/kube-controllers:
version: v3.23.3
calico/flannel-migration-controller:
version: v3.23.3
calico/windows:
version: v3.23.3
networking-calico:
version: v3.23.3
flannel:
version: v0.15.1
calico/dikastes:
version: v3.23.3
flexvol:
version: v3.23.3
csi-driver:
version: v3.23.3

- title: v3.23.2
chart:
version: 0
Expand Down
13 changes: 13 additions & 0 deletions calico/_includes/release-notes/v3.23.3-release-notes.md
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)

0 comments on commit 3a3559b

Please sign in to comment.