Skip to content

Commit

Permalink
[CLOUD-44] Actualizar versiones de CAPx, calico y cert-manager (kuber…
Browse files Browse the repository at this point in the history
…netes-sigs#253)

* chore: Update several components version

* changelog

* new version clusterawsadm

---------

Co-authored-by: Francisco Augusto <[email protected]>
  • Loading branch information
esierra-stratio and kahun authored Aug 31, 2023
1 parent 0550d61 commit f1568d1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
* [Azure] Add Azure file CSI driver
* [Azure] Bump cluster-api-provider-azure to v1.10.0: Fix Azure VMs load balancer health check
* [GCP] Bump cluster-api-provider-gcp to v1.4.0: Fix GCP VMs load balancer health check
* [Core] Bump cluster api to v1.5.1
* [Core] Bump Calico to v3.26.1
* [AWS] Bump cluster-api-provider-aws to v1.5.1
* [AWS] Bump clusterawsadm to v2.2.1

## 0.17.0-0.2.0 (2023-07-03)

Expand Down
18 changes: 9 additions & 9 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
core:
kind:
clusterctl: v1.4.3
cluster-api: v1.4.3
capi-kubeadm-bootstrap-system: v1.4.3
capi-kubeadm-control-plane-system: v1.4.3
clusterctl: v1.5.1
cluster-api: v1.5.1
capi-kubeadm-bootstrap-system: v1.5.1
capi-kubeadm-control-plane-system: v1.5.1
calico:
calicoctl: v3.25.1
tigera-operator: v1.25.9
calicoctl: v3.26.1
tigera-operator: v1.30.5
cluster-autoscaler-chart: v9.29.1
cluster-autoscaler: v1.27.2
pause: v3.9
aws:
clusterawsadm: v2.2.0
cluster-api-aws: v2.2.0
cluster-api-aws-templates: v2.2.0
clusterawsadm: v2.2.1
cluster-api-aws: v2.2.1
cluster-api-aws-templates: v2.2.1
managed:
eks-addons:
aws-ebs-csi-driver: v1.19.0-eksbuild.2
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 @@ -55,8 +55,8 @@ func newAWSBuilder() *AWSBuilder {

func (b *AWSBuilder) setCapx(managed bool) {
b.capxProvider = "aws"
b.capxVersion = "v2.2.0"
b.capxImageVersion = "v2.2.0"
b.capxVersion = "v2.2.1"
b.capxImageVersion = "v2.2.1"
b.capxName = "capa"
b.capxManaged = managed
b.csiNamespace = "kube-system"
Expand Down
6 changes: 3 additions & 3 deletions pkg/cluster/internal/create/actions/createworker/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ var denyAllEgressIMDSgnpFiles embed.FS
var allowEgressIMDSgnpFiles embed.FS

const (
CAPICoreProvider = "cluster-api:v1.4.3"
CAPIBootstrapProvider = "kubeadm:v1.4.3"
CAPIControlPlaneProvider = "kubeadm:v1.4.3"
CAPICoreProvider = "cluster-api:v1.5.1"
CAPIBootstrapProvider = "kubeadm:v1.5.1"
CAPIControlPlaneProvider = "kubeadm:v1.5.1"

scName = "keos"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiServer:
enabled: false
calicoctl:
image: docker.io/calico/ctl
tag: v3.25.1
tag: v3.26.1
certs:
node:
cert:
Expand Down Expand Up @@ -54,7 +54,7 @@ resources: {}
tigeraOperator:
image: tigera/operator
registry: quay.io
version: v1.29.3
version: v1.30.5
# Tolerations for the tigera/operator pod.
tolerations:
- effect: NoExecute
Expand Down
8 changes: 4 additions & 4 deletions pkg/cluster/internal/providers/docker/stratio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV CLUSTER_TOPOLOGY=true
ENV CLUSTERCTL_DISABLE_VERSIONCHECK=true

# Tools versions
ENV CLUSTERCTL=v1.4.3
ENV CLUSTERAWSADM=v2.2.0
ENV CLUSTERCTL=v1.5.1
ENV CLUSTERAWSADM=v2.2.1
ENV HELM=v3.11.3

# Helm charts
Expand All @@ -15,11 +15,11 @@ ENV AZUREDISK_CSI_DRIVER_CHART=v1.27.1
ENV AZUREFILE_CSI_DRIVER_CHART=v1.27.2
ENV CLOUD_PROVIDER_AZURE_CHART=v1.27.1
ENV CLUSTER_AUTOSCALER_CHART=9.29.1
ENV TIGERA_OPERATOR_CHART=v3.25.1
ENV TIGERA_OPERATOR_CHART=v3.26.1

# Cluster-api artifacts
ENV CAPI_REPO=/root/.cluster-api/local-repository
ENV CAPA=v2.2.0
ENV CAPA=v2.2.1
ENV CAPG=v1.4.0
ENV CAPZ=v1.10.2
ENV CAPZMANAGED=v1.9.7
Expand Down

0 comments on commit f1568d1

Please sign in to comment.