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 library dependencies #34

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps sigs.k8s.io/cluster-api-provider-vsphere from 1.6.0 to 1.8.0.

Release notes

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

v1.8.0

Highlights

  • New reviewers and approvers have been added to the project 🎉
  • Based on Cluster API v1.5.0
  • Support for guest shutdown during VM deletion (via VMware tools)
  • Improved session handling
  • Improved release automation

Changes since v1.7


📈 Overview

  • 92 new commits merged
  • 4 breaking changes ⚠️
  • 6 feature additions ✨
  • 13 bugs fixed 🐛

⚠️ Breaking Changes

  • Introduce concurrency flags per controller (#2106)
  • Treating VSphereVM wasNotFoundByBIOSUUID as transient error (#2136)
  • Webhook: prevent changes to an already set VSphereVM.spec.biosUUID (#2146)

🌱 Deprecations & Removals

  • Deprecate AutoConfigure functionality (#2103)
  • Deprecate v1alpha3 and v1alpha4 apiVersions (#2166)
  • Remove haproxy (#2031)
  • Remove NodeLabeling feature gate (#2032)

✨ New Features

  • Align flags with CAPI (#2104)
  • Automate GitHub release creation (#2050)
  • Bump CAPI to v1.5.0 (#1970 #1996 #2029 #2091)
  • Disable vAppConfig during VM creation (#2014)
  • Improve session handling with a secure session key (#2154)
  • Perform guest shutdown if VMware tools are installed when deleting VM (#1982)
  • Support bare IPv6 vCenter server addresses (#1998)

🐛 Bug Fixes

  • APIs: fix missing categories marker for VShpereVM in v1alpha3 and v1alpha4 (#1973)
  • CAPV CSI driver isn't passing TLS thumbprint (#1819)
  • clustermodules: prevent creation of new modules if DoesExist returns an error (#2185)
  • Don't call session logout for keepAliveHandler (#1949)
  • Fix datastore selection based on StoragePolicy (#1937)
  • pkg/session fix used RoundTripper inside anonymous func for KeepAliveHandler (#2033)

... (truncated)

Commits
  • cf7352a Merge pull request #2201 from kubernetes-sigs/dependabot/go_modules/k8s.io/cl...
  • 079cf34 Merge pull request #2185 from chrischdi/pr-clustermodule-doesexist-leak
  • 0a51d7c clustermodules: prevent creation of new modules if DoesExist returns an error
  • 5c73e2a Merge pull request #2196 from kubernetes-sigs/dependabot/github_actions/actio...
  • dee965b 🌱 Bump k8s.io/cluster-bootstrap from 0.27.2 to 0.27.4
  • a88d186 Merge pull request #2200 from kubernetes-sigs/dependabot/go_modules/k8s.io/ap...
  • 1385fc2 🌱 Bump k8s.io/apiextensions-apiserver from 0.27.2 to 0.27.4
  • 0283ea9 Merge pull request #2197 from kubernetes-sigs/dependabot/go_modules/k8s.io/cl...
  • d1947b3 🌱 Bump k8s.io/client-go from 0.27.2 to 0.27.4
  • 76ec8bb 🌱 Bump actions/setup-go from 4.0.1 to 4.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 21, 2023 04:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 21, 2023
@erkanerol
Copy link
Contributor

Since we still rely on old version, we will not update cluster-api-provider-vsphere dependencies here. See https://github.com/giantswarm/cluster-api-provider-vsphere-app/blob/main/Makefile.custom.mk#L8

Don't merge this PR. Keep it open to track the status.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [sigs.k8s.io/cluster-api-provider-vsphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases)
- [Commits](kubernetes-sigs/cluster-api-provider-vsphere@v1.6.0...v1.8.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api-provider-vsphere
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@erkanerol erkanerol force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.0 branch from a40779c to 2b116ee Compare July 24, 2024 07:58
@erkanerol erkanerol changed the title Bump sigs.k8s.io/cluster-api-provider-vsphere from 1.6.0 to 1.8.0 Update library dependencies Jul 24, 2024
@erkanerol erkanerol force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.0 branch from 2b116ee to 23d82f2 Compare July 24, 2024 08:08
@@ -87,11 +88,12 @@ func mainE(ctx context.Context) error {
}

mgr, err := ctrl.NewManager(config, ctrl.Options{
Scheme: scheme,
MetricsBindAddress: metricsAddr,
Port: 9443,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the default value and we don't have webhook in this operator. Port is useless here.

@erkanerol erkanerol merged commit 7a64c48 into main Jul 24, 2024
5 checks passed
@erkanerol erkanerol deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.0 branch July 24, 2024 09:02
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.

1 participant