Skip to content

Commit 0d364e8

Browse files
authored
Merge pull request #17311 from hakman/calico-3.29.2
Update Calico to v3.29.2
2 parents e797e75 + 72b946e commit 0d364e8

5 files changed

+18
-18
lines changed

tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
version: 9.99.0
100100
- id: k8s-1.25
101101
manifest: networking.projectcalico.org/k8s-1.25.yaml
102-
manifestHash: 55b59a095cb1c3d87680744115ff0f3b8dd2b4112356d8721fc9a9bf33868d04
102+
manifestHash: 0b908c4c6d7093e9cafdde3db1b448088de2de8b42f726869176a7ed43767a80
103103
name: networking.projectcalico.org
104104
prune:
105105
kinds:

tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-networking.projectcalico.org-k8s-1.25_content

+4-4
Original file line numberDiff line numberDiff line change
@@ -6337,7 +6337,7 @@ spec:
63376337
- configMapRef:
63386338
name: kubernetes-services-endpoint
63396339
optional: true
6340-
image: docker.io/calico/node:v3.29.1
6340+
image: docker.io/calico/node:v3.29.2
63416341
imagePullPolicy: IfNotPresent
63426342
lifecycle:
63436343
preStop:
@@ -6417,7 +6417,7 @@ spec:
64176417
- configMapRef:
64186418
name: kubernetes-services-endpoint
64196419
optional: true
6420-
image: docker.io/calico/cni:v3.29.1
6420+
image: docker.io/calico/cni:v3.29.2
64216421
imagePullPolicy: IfNotPresent
64226422
name: install-cni
64236423
securityContext:
@@ -6431,7 +6431,7 @@ spec:
64316431
- calico-node
64326432
- -init
64336433
- -best-effort
6434-
image: docker.io/calico/node:v3.29.1
6434+
image: docker.io/calico/node:v3.29.2
64356435
imagePullPolicy: IfNotPresent
64366436
name: mount-bpffs
64376437
securityContext:
@@ -6560,7 +6560,7 @@ spec:
65606560
value: node
65616561
- name: DATASTORE_TYPE
65626562
value: kubernetes
6563-
image: docker.io/calico/kube-controllers:v3.29.1
6563+
image: docker.io/calico/kube-controllers:v3.29.2
65646564
imagePullPolicy: IfNotPresent
65656565
livenessProbe:
65666566
exec:

tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
version: 9.99.0
100100
- id: k8s-1.25
101101
manifest: networking.projectcalico.org/k8s-1.25.yaml
102-
manifestHash: e41cade1ae0f05c607612802deea3cdfeec1f1d8d7f01becc65f63fb225a5ec8
102+
manifestHash: f16968ad43bb21350e5b985ef6137cda40767f6a06509ec9b05e6b1e80b60301
103103
name: networking.projectcalico.org
104104
prune:
105105
kinds:

tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-networking.projectcalico.org-k8s-1.25_content

+5-5
Original file line numberDiff line numberDiff line change
@@ -6332,7 +6332,7 @@ spec:
63326332
- configMapRef:
63336333
name: kubernetes-services-endpoint
63346334
optional: true
6335-
image: docker.io/calico/node:v3.29.1
6335+
image: docker.io/calico/node:v3.29.2
63366336
imagePullPolicy: IfNotPresent
63376337
lifecycle:
63386338
preStop:
@@ -6406,7 +6406,7 @@ spec:
64066406
- configMapRef:
64076407
name: kubernetes-services-endpoint
64086408
optional: true
6409-
image: docker.io/calico/cni:v3.29.1
6409+
image: docker.io/calico/cni:v3.29.2
64106410
imagePullPolicy: IfNotPresent
64116411
name: upgrade-ipam
64126412
securityContext:
@@ -6441,7 +6441,7 @@ spec:
64416441
- configMapRef:
64426442
name: kubernetes-services-endpoint
64436443
optional: true
6444-
image: docker.io/calico/cni:v3.29.1
6444+
image: docker.io/calico/cni:v3.29.2
64456445
imagePullPolicy: IfNotPresent
64466446
name: install-cni
64476447
securityContext:
@@ -6455,7 +6455,7 @@ spec:
64556455
- calico-node
64566456
- -init
64576457
- -best-effort
6458-
image: docker.io/calico/node:v3.29.1
6458+
image: docker.io/calico/node:v3.29.2
64596459
imagePullPolicy: IfNotPresent
64606460
name: mount-bpffs
64616461
securityContext:
@@ -6587,7 +6587,7 @@ spec:
65876587
value: node
65886588
- name: DATASTORE_TYPE
65896589
value: kubernetes
6590-
image: docker.io/calico/kube-controllers:v3.29.1
6590+
image: docker.io/calico/kube-controllers:v3.29.2
65916591
imagePullPolicy: IfNotPresent
65926592
livenessProbe:
65936593
exec:

