Skip to content

Commit

Permalink
Updates for v3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Oct 20, 2022
1 parent d842af1 commit bce0b21
Show file tree
Hide file tree
Showing 2 changed files with 54 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.4
chart:
version: 0
tigera-operator:
image: tigera/operator
registry: quay.io
version: v1.27.14
components:
typha:
version: v3.23.4
calicoctl:
version: v3.23.4
calico/node:
version: v3.23.4
calico/cni:
version: v3.23.4
calico/apiserver:
version: v3.23.4
calico/kube-controllers:
version: v3.23.4
calico/flannel-migration-controller:
version: v3.23.4
calico/windows:
version: v3.23.4
networking-calico:
version: v3.23.4
flannel:
version: v0.15.1
calico/dikastes:
version: v3.23.4
flexvol:
version: v3.23.4
csi-driver:
version: v3.23.4

- title: v3.23.3
chart:
version: 0
Expand Down
19 changes: 19 additions & 0 deletions calico/_includes/release-notes/v3.23.4-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
20 Oct 2022

#### Bug fixes

- Fix an issue that caused annotations and labels to be overwritten during a calicoctl patch command [calico #6874](https://github.com/projectcalico/calico/pull/6874) (@mgleung)
- Treat empty IPIPMode and VXLANMode as "Never" [calico #6537](https://github.com/projectcalico/calico/pull/6537) (@coutinhop)
- Fix allowed source prefix annotation validation [calico #6777](https://github.com/projectcalico/calico/pull/6777) (@AloysAugustin)
- Fix accidental application of FelixConfig vxlanEnabled to IPv6 [calico #6699](https://github.com/projectcalico/calico/pull/6699) (@coutinhop)
- Limit rate of logging 'Wireguard is not supported' to fix log #6518: Fix construction of rateLimitedLogger in wireguard [calico #6535](https://github.com/projectcalico/calico/pull/6535) (@coutinhop)
- Fix off-by-one error in NthBit() in felix/ip/ip_addr.go [calico #6533](https://github.com/projectcalico/calico/pull/6533) (@coutinhop)
- Fix nil error logged from kube-controllers health reporter [calico #6515](https://github.com/projectcalico/calico/pull/6515) (@caseydavenport)
- Fix that kube-controllers health checks didn't include a timeout on HTTP calls [calico #6515](https://github.com/projectcalico/calico/pull/6515) (@caseydavenport)
- Remove API-level defaulting for FloatingIPs field - use code default instead [calico #6429](https://github.com/projectcalico/calico/pull/6429) (@caseydavenport)
- Match full interface names in IP auto-detection default exclude list. [calico #6879](https://github.com/projectcalico/calico/pull/6879) (@neoaggelos)
- Missing BPFDisableLinuxConntrack option added to FelixConfiguration resource. [calico #6646](https://github.com/projectcalico/calico/pull/6646) (@mazdakn)

#### Other changes

- Allow Calico to set MTU in OpenStack [calico #6779](https://github.com/projectcalico/calico/pull/6779) (@neiljerram)

0 comments on commit bce0b21

Please sign in to comment.