Skip to content

Commit 3a3559b

Browse files
Updates for v3.23.3
1 parent a3e2e20 commit 3a3559b

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

calico/_data/versions.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
- title: v3.23.3
2+
chart:
3+
version: 0
4+
tigera-operator:
5+
image: tigera/operator
6+
registry: quay.io
7+
version: v1.27.12
8+
components:
9+
typha:
10+
version: v3.23.3
11+
calicoctl:
12+
version: v3.23.3
13+
calico/node:
14+
version: v3.23.3
15+
calico/cni:
16+
version: v3.23.3
17+
calico/apiserver:
18+
version: v3.23.3
19+
calico/kube-controllers:
20+
version: v3.23.3
21+
calico/flannel-migration-controller:
22+
version: v3.23.3
23+
calico/windows:
24+
version: v3.23.3
25+
networking-calico:
26+
version: v3.23.3
27+
flannel:
28+
version: v0.15.1
29+
calico/dikastes:
30+
version: v3.23.3
31+
flexvol:
32+
version: v3.23.3
33+
csi-driver:
34+
version: v3.23.3
35+
136
- title: v3.23.2
237
chart:
338
version: 0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
19 Jul 2022
2+
3+
#### Bug fixes
4+
5+
- Fix missing serviceaccount token creation RBAC for etcd-mode clusters, and canal clusters. [calico #6397](https://github.com/projectcalico/calico/pull/6397) (@caseydavenport)
6+
- Fix serviceaccount token generation for canal (introduced in v3.23.2) [calico #6323](https://github.com/projectcalico/calico/pull/6323) (@caseydavenport)
7+
- Update UBI base image to 8.6 [calico #6348](https://github.com/projectcalico/calico/pull/6348) (@caseydavenport)
8+
- Update pacakges from UBI repo for CVE fixes [calico #6388](https://github.com/projectcalico/calico/pull/6388) (@caseydavenport)
9+
- 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)
10+
- 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)
11+
- 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)
12+
- Update the netlink library to fix a panic bug caused by unsafe pointer usage. [calico #6330](https://github.com/projectcalico/calico/pull/6330) (@fasaxc)
13+
- 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 commit comments

Comments
 (0)