-
Notifications
You must be signed in to change notification settings - Fork 2
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 k8s.io/cloud-provider from 0.26.3 to 0.27.0 #189
Bump k8s.io/cloud-provider from 0.26.3 to 0.27.0 #189
Conversation
Bumps [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/kubernetes/cloud-provider/releases) - [Commits](kubernetes/cloud-provider@v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: k8s.io/cloud-provider dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
592ef0a
to
f739cde
Compare
Code Climate has analyzed commit 9ab61f0 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 55.8% (0.0% change). View more on Code Climate. |
Fix deprecation issues
9b1efe6
to
839cc18
Compare
Please add an entry in CHANGELOG.md for upgraded k8s dependencies and Go version It's a bit sad we can't make dependabot add the changelog entry itself ... maybe we should add something to our CI to sync the draft release (which is automatically created by release-drafter) with the CHANGELOG.md 🤔 |
I also removed the "minor" label and added "patch" instead - we have a bad double-use for those labels :/ |
839cc18
to
a29f889
Compare
I am quite new to dependabot, but maybe we craft a ticket for this changelog proposal for the next sprint? |
dependabot is completely out of our control, being a github service just enable with very few config options - we would have to craft something fresh for that. But we also have a quite diverse build system landscape ... here we have release-drafter, over at go-anxcloud or our terraform provider we don't. Before we craft something, we should probably try to find which way we wanna have it and use that on all projects, or at least decide on one way, craft a solution for the changelog problem and then, if that works out, use that way on every project. TL;DR: nothing to quickly define to do next sprint |
a29f889
to
33b14ef
Compare
Update changelog
33b14ef
to
9ab61f0
Compare
Bumps k8s.io/cloud-provider from 0.26.3 to 0.27.0.
Commits
9379a11
Update dependencies to v0.27.0 tag82a6856
Merge remote-tracking branch 'origin/master' into release-1.274e01cb4
Export WebhookHandler struct because some CCMs use Run directlyf5f43a4
Merge remote-tracking branch 'origin/master' into release-1.279f3bbd5
.*: update vendor dir and cleanupfe18149
Add CloudDualStackNodeIPs feature gate(s)47e45ed
Update GetNodeAddressesFromNodeIP and ParseNodeIPAnnotation for cloud dual-stackb599f38
Update GetNodeAddressesFromNodeIP to take the unparsed annotationf48fbdf
Split up PreferNodeIP into legacy and non-legacy versions0555c1a
Move kubelet--node-ip
parsing to component-helpersDependabot 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)