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-provider-vsphere from 1.0.1 to 1.8.4 #6967

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps sigs.k8s.io/cluster-api-provider-vsphere from 1.0.1 to 1.8.4.

Release notes

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

v1.8.4

Changes since v1.8.3


📈 Overview

  • 2 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • Use a less expensive method for storage policy (#2481)

🌱 Others

  • Clarify OWNER_ALIASES file (#2447)

Thanks to all our contributors! 😊

v1.8.3

Changes since v1.8.2


📈 Overview

  • 2 new commits merged

🌱 Others

  • Bump Go to v1.20.10 (#2443)
  • Bump golang.org/x/net to v0.17.0 (#2440)

Thanks to all our contributors! 😊

v1.8.2

Changes since v1.8.1


📈 Overview

  • 11 new commits merged
  • 2 bugs fixed 🐛

🐛 Bug Fixes

  • Fix nil pointer error in retrieveVcenterSession (#2304)
  • Remove the conditional on ipv6 (#2424)

🌱 Others

  • Add finalizer for VSphereClusterIdentity (#2336)
  • Add ownerReference resilience test (#2354)
  • Bump Cluster API to v1.5.2 (#2402)
  • Bump to Go 1.20.8 (#2335)
  • CI: move to new resource pool and folder in VMC (#2370)
  • CI: replace metal3 ipam by CAPI in-cluster provider (#2388)
  • Improve godoc for VSphereCluster.spec.failureDomainSelector (#2323)
  • Only ensure Go minor version (#2343)
  • Use number of esxi hosts as worker node count for anti-affinity e2e test (#2379)

... (truncated)

Commits
  • 598b609 Merge pull request #2481 from rikatz/v1.8-cherrypick-2467
  • 7b11c4a Use a less expensive method for storage policy
  • 1c8e575 Merge pull request #2447 from k8s-infra-cherrypick-robot/cherry-pick-2415-to-...
  • f18566a Clarify OWNER_ALIASES file
  • ef8d014 Merge pull request #2443 from k8s-infra-cherrypick-robot/cherry-pick-2432-to-...
  • 675bb14 Bump Go to v1.20.10
  • 7c81334 Merge pull request #2440 from killianmuldoon/pr-update-net-1.8
  • 12576f1 Bump golang.org/x/net to v0.17.0
  • eedf3d0 Merge pull request #2424 from k8s-infra-cherrypick-robot/cherry-pick-2397-to-...
  • a3dbe18 Remove the conditional on ipv6
  • 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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign pokearu for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot
Copy link
Collaborator

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a aws member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@eks-distro-bot eks-distro-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 6, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.4 branch from 3e2f45e to e8135d6 Compare November 13, 2023 18:49
Bumps [sigs.k8s.io/cluster-api-provider-vsphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) from 1.0.1 to 1.8.4.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases)
- [Commits](kubernetes-sigs/cluster-api-provider-vsphere@v1.0.1...v1.8.4)

---
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]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.4 branch from e8135d6 to edaeb28 Compare November 27, 2023 17:59
@eks-distro-bot
Copy link
Collaborator

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
eks-anywhere-e2e-presubmit edaeb28 link true /test eks-anywhere-e2e-presubmit
eks-anywhere-presubmit edaeb28 link true /test eks-anywhere-presubmit
eks-anywhere-cli-attribution-presubmit edaeb28 link true /test eks-anywhere-cli-attribution-presubmit
eks-anywhere-generate-files-presubmits edaeb28 link true /test eks-anywhere-generate-files-presubmits

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #7196.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-vsphere-1.8.4 branch December 18, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot ok-to-test size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant