diff --git a/CHANGELOG.md b/CHANGELOG.md index e8dd9d500e..93095850f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/DEPENDENCIES b/DEPENDENCIES index a440b2eb2d..1c926ef26f 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -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 diff --git a/pkg/cluster/internal/create/actions/createworker/aws.go b/pkg/cluster/internal/create/actions/createworker/aws.go index c1aac4dcab..9688930bf2 100644 --- a/pkg/cluster/internal/create/actions/createworker/aws.go +++ b/pkg/cluster/internal/create/actions/createworker/aws.go @@ -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" diff --git a/pkg/cluster/internal/create/actions/createworker/provider.go b/pkg/cluster/internal/create/actions/createworker/provider.go index 2404ea2137..1a458cc0fb 100644 --- a/pkg/cluster/internal/create/actions/createworker/provider.go +++ b/pkg/cluster/internal/create/actions/createworker/provider.go @@ -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" diff --git a/pkg/cluster/internal/create/actions/createworker/templates/common/calico-helm-values.tmpl b/pkg/cluster/internal/create/actions/createworker/templates/common/calico-helm-values.tmpl index 9443a8f6ac..5a8f1807ca 100644 --- a/pkg/cluster/internal/create/actions/createworker/templates/common/calico-helm-values.tmpl +++ b/pkg/cluster/internal/create/actions/createworker/templates/common/calico-helm-values.tmpl @@ -3,7 +3,7 @@ apiServer: enabled: false calicoctl: image: docker.io/calico/ctl - tag: v3.25.1 + tag: v3.26.1 certs: node: cert: @@ -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 diff --git a/pkg/cluster/internal/providers/docker/stratio/Dockerfile b/pkg/cluster/internal/providers/docker/stratio/Dockerfile index 09cad61ae2..133a05deaf 100644 --- a/pkg/cluster/internal/providers/docker/stratio/Dockerfile +++ b/pkg/cluster/internal/providers/docker/stratio/Dockerfile @@ -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 @@ -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