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

🌱 Bump sigs.k8s.io/cluster-api/test from 1.2.0-rc.0 to 1.2.0 #250

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

Bumps sigs.k8s.io/cluster-api/test from 1.2.0-rc.0 to 1.2.0.

Release notes

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

v1.2.0

Cluster API v1.2 - Release notes

This release is all about extensibility and adding more capabilities to ClusterClass and managed topologies.

By using the new Runtime SDK and Lifecycle Hooks it is now possible to build systems on top of Cluster API by hooking into a workload cluster’s lifecycle.

By using the Topology Mutation Hook (also built on top of Runtime SDK) it is now possible to write ClusterClass patches using the programming language of your choice, thus allowing to support more sophisticated Cluster variants with a single ClusterClass.

Also, starting from this release, ClusterClass and Managed Topology is using Server Side Apply, thus providing better support - fully aligned with the Kubernetes ecosystem - for use cases where different controllers co-author the same object while provisioning Clusters.

And as usual, many many other brilliant improvements and bug fixes from this amazing community!

Thanks to all our contributors! 😊

Changes since v1.1.5

👌 Kubernetes version support

  • Management Cluster: v1.20.x -> v1.24.x [1]
  • Workload Cluster: v1.18.x -> v1.24.x

[1] When using CAPI with the CLUSTER_TOPOLOGY experimental feature on, the Kubernetes Version for the management cluster must be >= 1.22.0.

⚠️ Breaking Changes

  • Bump min management cluster version to 1.20.2 (#6597)
  • Make ClusterToInfrastructureMapFunc check if the cluster is externally managed (#6070)

📝 Proposals

  • ClusterClass: Add MD variables to the ClusterClass proposal (#5976)
  • Runtime SDK: Add Runtime SDK proposal (#6181)
  • Runtime SDK: Add Runtime Hooks for Add-on management proposal (#6418)
  • Runtime SDK: Add Topology Mutation Hook proposal (#6349)
  • MachinePool: Add proposal for MachinePool Machines (#6088)
  • IPAM: Add IPAM integration proposal (#6000)
  • Metrics: Add Cluster API State Metrics proposal (#6404)

And #6810, #6743, #6568, #6822, #6234, #5994

✨ New Features

  • CABPK: Add support for kubeadm skipPhases field (#5993)
  • CABPK: Add support for passwd from secret (#6386)
  • CABPK: Refresh BootstrapToken until Nodes join (#6395)
  • CABPK: Expose kubeadm bootstrap controller bootstrap token ttl config (#6584)
  • ClusterClass: Apply PodSecurityStandard in Secure Cluster Class (#6390)
  • clusterctl: Migrate CRDs during clusterctl upgrade (#6793)
  • clusterctl: Upgrade apply: wait for providers to be ready (#6685)
  • clusterctl: Prebuilt container for clusterctl in image based pipelines (#6405)

... (truncated)

Commits
  • aebeed8 Merge pull request #6941 from k8s-infra-cherrypick-robot/cherry-pick-6938-to-...
  • e88740d Deprecate experimentalRetryJoin
  • d5c9ea8 Merge pull request #6922 from k8s-infra-cherrypick-robot/cherry-pick-6920-to-...
  • 58d829a fix log formatting in runtime client
  • 612b715 Merge pull request #6919 from k8s-infra-cherrypick-robot/cherry-pick-6845-to-...
  • acf2961 Add Clusterclass and RuntimeSDK terms to glossary
  • 7ffe66e Merge pull request #6915 from k8s-infra-cherrypick-robot/cherry-pick-6914-to-...
  • bfa8462 SSA: create cluster-shim with regular client, use ignorePaths on create
  • aff6856 Merge pull request #6912 from k8s-infra-cherrypick-robot/cherry-pick-6893-to-...
  • 3260971 Merge pull request #6909 from k8s-infra-cherrypick-robot/cherry-pick-6875-to-...
  • 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)

Bumps [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) from 1.2.0-rc.0 to 1.2.0.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.2.0-rc.0...v1.2.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 19, 2022
@batistein batistein changed the title Bump sigs.k8s.io/cluster-api/test from 1.2.0-rc.0 to 1.2.0 🌱 Bump sigs.k8s.io/cluster-api/test from 1.2.0-rc.0 to 1.2.0 Jul 19, 2022
@batistein batistein merged commit 9f4f901 into main Jul 21, 2022
@batistein batistein deleted the dependabot/go_modules/sigs.k8s.io/cluster-api/test-1.2.0 branch July 21, 2022 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant