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 github.com/gophercloud/gophercloud from 0.24.0 to 0.25.0 #432

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2022

Bumps github.com/gophercloud/gophercloud from 0.24.0 to 0.25.0.

Release notes

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

v0.25.0

BREAKING CHANGES

  • Replaced blockstorage/noauth.NewBlockStorageNoAuth with NewBlockStorageNoAuthV2 and NewBlockStorageNoAuthV3 GH-2343
  • Renamed blockstorage/extensions/schedulerstats.Capabilities's GoodnessFuction field to GoodnessFunction GH-2346

IMPROVEMENTS

  • Added RequestOpts.OmitHeaders to provider client GH-2315
  • Added identity/v3/extensions/projectendpoints.List GH-2304
  • Added identity/v3/extensions/projectendpoints.Create GH-2304
  • Added identity/v3/extensions/projectendpoints.Delete GH-2304
  • Added protocol any to networking/v2/extensions/security/rules.Create GH-2310
  • Added REDIRECT_PREFIX and REDIRECT_HTTP_CODE to loadbalancer/v2/l7policies.Create GH-2324
  • Added SOURCE_IP_PORT LB method to loadbalancer/v2/pools.Create GH-2300
  • Added AllocatedCapacityGB capability to blockstorage/extensions/schedulerstats.Capabilities GH-2348
  • Added Metadata to dns/v2/recordset.RecordSet GH-2353
  • Added missing fields to compute/v2/extensions/servergroups.List GH-2355
  • Added missing labels fields to containerinfra/v1/nodegroups GH-2377
  • Added missing fields to loadbalancer/v2/listeners.Listener GH-2407
  • Added identity/v3/limits.List GH-2360
  • Added ParentProviderUUID to placement/v1/resourceproviders.Create GH-2356
  • Added placement/v1/resourceproviders.Delete GH-2357
  • Added placement/v1/resourceproviders.Get GH-2358
  • Added placement/v1/resourceproviders.Update GH-2359
  • Added networking/v2/extensions/bgp/peers.List GH-2241
  • Added networking/v2/extensions/bgp/peers.Get GH-2241
  • Added networking/v2/extensions/bgp/peers.Create GH-2388
  • Added networking/v2/extensions/bgp/peers.Delete GH-2388
  • Added networking/v2/extensions/bgp/peers.Update GH-2396
  • Added networking/v2/extensions/bgp/speakers.Create GH-2395
  • Added networking/v2/extensions/bgp/speakers.Delete GH-2395
  • Added networking/v2/extensions/bgp/speakers.Update GH-2400
  • Added networking/v2/extensions/bgp/speakers.AddBGPPeer GH-2400
  • Added networking/v2/extensions/bgp/speakers.RemoveBGPPeer GH-2400
  • Added networking/v2/extensions/bgp/speakers.GetAdvertisedRoutes GH-2406
  • Added networking/v2/extensions/bgp/speakers.AddGatewayNetwork GH-2406
  • Added networking/v2/extensions/bgp/speakers.RemoveGatewayNetwork GH-2406
  • Added baremetal/v1/nodes.SetMaintenance and baremetal/v1/nodes.UnsetMaintenance GH-2384
  • Added sharedfilesystems/v2/services.List GH-2350
  • Added sharedfilesystems/v2/schedulerstats.List GH-2350
  • Added sharedfilesystems/v2/schedulerstats.ListDetail GH-2350
  • Added ability to handle 502 and 504 errors GH-2245
  • Added IncludeSubtree to identity/v3/roles.ListAssignments GH-2411
Changelog

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

0.25.0 (May 30, 2022)

BREAKING CHANGES

  • Replaced blockstorage/noauth.NewBlockStorageNoAuth with NewBlockStorageNoAuthV2 and NewBlockStorageNoAuthV3 GH-2343
  • Renamed blockstorage/extensions/schedulerstats.Capabilities's GoodnessFuction field to GoodnessFunction GH-2346

