From 3a3559be17f44bd5b52134c7052788ae61aedfa7 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Tue, 19 Jul 2022 09:49:09 -0700 Subject: [PATCH] Updates for v3.23.3 --- calico/_data/versions.yml | 35 +++++++++++++++++++ .../release-notes/v3.23.3-release-notes.md | 13 +++++++ 2 files changed, 48 insertions(+) create mode 100644 calico/_includes/release-notes/v3.23.3-release-notes.md diff --git a/calico/_data/versions.yml b/calico/_data/versions.yml index 21fab6933cf..5bc6f45b9da 100644 --- a/calico/_data/versions.yml +++ b/calico/_data/versions.yml @@ -1,3 +1,38 @@ +- title: v3.23.3 + chart: + version: 0 + tigera-operator: + image: tigera/operator + registry: quay.io + version: v1.27.12 + components: + typha: + version: v3.23.3 + calicoctl: + version: v3.23.3 + calico/node: + version: v3.23.3 + calico/cni: + version: v3.23.3 + calico/apiserver: + version: v3.23.3 + calico/kube-controllers: + version: v3.23.3 + calico/flannel-migration-controller: + version: v3.23.3 + calico/windows: + version: v3.23.3 + networking-calico: + version: v3.23.3 + flannel: + version: v0.15.1 + calico/dikastes: + version: v3.23.3 + flexvol: + version: v3.23.3 + csi-driver: + version: v3.23.3 + - title: v3.23.2 chart: version: 0 diff --git a/calico/_includes/release-notes/v3.23.3-release-notes.md b/calico/_includes/release-notes/v3.23.3-release-notes.md new file mode 100644 index 00000000000..fa3f1f54b8b --- /dev/null +++ b/calico/_includes/release-notes/v3.23.3-release-notes.md @@ -0,0 +1,13 @@ +19 Jul 2022 + +#### Bug fixes + + - Fix missing serviceaccount token creation RBAC for etcd-mode clusters, and canal clusters. [calico #6397](https://github.com/projectcalico/calico/pull/6397) (@caseydavenport) + - Fix serviceaccount token generation for canal (introduced in v3.23.2) [calico #6323](https://github.com/projectcalico/calico/pull/6323) (@caseydavenport) + - Update UBI base image to 8.6 [calico #6348](https://github.com/projectcalico/calico/pull/6348) (@caseydavenport) + - Update pacakges from UBI repo for CVE fixes [calico #6388](https://github.com/projectcalico/calico/pull/6388) (@caseydavenport) + - Increase timeout when deleting workloads veth device in order to avoid false positives under heavy load. [calico #6364](https://github.com/projectcalico/calico/pull/6364) (@caseydavenport) + - Fix L3RouteResolver incorrectly outputting "Some nodes share IP address, route calculation may choose wrong node." log messages. [calico #6351](https://github.com/projectcalico/calico/pull/6351) (@coutinhop) + - Fix lookups of locally defined hostnames from within Calico containers due to missing nsswitch.conf [calico #6333](https://github.com/projectcalico/calico/pull/6333) (@caseydavenport) + - Update the netlink library to fix a panic bug caused by unsafe pointer usage. [calico #6330](https://github.com/projectcalico/calico/pull/6330) (@fasaxc) + - Fix calico/node and typha version skew bug between Calico v3.22 and v3.23 [calico #6297](https://github.com/projectcalico/calico/pull/6297) (@caseydavenport)