vmware-tanzu / cluster-api-provider-bringyourownhost

Kubernetes Cluster API Provider BYOH for already-provisioned hosts running Linux.
Apache License 2.0
232 stars 76 forks source link

Bump sigs.k8s.io/cluster-api/test from 1.1.5 to 1.4.2 #799

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sigs.k8s.io/cluster-api/test from 1.1.5 to 1.4.2.

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.4.2

👌 Kubernetes version support

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

[1] When using Cluster API with the experimental CLUSTER_TOPOLOGY feature, the Kubernetes version of the management cluster must be >= 1.22.0.

More information about version support can be found here

Changes since v1.4.1

:chart_with_upwards_trend: Overview

  • 25 new commits merged
  • 0 breaking changes :warning:
  • 2 feature additions ✨
  • 9 bugs fixed 🐛

:sparkles: New Features

  • CAPD: Use k8s v1.27.0 in quickstart docs and CAPD (#8538)
  • ClusterClass: add support or concurrent MD upgrades in classy clusters (#8528)

:bug: Bug Fixes

  • ClusterClass: avoid errors when MHC and upgrade occur together in classy clusters (#8568)
  • Dependency: Update kindnetd and kindest/haproxy (#8470)
  • e2e: Catch failure when fetching component URLs (#8489)
  • IPAM: fix gateway being required for IPAddress (#8574)
  • KCP: Ensure nil-pointer check in KCP syncMachines (#8488)
  • MachinePool: Add node watcher to MachinePool controller (#8474)
  • Testing: internal/machine-controller fix flakes in phases test (#8590)
  • Testing: machine-controller: fix phase tests race condition in tests on lastUpdated field (#8491)

:seedling: Others

  • Dependency: Update controller-tools to v1.11.4 (#8555)
  • Dependency: Update cert manager to v1.11.1 (#8532)
  • Dependency: Update kind to v1.18.0 (#8434)
  • Dependency: Update docker to v20.10.24 (#8476)
  • e2e: assert E2E error responses when waiting for MD nodes (#8516)
  • e2e: use topology flavor for workload clusters in clusterctl upgrade test (#8550)
  • IPAM: Make IPAddressClaim.Status.AddressRef optional (#8530)

:book: Additionally, there have been 8 contributions to our documentation and book. (#8582, #8562, #8537, #8512, #8513, #8482, #8556, #8589)

Thanks to all our contributors! 😊

... (truncated)

Commits
  • 7b92ce4 Merge pull request #8590 from k8s-infra-cherrypick-robot/cherry-pick-8576-to-...
  • ad63320 internal/machine-controller fix flakes in phases test
  • a0da0a6 Merge pull request #8589 from k8s-infra-cherrypick-robot/cherry-pick-8587-to-...
  • 690fa03 Move image from external host to CAPI repo
  • 4f3a613 Merge pull request #8582 from k8s-infra-cherrypick-robot/cherry-pick-8580-to-...
  • 52c9e7e book: drop unused link in developing e2e tests doc
  • 3f4750a Merge pull request #8574 from k8s-infra-cherrypick-robot/cherry-pick-8506-to-...
  • ad88b30 ipam: fix gateway being required for IPAddress
  • dea2b8b Merge pull request #8568 from k8s-infra-cherrypick-robot/cherry-pick-8464-to-...
  • c5d1995 mitigate kubeadm join issue when classy cluster is upgrading
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #810.