Skip to content

Commit

Permalink
Updates for release v3.20.1 (#4940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgleung committed Sep 16, 2021
1 parent d4e98e3 commit 377ef44
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ by GitHub for the core repositories within the projectcalico/ organization. It i
| Eric Son | @nuxeric |
| Erik Stidham | @tmjd |
| Fabian Ruff | @databus23 |
| Fahad Arshad | @faarshad |
| Feilong Wang | @openstacker |
| Fernando Alvarez | @methadata |
| Fionera | @fionera |
Expand Down Expand Up @@ -116,6 +117,7 @@ by GitHub for the core repositories within the projectcalico/ organization. It i
| JG | @elfchief |
| Jiawei Huang | @hjiawei |
| jie zhang | @kadisi |
| jmjoy | @jmjoy |
| Joel Bastos | @kintoandar |
| Johan Fleury | @johanfleury |
| Johannes Scheerer | @ScheererJ |
Expand Down Expand Up @@ -205,6 +207,7 @@ by GitHub for the core repositories within the projectcalico/ organization. It i
| Pierre Grimaud | @pgrimaud |
| Pike | @pikeszfish |
| Pushkar Joglekar | @PushkarJ |
| Qijun Chen | @arikachen |
| Qiu Yu | @unicell |
| Rahul Krishna Upadhyaya | @rakrup |
| rao yunkun | @yunkunrao |
Expand Down
31 changes: 31 additions & 0 deletions _data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
- title: v3.20.1
chart:
version: 1
tigera-operator:
image: tigera/operator
registry: quay.io
version: v1.20.3
components:
typha:
version: v3.20.1
calicoctl:
version: v3.20.1
calico/node:
version: v3.20.1
calico/cni:
version: v3.20.1
calico/apiserver:
version: v3.20.1
calico/kube-controllers:
version: v3.20.1
calico/flannel-migration-controller:
version: v3.20.1
networking-calico:
version: v3.20.1
flannel:
version: v0.14.0
calico/dikastes:
version: v3.20.1
flexvol:
version: v3.20.1

- title: v3.20.0
chart:
version: 1
Expand Down
9 changes: 9 additions & 0 deletions _includes/release-notes/v3.20.1-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
16 Sep 2021

#### Bug fixes
- Updated ubi base images and CentOS repos to stop CVE false positives from being reported. [node #1214](https://github.com/projectcalico/node/pull/1214) (@mgleung)
- calico/node logs write to /var/log/calico within the container by default, in addition to stdout [node #1134](https://github.com/projectcalico/node/pull/1134) (@song-jiang)
- Improve error message for conflicting routes in CNI plugin [cni-plugin #1164](https://github.com/projectcalico/cni-plugin/pull/1164) (@mgleung)
- Bugfix: blackhole routing table with No-OIF / InterfaceNone-only is clobbering all other routes in the same routing table because if netlink.RT_FILTER_OIF is specified with a netlink.Route{LinkIndex: 0}, it will return all routes using the remaining applicable filter (netlink.RT_FILTER_TABLE / Table 254) link routes. [felix #2995](https://github.com/projectcalico/felix/pull/2995) (@electricjesus)
- Fix slow performance when updating a Kubernetes namespace when there are many Pods (and in turn, slow startup performance when there are many namespaces). [felix #2967](https://github.com/projectcalico/felix/pull/2967) (@fasaxc)
- Fixes a benign error caused by attempting to delete the same IPAMBlock twice. [kube-controllers #822](https://github.com/projectcalico/kube-controllers/pull/822) (@caseydavenport)

0 comments on commit 377ef44

Please sign in to comment.