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

🌱(deps): Bump the all-go-mod-patch-and-minor group across 3 directories with 3 updates #2312

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the all-go-mod-patch-and-minor group with 1 update in the / directory: github.com/gophercloud/gophercloud/v2.
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /hack/tools directory: github.com/gophercloud/gophercloud/v2 and golang.org/x/text.
Bumps the all-go-mod-patch-and-minor group with 1 update in the /orc directory: golang.org/x/text.

Updates github.com/gophercloud/gophercloud/v2 from 2.2.0 to 2.3.0

Release notes

Sourced from github.com/gophercloud/gophercloud/v2's releases.

v2.3.0

What's Changed

Full Changelog: gophercloud/gophercloud@v2.2.0...v2.3.0

Changelog

Sourced from github.com/gophercloud/gophercloud/v2's changelog.

v2.3.0 (2024-12-06)

  • GH-3213 [v2] Handle nova api version > 2.87 for hypervisor
  • GH-3236 [v2] Added required fields for Node API Parity
  • GH-3248 [v2] Add support for disable_power_off
  • GH-3261 [v2] Misc cleanups
  • GH-3262 [v2] Address govet 1.24 issue
Commits
  • 7e6ff8d Merge pull request #3266 from shiftstack/prepare_v2.3.0
  • 8874ad4 Prepare v2.3.0
  • f9025aa Merge pull request #3263 from gophercloud/bp-v2-a7f6d08
  • 9c474a1 tests: Remove service update integration test
  • 1dccc8d Merge pull request #3262 from gophercloud/bp-v2-eaf2923-ce56d12-0d4b68d
  • 752f35e make: Bump golangci-lint
  • f26116e lint: Remove non-constant format string in calls (govet)
  • 49ee31a lint: Address recent lint issues
  • b8089e5 Merge pull request #3261 from gophercloud/bp-v2-37efb25-2e64714-baa5df9-65463...
  • cfa40d7 scripts: Add getenvvar tool
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.29.0 to 0.30.0

Commits
  • 7042ebc openpgp/clearsign: just use rand.Reader in tests
  • 3e90321 go.mod: update golang.org/x dependencies
  • 8c4e668 x509roots/fallback: update bundle
  • See full diff in compare view

Updates golang.org/x/text from 0.20.0 to 0.21.0

Commits

Updates github.com/gophercloud/gophercloud/v2 from 2.2.0 to 2.3.0

Release notes

Sourced from github.com/gophercloud/gophercloud/v2's releases.

v2.3.0

What's Changed

Full Changelog: gophercloud/gophercloud@v2.2.0...v2.3.0

Changelog

Sourced from github.com/gophercloud/gophercloud/v2's changelog.

v2.3.0 (2024-12-06)

  • GH-3213 [v2] Handle nova api version > 2.87 for hypervisor
  • GH-3236 [v2] Added required fields for Node API Parity
  • GH-3248 [v2] Add support for disable_power_off
  • GH-3261 [v2] Misc cleanups
  • GH-3262 [v2] Address govet 1.24 issue
Commits
  • 7e6ff8d Merge pull request #3266 from shiftstack/prepare_v2.3.0
  • 8874ad4 Prepare v2.3.0
  • f9025aa Merge pull request #3263 from gophercloud/bp-v2-a7f6d08
  • 9c474a1 tests: Remove service update integration test
  • 1dccc8d Merge pull request #3262 from gophercloud/bp-v2-eaf2923-ce56d12-0d4b68d
  • 752f35e make: Bump golangci-lint
  • f26116e lint: Remove non-constant format string in calls (govet)
  • 49ee31a lint: Address recent lint issues
  • b8089e5 Merge pull request #3261 from gophercloud/bp-v2-37efb25-2e64714-baa5df9-65463...
  • cfa40d7 scripts: Add getenvvar tool
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.20.0 to 0.21.0

Commits

Updates golang.org/x/text from 0.20.0 to 0.21.0

Commits

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 <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

…es with 3 updates

Bumps the all-go-mod-patch-and-minor group with 1 update in the / directory: [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud).
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /hack/tools directory: [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud) and [golang.org/x/text](https://github.com/golang/text).
Bumps the all-go-mod-patch-and-minor group with 1 update in the /orc directory: [golang.org/x/text](https://github.com/golang/text).


Updates `github.com/gophercloud/gophercloud/v2` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.3.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v2.2.0...v2.3.0)

Updates `golang.org/x/crypto` from 0.29.0 to 0.30.0
- [Commits](golang/crypto@v0.29.0...v0.30.0)

Updates `golang.org/x/text` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.20.0...v0.21.0)

Updates `github.com/gophercloud/gophercloud/v2` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.3.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v2.2.0...v2.3.0)

Updates `golang.org/x/text` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.20.0...v0.21.0)

Updates `golang.org/x/text` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/gophercloud/gophercloud/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Dec 9, 2024
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 9, 2024
@k8s-ci-robot
Copy link
Contributor

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

I'm waiting for a kubernetes-sigs 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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 9, 2024
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit 8d5d335
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/67573f390dc0aa0008dddbf1
😎 Deploy Preview https://deploy-preview-2312--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 9, 2024
@EmilienM
Copy link
Contributor

EmilienM commented Dec 9, 2024

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 9, 2024
@EmilienM
Copy link
Contributor

EmilienM commented Dec 9, 2024

/test pull-cluster-api-provider-openstack-e2e-test
/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: EmilienM

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

The pull request process is described 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

@EmilienM
Copy link
Contributor

EmilienM commented Dec 9, 2024

/test pull-cluster-api-provider-openstack-e2e-test

@k8s-ci-robot k8s-ci-robot merged commit 5660935 into release-0.11 Dec 9, 2024
9 checks passed
@k8s-ci-robot k8s-ci-robot deleted the dependabot/go_modules/release-0.11/all-go-mod-patch-and-minor-8674f4a583 branch December 9, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants