Skip to content

Commit

Permalink
[PLT-1393] Bump Tigera Operator version to v3.29.1 (#661)
Browse files Browse the repository at this point in the history
* [PLT-1393] Bump Tigera Operator version to v3.29.1

* [PLT-1393] Bump Tigera Operator version to v3.29.1
  • Loading branch information
unai-ttxu authored Feb 11, 2025
1 parent ed522aa commit 5924d27
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.17.0-0.7.0 (upcoming)

* Pending changelog
* [PLT-1393] Bump Tigera Operator version to v3.29.1

## Previous development

Expand Down
20 changes: 10 additions & 10 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ core:
helm: v3.13.1
images:
calico:
cni: v3.28.2
csi: v3.28.2
ctl: v3.28.2
kube-controllers: v3.28.2
node-driver-registrar: v3.28.2
node: v3.28.2
pod2daemon-flexvol: v3.28.2
tigera-operator: v1.34.5
typha: v3.28.2
cni: v3.29.1
csi: v3.29.1
ctl: v3.29.1
kube-controllers: v3.29.1
node-driver-registrar: v3.29.1
node: v3.29.1
pod2daemon-flexvol: v3.29.1
tigera-operator: v1.36.2
typha: v3.29.1
capi:
kubeadm-bootstrap-controller: v1.7.4
kubeadm-control-plane-controller: v1.7.4
Expand Down Expand Up @@ -42,7 +42,7 @@ core:
cluster-autoscaler: 9.37.0
cluster-operator: 0.4.0
flux: 2.12.2
tigera-operator: v3.28.2
tigera-operator: v3.29.1
aws:
capa:
binaries:
Expand Down
16 changes: 8 additions & 8 deletions bin/images/commons/imagenes-calico.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
quay.io/calico/cni:v3.28.2
quay.io/calico/csi:v3.28.2
quay.io/calico/ctl:v3.28.2
quay.io/calico/kube-controllers:v3.28.2
quay.io/calico/node-driver-registrar:v3.28.2
quay.io/calico/node:v3.28.2
quay.io/calico/pod2daemon-flexvol:v3.28.2
quay.io/calico/typha:v3.28.2
quay.io/calico/cni:v3.29.1
quay.io/calico/csi:v3.29.1
quay.io/calico/ctl:v3.29.1
quay.io/calico/kube-controllers:v3.29.1
quay.io/calico/node-driver-registrar:v3.29.1
quay.io/calico/node:v3.29.1
quay.io/calico/pod2daemon-flexvol:v3.29.1
quay.io/calico/typha:v3.29.1
2 changes: 1 addition & 1 deletion bin/images/commons/tigera-operator.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quay.io/tigera/operator:v1.34.5
quay.io/tigera/operator:v1.36.2
4 changes: 2 additions & 2 deletions docs/cloud-provisioner/Versiones.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Files:
| Version | Release Date | Latest Version | Latest Release Date |
| ------- | ------------ | -------------- | ------------------- |
| v1.34.5 (tigera) | 2024-09-19 | v1.35.1 | 2024-09-19 |
| 3.28.2 (calicoctl)(Tigera chart) | 2024-09-18 | 3.28.2 | 2024-09-18 |
| v1.36.2 (tigera) | 2024-11-21 | v1.36.3 | 2024-11-26 |
| 3.29.1 (calicoctl)(Tigera chart) | 2024-11-29 | 3.29.1 | 2024-11-29 |

Files:
* DEPENDENCIES
Expand Down
4 changes: 2 additions & 2 deletions pkg/cluster/internal/create/actions/createworker/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ var awsCharts = ChartsDictionary{
"managed": {
"aws-load-balancer-controller": {Repository: "https://aws.github.io/eks-charts", Version: "1.8.1", Namespace: "kube-system", Pull: false, Reconcile: false},
"cluster-autoscaler": {Repository: "https://kubernetes.github.io/autoscaler", Version: "9.37.0", Namespace: "kube-system", Pull: false, Reconcile: false},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.28.2", Namespace: "tigera-operator", Pull: true, Reconcile: true},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.29.1", Namespace: "tigera-operator", Pull: true, Reconcile: true},
},
"unmanaged": {
"aws-cloud-controller-manager": {Repository: "https://kubernetes.github.io/cloud-provider-aws", Version: "0.0.8", Namespace: "kube-system", Pull: true, Reconcile: true},
"aws-ebs-csi-driver": {Repository: "https://kubernetes-sigs.github.io/aws-ebs-csi-driver", Version: "2.31.0", Namespace: "kube-system", Pull: false, Reconcile: false},
"cluster-autoscaler": {Repository: "https://kubernetes.github.io/autoscaler", Version: "9.37.0", Namespace: "kube-system", Pull: false, Reconcile: false},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.28.2", Namespace: "tigera-operator", Pull: true, Reconcile: true},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.29.1", Namespace: "tigera-operator", Pull: true, Reconcile: true},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/actions/createworker/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var azureCharts = ChartsDictionary{
"azurefile-csi-driver": {Repository: "https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/charts", Namespace: "kube-system", Version: "v1.30.2", Pull: false, Reconcile: false},
"cloud-provider-azure": {Repository: "https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo", Namespace: "kube-system", Version: "v1.30.4", Pull: true, Reconcile: true},
"cluster-autoscaler": {Repository: "https://kubernetes.github.io/autoscaler", Version: "9.37.0", Namespace: "kube-system", Pull: false, Reconcile: false},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.28.2", Namespace: "tigera-operator", Pull: true, Reconcile: true},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.29.1", Namespace: "tigera-operator", Pull: true, Reconcile: true},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/actions/createworker/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var googleCharts = ChartsDictionary{
// "default" repository defaults to the descriptor Helm repository
"gcp-cloud-controller-manager": {Repository: "default", Version: "1.30.0", Namespace: "kube-system", Pull: true, Reconcile: true},
"cluster-autoscaler": {Repository: "https://kubernetes.github.io/autoscaler", Version: "9.37.0", Namespace: "kube-system", Pull: false, Reconcile: false},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.28.2", Namespace: "tigera-operator", Pull: true, Reconcile: true},
"tigera-operator": {Repository: "https://docs.projectcalico.org/charts", Version: "v3.29.1", Namespace: "tigera-operator", Pull: true, Reconcile: true},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ calicoctl:
{{- else }}
image: docker.io/calico/ctl
{{- end }}
tag: 3.28.2
tag: 3.29.1
certs:
node:
cert:
Expand Down Expand Up @@ -83,7 +83,7 @@ tigeraOperator:
registry: quay.io
{{- end }}
image: tigera/operator
version: v1.34.5
version: v1.36.2
# Tolerations for the tigera/operator pod.
tolerations:
- effect: NoExecute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,54 +54,54 @@ Associated with the charts that _Stratio Cloud Provisioner_ installs in EKS, the
| v1.2.3

| *tigera-operator*
| *3.28.2*
| *3.29.1*
|
|

|
|
| docker.io/calico/kube-controllers
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/typha
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/csi
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node-driver-registrar
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/ctl
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/cni
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/pod2daemon-flexvol
| 3.28.2
| 3.29.1

|
|
| quay.io/tigera/operator
| v1.34.5
| v1.36.2

| *cert-manager*
| *v1.14.5*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,54 +176,54 @@ Associated with the charts that _Stratio Cloud Provisioner_ installs on unmanage
| v1.2.3

| *tigera-operator*
| *3.28.2*
| *3.29.1*
|
|

|
|
| docker.io/calico/kube-controllers
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/typha
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/csi
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node-driver-registrar
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/ctl
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/cni
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/pod2daemon-flexvol
| 3.28.2
| 3.29.1

|
|
| quay.io/tigera/operator
| v1.34.5
| v1.36.2

| *cert-manager*
| *v1.14.5*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,54 +79,54 @@ Associated with the charts that _Stratio Cloud Provisioner_ installs on unmanage
| v1.2.3

| *tigera-operator*
| *3.28.2*
| *3.29.1*
|
|

|
|
| docker.io/calico/kube-controllers
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/typha
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/csi
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node-driver-registrar
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/ctl
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/cni
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/pod2daemon-flexvol
| 3.28.2
| 3.29.1

|
|
| quay.io/tigera/operator
| v1.34.5
| v1.36.2

| *cert-manager*
| *v1.14.5*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,54 +54,54 @@ Asociadas a los _charts_ que instala _Stratio Cloud Provisioner_ en EKS, las im
| v1.2.3

| *tigera-operator*
| *3.28.2*
| *3.29.1*
|
|

|
|
| docker.io/calico/kube-controllers
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/typha
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/csi
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/node-driver-registrar
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/ctl
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/cni
| 3.28.2
| 3.29.1

|
|
| docker.io/calico/pod2daemon-flexvol
| 3.28.2
| 3.29.1

|
|
| quay.io/tigera/operator
| v1.34.5
| v1.36.2

| *cert-manager*
| *v1.14.5*
Expand Down
Loading

0 comments on commit 5924d27

Please sign in to comment.