Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for release v3.20.1 #4940

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)