ionos-cloud / cluster-api-provider-ionoscloud

cluster-api provider for IONOS Cloud
Apache License 2.0
12 stars 4 forks source link

:seedling: Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates #205

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: github.com/ionos-cloud/sdk-go/v6, github.com/onsi/ginkgo/v2, sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.

Updates github.com/ionos-cloud/sdk-go/v6 from 6.2.0 to 6.2.1

Release notes

Sourced from github.com/ionos-cloud/sdk-go/v6's releases.

v6.2.1

Fixed

  • Fixed missing internal-use only Vnet field for NICs
  • Fixed missing internal-use only PlacementGroupId field for Servers

Added

  • Added metadata fields CreatedBy, LastModifiedBy, etc. for Users

Full Changelog: https://github.com/ionos-cloud/sdk-go/compare/v6.2.0...v6.2.1

Changelog

Sourced from github.com/ionos-cloud/sdk-go/v6's changelog.

CHANGELOG

Commits


Updates github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.20.0

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Commits


Updates sigs.k8s.io/cluster-api from 1.7.4 to 1.8.0

Release notes

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

v1.8.0

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.30.x
  • Workload Cluster: v1.25.x -> v1.30.x

More information about version support can be found here

Highlights

  • Bumped to controller-runtime v0.18, k8s.io/* v0.30, controller-gen v0.15, Go 1.22
  • API: Add support for negative polarity conditions (#10550)
  • API: Allow control plane provider to set control plane endpoint (#10667)
  • CABPK: Add kubeadm v1beta4 types (including ExtraEnvs and ImagePullSerial) (#10709, #10846)
  • CABPK: Allow to generate JoinConfiguration discovery kubeconfig (#10799)
  • ClusterClass: Improvements for variables
    • CEL support for variables (#9239)
    • Metadata for top-level and nested variables (& deprecate previous metadata field) (#10778)
    • Support control plane variable overrides (#10682)
    • New builtin variables: control plane / MD / MP metadata (#10837), Cluster UID (#10822)
  • KCP: Delete out of date machines with unhealthy control plane component conditions during rollout (#10196)
  • KCP: Default ControlPlaneKubeletLocalMode kubeadm feature gate to true for Kubernetes >= 1.31.0
  • Logging: Improvements to rollout logs: Cluster topology controller (#10690), KCP controller & webhooks (#10628), MachineDeployment controller (#10688)
  • MachineDeployment: Add remediation strategy (#10712)
  • MachineSet/Machine: Improvements to Machine deletion
    • Machine deletion skips waiting for volumes detached for unreachable Nodes (#10662)
    • Machine drain ignores terminating Pods earlier for unreachable Nodes (#10706)
    • MachineSet: Fix deletion priority to avoid deleting too many machines (#10087)
    • MachineSet: Deprioritize unknown NodeHealthy conditions for deletion (#10763)
    • MachineSet: Ensure unhealthy machines get deletion priority (#10755)
  • A usual, significantly improved e2e test framework & coverage (#10083, #10216, #10135, #10498, #10639, #10530)
  • New providers in clusterctl: IONOS Cloud (#10767), Linode (#10471), Tinkerbell (#10487)

Deprecation Warning

  • ClusterClass: Deprecate definitionFrom field (#10841)
  • ClusterClass: Deprecate IP Family builtin variable (#10554)
  • MachineDeployment: Deprecate revision management (#10855)
  • MachineHealthCheck: Deprecate MaxUnhealthy & UnhealthyRange fields (#10853)

Umbrella issue: API changes: #10852

Changes since v1.7.0

:chart_with_upwards_trend: Overview

  • 322 new commits merged
  • 1 breaking change :warning:
  • 23 feature additions ✨
  • 50 bugs fixed 🐛

:warning: Breaking Changes

... (truncated)

Commits
  • 69bbf35 Merge pull request #11042 from k8s-infra-cherrypick-robot/cherry-pick-11032-t...
  • 06052c0 bug: Machine Controller should try to retrieve node on delete
  • 3ebdd0d Merge pull request #11039 from k8s-infra-cherrypick-robot/cherry-pick-10958-t...
  • ae9948e Update generated code
  • ec680f6 seedling: Bump the all-go-mod-patch-and-minor group across 3 directories with...
  • b374053 Merge pull request #11031 from k8s-infra-cherrypick-robot/cherry-pick-11028-t...
  • e2440a5 Log error when Lifecycle Hook Runtime Extension returns an error
  • 021876b Merge pull request #11022 from k8s-infra-cherrypick-robot/cherry-pick-11021-t...
  • f769cdf Bump Kubernetes to v1.31.0-rc.1
  • 62155e7 Merge pull request #11020 from k8s-infra-cherrypick-robot/cherry-pick-11012-t...
  • Additional commits viewable in compare view


Updates sigs.k8s.io/cluster-api/test from 1.7.4 to 1.8.0

Release notes

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

v1.8.0

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.30.x
  • Workload Cluster: v1.25.x -> v1.30.x

More information about version support can be found here

Highlights

  • Bumped to controller-runtime v0.18, k8s.io/* v0.30, controller-gen v0.15, Go 1.22
  • API: Add support for negative polarity conditions (#10550)
  • API: Allow control plane provider to set control plane endpoint (#10667)
  • CABPK: Add kubeadm v1beta4 types (including ExtraEnvs and ImagePullSerial) (#10709, #10846)
  • CABPK: Allow to generate JoinConfiguration discovery kubeconfig (#10799)
  • ClusterClass: Improvements for variables
    • CEL support for variables (#9239)
    • Metadata for top-level and nested variables (& deprecate previous metadata field) (#10778)
    • Support control plane variable overrides (#10682)
    • New builtin variables: control plane / MD / MP metadata (#10837), Cluster UID (#10822)
  • KCP: Delete out of date machines with unhealthy control plane component conditions during rollout (#10196)
  • KCP: Default ControlPlaneKubeletLocalMode kubeadm feature gate to true for Kubernetes >= 1.31.0
  • Logging: Improvements to rollout logs: Cluster topology controller (#10690), KCP controller & webhooks (#10628), MachineDeployment controller (#10688)
  • MachineDeployment: Add remediation strategy (#10712)
  • MachineSet/Machine: Improvements to Machine deletion
    • Machine deletion skips waiting for volumes detached for unreachable Nodes (#10662)
    • Machine drain ignores terminating Pods earlier for unreachable Nodes (#10706)
    • MachineSet: Fix deletion priority to avoid deleting too many machines (#10087)
    • MachineSet: Deprioritize unknown NodeHealthy conditions for deletion (#10763)
    • MachineSet: Ensure unhealthy machines get deletion priority (#10755)
  • A usual, significantly improved e2e test framework & coverage (#10083, #10216, #10135, #10498, #10639, #10530)
  • New providers in clusterctl: IONOS Cloud (#10767), Linode (#10471), Tinkerbell (#10487)

Deprecation Warning

  • ClusterClass: Deprecate definitionFrom field (#10841)
  • ClusterClass: Deprecate IP Family builtin variable (#10554)
  • MachineDeployment: Deprecate revision management (#10855)
  • MachineHealthCheck: Deprecate MaxUnhealthy & UnhealthyRange fields (#10853)

Umbrella issue: API changes: #10852

Changes since v1.7.0

:chart_with_upwards_trend: Overview

  • 322 new commits merged
  • 1 breaking change :warning:
  • 23 feature additions ✨
  • 50 bugs fixed 🐛

:warning: Breaking Changes

... (truncated)

Commits
  • 69bbf35 Merge pull request #11042 from k8s-infra-cherrypick-robot/cherry-pick-11032-t...
  • 06052c0 bug: Machine Controller should try to retrieve node on delete
  • 3ebdd0d Merge pull request #11039 from k8s-infra-cherrypick-robot/cherry-pick-10958-t...
  • ae9948e Update generated code
  • ec680f6 seedling: Bump the all-go-mod-patch-and-minor group across 3 directories with...
  • b374053 Merge pull request #11031 from k8s-infra-cherrypick-robot/cherry-pick-11028-t...
  • e2440a5 Log error when Lifecycle Hook Runtime Extension returns an error
  • 021876b Merge pull request #11022 from k8s-infra-cherrypick-robot/cherry-pick-11021-t...
  • f769cdf Bump Kubernetes to v1.31.0-rc.1
  • 62155e7 Merge pull request #11020 from k8s-infra-cherrypick-robot/cherry-pick-11012-t...
  • Additional commits viewable in compare view


Updates sigs.k8s.io/controller-runtime from 0.17.5 to 0.18.4

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.4

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4

v0.18.3

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.2...v0.18.3

v0.18.2

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2

v0.18.1

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1

v0.18.0

:warning: Breaking Changes

  • Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786)
  • Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648)
  • admission.Decoder is now an interface (#2736)
  • Source, Event, Predicate, Handler: Add generics support (#2783 #2796)
  • client: Fix SubResourceCreateOptions signature in subresource client (#2766)

:sparkles: New Features

  • cache: Add TransformStripManagedFields transform func (#2791)
  • client: Add client.WithFieldOwner to configure client-wide FieldManager (#2771 #2777)
  • controller: Add NewQueue option (#2767)
  • manager: Export HTTP server runnable implementation (#2473)
  • metrics/server: Add ListenConfig option (#2519)

:bug: Bug Fixes

  • builder/webhook: Return error if For() is used multiple times (#2740)

... (truncated)

Commits
  • 12cc8d5 Merge pull request #2848 from k8s-infra-cherrypick-robot/cherry-pick-2847-to-...
  • c0c229e controllerutil: allow configuring BlockOwnerDeletion when setting OwnerRefere...
  • be2f383 Merge pull request #2840 from sbueringer/pr-bump-k8s
  • 4720d17 Bump k8s.io/* to v0.30.1
  • aa9ed14 Merge pull request #2837 from sbueringer/pr-setup-envtest-ct-rel-0.18
  • 35d7bbd default --use-deprecated-gcs to true
  • ce4e4f5 some more deprecations
  • 56dcc14 setup-envtest: allow downloading envtest binaries from controller-tools
  • 834905b Merge pull request #2817 from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...
  • 6396a49 Reintroduce AddMetricsExtraHandler on manager
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 1 month ago

Superseded by #206.