upup/models/cloudup/resources/addons/networking.projectcalico.org/k8s-1.25.yaml.template

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pulled and modified from: https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/calico-typha.yaml
1+
# Pulled and modified from: https://raw.githubusercontent.com/projectcalico/calico/v3.29.2/manifests/calico-typha.yaml
22
---
33
{{- if .Networking.Calico.BPFEnabled }}
44
# Set these to the IP and port of your API server; In BPF mode, we need to connect directly to the
@@ -6184,7 +6184,7 @@ spec:
61846184
# It can be deleted if this is a fresh installation, or if you have already
61856185
# upgraded to use calico-ipam.
61866186
- name: upgrade-ipam
6187-
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/cni:{{ or .Networking.Calico.Version "v3.29.1" }}
6187+
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/cni:{{ or .Networking.Calico.Version "v3.29.2" }}
61886188
imagePullPolicy: IfNotPresent
61896189
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
61906190
envFrom:
@@ -6213,7 +6213,7 @@ spec:
62136213
# This container installs the CNI binaries
62146214
# and CNI network config file on each node.
62156215
- name: install-cni
6216-
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/cni:{{ or .Networking.Calico.Version "v3.29.1" }}
6216+
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/cni:{{ or .Networking.Calico.Version "v3.29.2" }}
62176217
imagePullPolicy: IfNotPresent
62186218
command: ["/opt/cni/bin/install"]
62196219
envFrom:
@@ -6256,7 +6256,7 @@ spec:
62566256
# i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
62576257
# in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
62586258
- name: "mount-bpffs"
6259-
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/node:{{ or .Networking.Calico.Version "v3.29.1" }}
6259+
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/node:{{ or .Networking.Calico.Version "v3.29.2" }}
62606260
imagePullPolicy: IfNotPresent
62616261
command: ["calico-node", "-init", "-best-effort"]
62626262
volumeMounts:
@@ -6282,7 +6282,7 @@ spec:
62826282
# container programs network policy and routes on each
62836283
# host.
62846284
- name: calico-node
6285-
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/node:{{ or .Networking.Calico.Version "v3.29.1" }}
6285+
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/node:{{ or .Networking.Calico.Version "v3.29.2" }}
62866286
imagePullPolicy: IfNotPresent
62876287
envFrom:
62886288
- configMapRef:
@@ -6620,7 +6620,7 @@ spec:
66206620
priorityClassName: system-cluster-critical
66216621
containers:
66226622
- name: calico-kube-controllers
6623-
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/kube-controllers:{{ or .Networking.Calico.Version "v3.29.1" }}
6623+
image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/kube-controllers:{{ or .Networking.Calico.Version "v3.29.2" }}
66246624
imagePullPolicy: IfNotPresent
66256625
env:
66266626
# Choose which controllers to run.
@@ -6714,7 +6714,7 @@ spec:
67146714
seccompProfile:
67156715
type: RuntimeDefault
67166716
containers:
6717-
- image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/typha:{{ or .Networking.Calico.Version "v3.29.1" }}
6717+
- image: {{ or .Networking.Calico.Registry "docker.io" }}/calico/typha:{{ or .Networking.Calico.Version "v3.29.2" }}
67186718
imagePullPolicy: IfNotPresent
67196719
name: calico-typha
67206720
ports:

0 commit comments

Comments
 (0)