Skip to content

Commit

Permalink
Updates for v3.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Jul 20, 2022
1 parent a2a27b9 commit 1a9387a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
30 changes: 30 additions & 0 deletions calico/_data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
- title: v3.21.6
chart:
version: 0
tigera-operator:
image: tigera/operator
registry: quay.io
version: v1.23.8
components:
typha:
version: v3.21.6
calicoctl:
version: v3.21.6
calico/node:
version: v3.21.6
calico/cni:
version: v3.21.6
calico/apiserver:
version: v3.21.6
calico/kube-controllers:
version: v3.21.6
calico/flannel-migration-controller:
version: v3.21.6
networking-calico:
version: v3.21.6
flannel:
version: v0.13.0
calico/dikastes:
version: v3.21.6
flexvol:
version: v3.21.6
- title: v3.21.5
chart:
version: 0
Expand Down
16 changes: 16 additions & 0 deletions calico/_includes/release-notes/v3.21.6-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
20 Jul 2022

#### Bug fixes


- Update UBI base image to 8.6 [calico #6350](https://github.com/projectcalico/calico/pull/6350) (@caseydavenport)
- Update pacakges from UBI repo for CVE fixes [calico #6390](https://github.com/projectcalico/calico/pull/6390) (@caseydavenport)
- Address PRISMA-2021-0108 and CVE-2018-17572 [calico #6171](https://github.com/projectcalico/calico/pull/6171) (@Josh-Tigera)
- Fix a bug where the check for treating the 240/4 CIDR like RFC 1918 ranges caught the broadcast address 255.255.255.255 [calico #6390](https://github.com/projectcalico/calico/pull/6390) (@caseydavenport)
- Fix race condition in BIRD that could potentially cause missed config updates [calico #6390](https://github.com/projectcalico/calico/pull/6390) (@caseydavenport)
- Increase timeout when deleting workloads veth device in order to avoid false positives under heavy load. [calico #6366](https://github.com/projectcalico/calico/pull/6366) (@caseydavenport)
- Fix lookups of locally defined hostnames from within Calico containers due to missing nsswitch.conf [calico #6335](https://github.com/projectcalico/calico/pull/6335) (@caseydavenport)

#### Other changes

- Attach SHA256SUMS as part of release, including checksums for all release artifacts. [calico #5966](https://github.com/projectcalico/calico/pull/5966) (@caseydavenport)

0 comments on commit 1a9387a

Please sign in to comment.