Skip to content

Commit 978a0e4

Browse files
committed
Updates for v3.25.2
1 parent e359e2c commit 978a0e4

File tree

65 files changed

+167
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+167
-113
lines changed

calico/_data/versions.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
- title: v3.25.2
2+
manifests_url: https://raw.githubusercontent.com/projectcalico/calico/v3.25.2
3+
chart:
4+
version: 0
5+
tigera-operator:
6+
image: tigera/operator
7+
registry: quay.io
8+
version: v1.29.6
9+
components:
10+
typha:
11+
version: v3.25.2
12+
calicoctl:
13+
version: v3.25.2
14+
calico/node:
15+
version: v3.25.2
16+
calico/cni:
17+
version: v3.25.2
18+
calico/apiserver:
19+
version: v3.25.2
20+
calico/kube-controllers:
21+
version: v3.25.2
22+
calico/flannel-migration-controller:
23+
version: v3.25.2
24+
calico/windows:
25+
version: v3.25.2
26+
networking-calico:
27+
version: v3.25.2
28+
flannel:
29+
version: v0.16.3
30+
calico/dikastes:
31+
version: v3.25.2
32+
flexvol:
33+
version: v3.25.2
34+
csi-driver:
35+
version: v3.25.2
36+
csi-node-driver-registrar:
37+
version: v3.25.2
38+
139
- title: v3.25.1
240
manifests_url: https://raw.githubusercontent.com/projectcalico/calico/v3.25.1
341
chart:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
5 Sept 2023
2+
3+
#### Bug fixes
4+
5+
- Typha: move TLS handshake to per-connection goroutine to prevent main goroutine from stalling on an unclean handshake. [calico #7976](https://github.com/projectcalico/calico/pull/7976) (@fasaxc)
6+
- Fix panic when running 'calicoctl get nodes' when ASNumber was not present in the default BGPConfiguration. [calico #7861](https://github.com/projectcalico/calico/pull/7861) (@coutinhop)
7+
- ebpf: fixes felix panic upon restart in debug mode when there are existing policy counters [calico #7798](https://github.com/projectcalico/calico/pull/7798) (@tomastigera)
8+
- ebpf: fix applyOnforward=false in global policies [calico #7725](https://github.com/projectcalico/calico/pull/7725) (@tomastigera)
9+
- Update pin to use fixed calico/bird image to fix node ST failures. [calico #7563](https://github.com/projectcalico/calico/pull/7563) (@coutinhop)
10+
- Prevents Node kube-controller's internal pod cache from getting out-of-sync thus leaking memory. [calico #7503](https://github.com/projectcalico/calico/pull/7503) (@dilyevsky)
11+
- Fix the auto iptables detection if ip_tables.ko preloaded on RHEL/CentOS 8 [calico #7460](https://github.com/projectcalico/calico/pull/7460) (@yankay)
12+
13+
#### Other changes
14+
15+
- Update Calico VPP to v3.25.1 [calico #7535](https://github.com/projectcalico/calico/pull/7535) (@sknat)
16+
- Remove usage of deprecated '--logtostderr' command line flag. [calico #7515](https://github.com/projectcalico/calico/pull/7515) (@coutinhop)

calico/getting-started/kubernetes/self-managed-public-cloud/gce.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gcloud compute instances create controller \
7272
--async \
7373
--boot-disk-size 200GB \
7474
--can-ip-forward \
75-
--image-family ubuntu-1804-lts \
75+
--image-family ubuntu-2004-lts \
7676
--image-project ubuntu-os-cloud \
7777
--machine-type n1-standard-2 \
7878
--private-network-ip 10.240.0.11 \
@@ -90,7 +90,7 @@ for i in 0 1 2; do
9090
--async \
9191
--boot-disk-size 200GB \
9292
--can-ip-forward \
93-
--image-family ubuntu-1804-lts \
93+
--image-family ubuntu-2004-lts \
9494
--image-project ubuntu-os-cloud \
9595
--machine-type n1-standard-2 \
9696
--private-network-ip 10.240.0.2${i} \

charts/calico/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The Calico version to use when generating manifests.
2-
version: v3.25.1
2+
version: v3.25.2
33

44
# Configure the images to use when generating manifests.
55
node:

charts/tigera-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ podLabels: {}
4141
# Image and registry configuration for the tigera/operator pod.
4242
tigeraOperator:
4343
image: tigera/operator
44-
version: v1.29.3
44+
version: v1.29.6
4545
registry: quay.io
4646
calicoctl:
4747
image: docker.io/calico/ctl
48-
tag: v3.25.1
48+
tag: v3.25.2

hack/release/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "disk_type" {
2929
variable "image" {
3030
type = string
3131
description = "Select which image family to use."
32-
default = "ubuntu-1804-lts"
32+
default = "ubuntu-2004-lts"
3333
}
3434

3535
variable "google_network" {

manifests/alp/istio-inject-configmap-1.1.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ data:
180180
- mountPath: /var/run/dikastes
181181
name: dikastes-sock
182182
- name: dikastes
183-
image: calico/dikastes:v3.25.1
183+
image: calico/dikastes:v3.25.2
184184
args: ["server", "-l", "/var/run/dikastes/dikastes.sock", "-d", "/var/run/felix/nodeagent/socket"]
185185
securityContext:
186186
allowPrivilegeEscalation: false

manifests/alp/istio-inject-configmap-1.1.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ data:
180180
- mountPath: /var/run/dikastes
181181
name: dikastes-sock
182182
- name: dikastes
183-
image: calico/dikastes:v3.25.1
183+
image: calico/dikastes:v3.25.2
184184
args: ["server", "-l", "/var/run/dikastes/dikastes.sock", "-d", "/var/run/felix/nodeagent/socket"]
185185
securityContext:
186186
allowPrivilegeEscalation: false

manifests/alp/istio-inject-configmap-1.1.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ data:
183183
- mountPath: /var/run/dikastes
184184
name: dikastes-sock
185185
- name: dikastes
186-
image: calico/dikastes:v3.25.1
186+
image: calico/dikastes:v3.25.2
187187
args: ["server", "-l", "/var/run/dikastes/dikastes.sock", "-d", "/var/run/felix/nodeagent/socket"]
188188
securityContext:
189189
allowPrivilegeEscalation: false

manifests/alp/istio-inject-configmap-1.1.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ data:
183183
- mountPath: /var/run/dikastes
184184
name: dikastes-sock
185185
- name: dikastes
186-
image: calico/dikastes:v3.25.1
186+
image: calico/dikastes:v3.25.2
187187
args: ["server", "-l", "/var/run/dikastes/dikastes.sock", "-d", "/var/run/felix/nodeagent/socket"]
188188
securityContext:
189189
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)