-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update library dependencies #34
Conversation
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 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 |
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]>
a40779c
to
2b116ee
Compare
2b116ee
to
23d82f2
Compare
@@ -87,11 +88,12 @@ func mainE(ctx context.Context) error { | |||
} | |||
|
|||
mgr, err := ctrl.NewManager(config, ctrl.Options{ | |||
Scheme: scheme, | |||
MetricsBindAddress: metricsAddr, | |||
Port: 9443, |
There was a problem hiding this comment.
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.
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.
... (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-leak0a51d7c
clustermodules: prevent creation of new modules if DoesExist returns an error5c73e2a
Merge pull request #2196 from kubernetes-sigs/dependabot/github_actions/actio...dee965b
🌱 Bump k8s.io/cluster-bootstrap from 0.27.2 to 0.27.4a88d186
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.40283ea9
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.476ec8bb
🌱 Bump actions/setup-go from 4.0.1 to 4.1.0You 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)