Skip to content

Commit a52cb86

Browse files
committed
Updates for v3.23.2
1 parent b157733 commit a52cb86

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-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.2
2+
chart:
3+
version: 0
4+
tigera-operator:
5+
image: tigera/operator
6+
registry: quay.io
7+
version: v1.27.7
8+
components:
9+
typha:
10+
version: v3.23.2
11+
calicoctl:
12+
version: v3.23.2
13+
calico/node:
14+
version: v3.23.2
15+
calico/cni:
16+
version: v3.23.2
17+
calico/apiserver:
18+
version: v3.23.2
19+
calico/kube-controllers:
20+
version: v3.23.2
21+
calico/flannel-migration-controller:
22+
version: v3.23.2
23+
calico/windows:
24+
version: v3.23.2
25+
networking-calico:
26+
version: v3.23.2
27+
flannel:
28+
version: v0.15.1
29+
calico/dikastes:
30+
version: v3.23.2
31+
flexvol:
32+
version: v3.23.2
33+
csi-driver:
34+
version: v3.23.2
35+
136
- title: v3.23.1
237
chart:
338
version: 0
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
24 Jun 2022
2+
3+
#### Bug fixes
4+
5+
##### General
6+
7+
- Fix IP address truncation when using autodetection method "k8s-internal-ip" [calico #6234](https://github.com/projectcalico/calico/pull/6234) (@Josh-Tigera)
8+
- Fix that a combination of node deletions and workload IP relocation previously could result in multiple nodes having the same CIDR. [calico #6213](https://github.com/projectcalico/calico/pull/6213) (@robbrockbank)
9+
- Fix helm upgrade instructions [calico #6118](https://github.com/projectcalico/calico/pull/6118) (@caseydavenport)
10+
11+
##### Wireguard
12+
13+
- Handle errors correctly in wireguard tunnel IP setting on the node [calico #6213](https://github.com/projectcalico/calico/pull/6213) (@robbrockbank)
14+
- When there is no allocated Wireguard interface IP and host encryption is enabled the host IP is used as the device IP. This ensures source IP selection will choose the correct host IP when routing over Wireguard [calico #6213](https://github.com/projectcalico/calico/pull/6213) (@robbrockbank)
15+
- Don't allocate wireguard device IPs for managed cloud non-calico CNI [calico #6213](https://github.com/projectcalico/calico/pull/6213) (@robbrockbank)
16+
17+
#### Other changes
18+
19+
##### General
20+
21+
- Update the ipset package from 7.1 to 7.11 for ARM builds [calico #6264](https://github.com/projectcalico/calico/pull/6264) (@ScOut3R)
22+
- Calico now uses the TokenRequest API to generate and refresh a token for the CNI plugin. This ensures that the token remains valid even when the calico-node daemonset is restarted. (@[ScheererJ](https://github.com/ScheererJ)) [calico #6218](https://github.com/projectcalico/calico/pull/6218) (@caseydavenport)
23+
- Updating a couple of dependencies for Calico 3.23 (including, spf13/viper, spf13/cobra and etcd related dependencies). Updating the dependencies would also help us with our CVE scan process. [calico #6164](https://github.com/projectcalico/calico/pull/6164) (@Behnam-Shobiri)
24+
25+
##### eBPF dataplane
26+
27+
- eBPF: Move mount of BPFfs and cgroupv2 to a dedicated init container with elevated privileges; enter the root cgroup namespace to mount cgroupv2 in order to allow the CTLB to be installed system-wide. Reduce the mount privileges of the main calico-node container. [calico #6240](https://github.com/projectcalico/calico/pull/6240) (@mazdakn)

0 commit comments

Comments
 (0)