IMPROVEMENTS

  • Added RequestOpts.OmitHeaders to provider client GH-2315
  • Added identity/v3/extensions/projectendpoints.List GH-2304
  • Added identity/v3/extensions/projectendpoints.Create GH-2304
  • Added identity/v3/extensions/projectendpoints.Delete GH-2304
  • Added protocol any to networking/v2/extensions/security/rules.Create GH-2310
  • Added REDIRECT_PREFIX and REDIRECT_HTTP_CODE to loadbalancer/v2/l7policies.Create GH-2324
  • Added SOURCE_IP_PORT LB method to loadbalancer/v2/pools.Create GH-2300
  • Added AllocatedCapacityGB capability to blockstorage/extensions/schedulerstats.Capabilities GH-2348
  • Added Metadata to dns/v2/recordset.RecordSet GH-2353
  • Added missing fields to compute/v2/extensions/servergroups.List GH-2355
  • Added missing labels fields to containerinfra/v1/nodegroups GH-2377
  • Added missing fields to loadbalancer/v2/listeners.Listener GH-2407
  • Added identity/v3/limits.List GH-2360
  • Added ParentProviderUUID to placement/v1/resourceproviders.Create GH-2356
  • Added placement/v1/resourceproviders.Delete GH-2357
  • Added placement/v1/resourceproviders.Get GH-2358
  • Added placement/v1/resourceproviders.Update GH-2359
  • Added networking/v2/extensions/bgp/peers.List GH-2241
  • Added networking/v2/extensions/bgp/peers.Get GH-2241
  • Added networking/v2/extensions/bgp/peers.Create GH-2388
  • Added networking/v2/extensions/bgp/peers.Delete GH-2388
  • Added networking/v2/extensions/bgp/peers.Update GH-2396
  • Added networking/v2/extensions/bgp/speakers.Create GH-2395
  • Added networking/v2/extensions/bgp/speakers.Delete GH-2395
  • Added networking/v2/extensions/bgp/speakers.Update GH-2400
  • Added networking/v2/extensions/bgp/speakers.AddBGPPeer GH-2400
  • Added networking/v2/extensions/bgp/speakers.RemoveBGPPeer GH-2400
  • Added networking/v2/extensions/bgp/speakers.GetAdvertisedRoutes GH-2406
  • Added networking/v2/extensions/bgp/speakers.AddGatewayNetwork GH-2406
  • Added networking/v2/extensions/bgp/speakers.RemoveGatewayNetwork GH-2406
  • Added baremetal/v1/nodes.SetMaintenance and baremetal/v1/nodes.UnsetMaintenance GH-2384
  • Added sharedfilesystems/v2/services.List GH-2350
  • Added sharedfilesystems/v2/schedulerstats.List GH-2350
  • Added sharedfilesystems/v2/schedulerstats.ListDetail GH-2350
  • Added ability to handle 502 and 504 errors GH-2245
  • Added IncludeSubtree to identity/v3/roles.ListAssignments GH-2411
Commits
  • 3ce7b72 Merge pull request #2416 from EmilienM/release-june2022
  • 414c458 Prepare a new release: 0.25.0
  • 1e622f1 Merge pull request #2414 from shiftstack/changelog_update
  • c0c8d2a Merge pull request #2315 from freedywu/master
  • 2c22255 Merge pull request #2415 from shiftstack/fix-networking-train
  • 40c07a8 Move neutron-dynamic-routing install per version
  • 7b73397 Prefer opendev.org to git.openstack.org
  • fd6c4b3 Fix train networking job
  • 64070e3 Update changelog in preparation for v0.25.0
  • d987a08 Merge pull request #2406 from shhgs/2022-05-20
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 31, 2022
@davidkarlsen davidkarlsen merged commit 1a5de1e into master May 31, 2022
@davidkarlsen davidkarlsen deleted the dependabot/go_modules/github.com/gophercloud/gophercloud-0.25.0 branch May 31, 2022 07:31
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