Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module sigs.k8s.io/cluster-api to v1.4.9 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/cluster-api v1.4.2 -> v1.4.9 age adoption passing confidence

Release Notes

kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)

v1.4.9

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.8
📈 Overview
  • 15 new commits merged
  • 5 bugs fixed 🐛
🐛 Bug Fixes
  • CAPD: Fix DockerMachine panic (#​9690)
  • clusterctl: Fix provider namespace secret not included in clusterctl move (#​9749)
  • ClusterResourceSet: Requeue after 1 minute if ErrClusterLocked got hit (#​9809)
  • KCP: Allow dropping patches KubeadmControlPlane KubeadmConfig (#​9700)
  • Runtime SDK: Set User Agent for test extension correctly (#​9751)
🌱 Others
  • CAPD: Set Condition, if creating external LB failed. (#​9712)
  • Dependency: Bump cert-manager to v1.13.2 (#​9657)
  • Dependency: Bump controller runtime to v1.14.7 (#​9625)
  • Dependency: Bump github.com/docker/docker from 24.0.5 to 24.0.7 (#​9674)
  • Dependency: Bump Go version to v1.20.11 (#​9687)
  • Dependency: Bump golang.org/grpc to v1.59.0 (#​9628)
  • Dependency: Fix delve version in Tiltfile (#​9701)
  • e2e: Improve output of exec.KubectlApply (#​9766)
  • KCP: Support admin config for Kubeadm v1.29 (#​9685)
  • Release: Revert "Improve release staging build speed" (#​9763)

Thanks to all our contributors! 😊

v1.4.8

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.7
📈 Overview
  • 7 new commits merged
  • 2 bugs fixed 🐛
🐛 Bug Fixes
  • Machine: Retry Node delete when CCT is locked (#​9583)
  • Machine: Revert ErrClusterLocked check in Machine controller (#​9588)
🌱 Others
  • Dependency: Bump cert-manager to v1.13.1 (#​9508)
  • Dependency: Bump Go to v1.20.10 (#​9553)
  • Dependency: Bump golang.org/x/net to v0.17.0 (#​9594)
  • Release: Improve release staging build speed (#​9554)

📖 Additionally, there has been 1 contribution to our documentation and book. (#​9597)

Thanks to all our contributors! 😊

v1.4.7

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.6

📈 Overview
  • 10 new commits merged
  • 2 bugs fixed 🐛
🐛 Bug Fixes
  • KCP: Fix KCP Controller reconcile always return error when workload cluster is unreachable (#​9450)
  • MachineHealthCheck: Fix excessive trace logging in the machine health check controller (#​9427)
🌱 Others
  • Dependency: Bump cert-manager to v1.13.0 (#​9414)
  • Dependency: Bump to Go 1.20.8 (#​9432)
  • KCP: Remove redundant GetRESTConfig in KCP Management.GetWorkloadCluster (#​9453)

📖 Additionally, there have been 3 contributions to our documentation and book. (#​9366, #​9431, #​9492)

Thanks to all our contributors! 😊

v1.4.6

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.5

📈 Overview
  • 20 new commits merged
  • 9 bugs fixed 🐛
🐛 Bug Fixes
  • CAPBK: Certificate paths in cloud-init scripts should not use a platform-dependent path separator (#​9231)
  • CAPD: Delete container after failed start to work around port allocation issues (#​9131)
  • ClusterClass: Add topology-owned label to MachineHealthChecks. (#​9203)
  • ClusterClass: Fix ClusterClass enqueue for ExtensionConfig (#​9138)
  • Devtools: Fix tilt-prepare leader-elect setting (#​9317)
  • KCP: Allow unsetting useExperimentalRetryJoin field from KubeadmControlPlane (#​9201)
  • MachineDeployment: MD controller: use regular random suffix for MachineSets, ensure max length 63 (#​9330)
  • util: Fix AddAnnotations for unstructured.Unstructured (#​9178)
🌱 Others
  • CAPD: Fix multi error handling in RunContainer (#​9242)
  • CI: Add verify-govulncheck and verify-vulnerabilities targets and integrate to scan action (#​9180)
  • CI: Update base branch for link checker (#​9206)
  • Dependency: Bump corefile-migration library to v1.0.21 (#​9310)
  • Dependency: Bump golang.org/x/net to v0.13.0 (#​9123)
  • Dependency: Bump to Go 1.19.12 (#​9106)
  • Dependency: Update cert-manager to v1.12.3 (#​9199)
  • logging: Fix patch errors not being logged (#​9235)

📖 Additionally, there have been 4 contributions to our documentation and book. (#​9333, #​9245, #​9155, #​9118)

Thanks to all our contributors! 😊

v1.4.5

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.4

📈 Overview
  • 13 new commits merged
  • 6 bugs fixed 🐛
🐛 Bug Fixes
  • clusterctl: Return early if release for latest tag does not exist yet (#​8965)
  • Dependency: Bump to docker v24.0.5-0.20230714235725-36e9e796c6fc (#​9043)
  • e2e: Bump kindest/node image used in e2e tests (#​8974)
  • e2e: Increase timeout for clusterclass rollout test (#​8937)
  • KCP: Prevent nil pointer exception in kcp controller when in… (#​8991)
  • KCP: Requeue KCP object if ControlPlaneComponentsHealthyCondition is not yet true (#​9036)
🌱 Others
  • CAPD: Set Kubelet args internally in CAPD (#​8929)
  • ClusterCacheTracker: ClusterCacheTracker: ensure Get/List calls are not getting stuck when apiserver is unreachable (#​9027)
  • Dependency: Bump google.golang.org/grpc to v1.55.0 (#​8970)
  • Devtools: Build golangci-lint locally (#​8935)
  • e2e: Add SHA to default KIND image used in e2e tests (#​8976)
  • Dependency: Bump docker to v24.0.5 (#​9066)
  • Devtools: Change tilt debug base image to golang (#​9074)

Thanks to all our contributors! 😊

v1.4.4

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.3

📈 Overview

  • 12 new commits merged
  • 6 bugs fixed 🐛

🐛 Bug Fixes

  • CAPD: Add kind mapper (#​8903)
  • CAPD: test/capd: fix kind mapper entry for v1.25.11 (#​8915)
  • CI: Always build Kind images for upgrade tests (#​8871)
  • CI: Ensure ALWAYS_BUILD_KIND_IMAGES is defaulted correctly in ci script (#​8876)
  • e2e: Use known kindest/node image versions by sha for e2e upgrade tests (#​8868)
  • CAPBK: ignition: start kubeadm after network.target (#​8803)

🌱 Others

  • Dependency: Update KIND to v0.20.0 (#​8911)
  • Dependency: Update cert-manager to v1.12.2 (#​8888)
  • KCP: fix noisy error log triggered by missing patch helper (#​8866)
  • CI: Add dependency label to github actions update (#​8847)

📖 Additionally, there have been 2 contributions to our documentation and book. (#​8813, #​8806)

Thanks to all our contributors! 😊

v1.4.3

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.23.x -> v1.27.x
  • Workload Cluster: v1.21.x -> v1.27.x

More information about version support can be found here

Changes since v1.4.2

📈 Overview
  • 32 new commits merged
  • 9 bugs fixed 🐛
🐛 Bug Fixes
  • clusterctl: Return error on infra cluster and control plane discovery (#​8609)
  • e2e: Adjust machinepool helper e2e timeout (#​8756)
  • e2e: test/e2e check for machines being ready after provisioning on Runtime SDK test (#​8646)
  • e2e: test/framework fix docker pod log collector (#​8643)
  • KCP: Allow machine rollout if cert reconcile fails (#​8737)
  • KCP: Prevent KCP to create many private keys for each reconcile (#​8619)
  • CAPD: change the haproxy entrypoint to prevent getting stopped immediately after start (#​8742)
  • CAPD: Delegate CAPD port selection to the container runtime (#​8655)
  • CAPD: fix fail-swap-on=false flag not being part of kind images anymore (#​8777)
🌱 Others
  • API: Deprecate v1alpha3 and v1alpha4 in CRDs (#​8700)
  • Dependency: Bump docker/distribution to v2.8.2 (#​8648)
  • Dependency: Update cert-manager to v1.11.2 (#​8639)
  • Dependency: Update cert-manager to v1.12.0 (#​8705)
  • Dependency: Update cert-manager to v1.12.1 (#​8752)
  • Dependency: Update kpromo to v3.6.0 (#​8682)
  • Dependency: Update kubebuilder envtest (1.26.0 -> 1.27.1) (#​8601)
  • Devtools: Pin delve to version supporting go 1.19 (#​8727)
  • e2e: Disable fail-fast by default for e2e tests (#​8659)
  • e2e: Pin cgroup driver used in v0.3, v0.4 and v1.0 templates (#​8693)
  • e2e: Improve gomega fail handling in clusterClass rollout (#​8771)
  • e2e: e2e: log leftover processes to eventually detect zombies (#​8671)
  • Machine: use providerID string as-is (#​8594)

📖 Additionally, there have been 10 contributions to our documentation and book. (#​8730, #​8720, #​8674, #​8633, #​8608, #​8607, #​8539, #​8713, #​8677, #​8652)

Thanks to all our contributors! 😊


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-cluster-api-1.4.x branch from 647615d to 0f6781b Compare December 6, 2023 02:24
@renovate renovate bot changed the title Update module sigs.k8s.io/cluster-api to v1.4.8 Update module sigs.k8s.io/cluster-api to v1.4.9 Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants