CS-SI / SafeScale

SafeScale: multicloud management platform
Apache License 2.0
42 stars 15 forks source link

build(deps): bump github.com/gophercloud/gophercloud from 0.25.0 to 1.2.0 #637

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/gophercloud/gophercloud/compare/v1.1.1...v1.2.0

v1.1.1

The GOPROXY cache for v1.1.0 was corrupted with a tag pointing to the wrong commit. This release fixes the problem by exposing a new release with the same content.

Please use v1.1.1 instead of v1.1.0 to avoid cache issues.

v1.1.0 (2022-11-24)

  • GH-2513 objectstorage: Do not parse NoContent responses
  • GH-2503 Bump golang.org/x/crypto
  • GH-2501 Staskraev/l3 agent scheduler
  • GH-2496 Manila: add Get for share-access-rules API
  • GH-2491 Add VipQosPolicyID to loadbalancer Create and Update
  • GH-2488 Add Persistance for octavia pools.UpdateOpts
  • GH-2487 Add Prometheus protocol for octavia listeners
  • GH-2482 Add createdAt, updatedAt and provisionUpdatedAt fields in Baremetal V1 nodes
  • GH-2479 Add service_types support for neutron subnet
  • GH-2477 Port CreatedAt and UpdatedAt: add back JSON tags
  • GH-2475 Support old time format for port CreatedAt and UpdatedAt
  • GH-2474 Implementing re-image volumeaction
  • GH-2470 keystone: add v3 limits GetEnforcementModel operation
  • GH-2468 keystone: add v3 OS-FEDERATION extension List Mappings
  • GH-2458 Fix typo in blockstorage/v3/attachments docs
  • GH-2456 Add support for Update for flavors
  • GH-2453 Add description to flavor
  • GH-2417 Neutron v2: ScheduleBGPSpeakerOpts, RemoveBGPSpeaker, Lis…

v1.0.0

UPGRADE NOTES + PROMISE OF COMPATIBILITY

  • Introducing Gophercloud v1! Like for every other release so far, all clients will upgrade automatically with go get -d github.com/gophercloud/gophercloud unless the dependency is pinned in go.mod.
  • Gophercloud v1 comes with a promise of compatibility: no breaking changes are expected to merge before v2.0.0.

IMPROVEMENTS

... (truncated)

Changelog

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

v1.2.0 (2023-01-27)

Starting with this version, Gophercloud sends its actual version in the user-agent string in the format gophercloud/v1.2.0. It no longer sends the hardcoded string gophercloud/2.0.0.

  • GH-2542 Add field hidden in containerinfra/v1/clustertemplates
  • GH-2537 Support value_specs for Ports
  • GH-2530 keystone: add v3 OS-FEDERATION mappings create operation
  • GH-2519 Modify user-agent header to ensure current gophercloud version is provided

v1.1.1 (2022-12-07)

The GOPROXY cache for v1.1.0 was corrupted with a tag pointing to the wrong commit. This release fixes the problem by exposing a new release with the same content.

Please use v1.1.1 instead of v1.1.0 to avoid cache issues.

v1.1.0 (2022-11-24)

  • GH-2513 objectstorage: Do not parse NoContent responses
  • GH-2503 Bump golang.org/x/crypto
  • GH-2501 Staskraev/l3 agent scheduler
  • GH-2496 Manila: add Get for share-access-rules API
  • GH-2491 Add VipQosPolicyID to loadbalancer Create and Update
  • GH-2488 Add Persistance for octavia pools.UpdateOpts
  • GH-2487 Add Prometheus protocol for octavia listeners
  • GH-2482 Add createdAt, updatedAt and provisionUpdatedAt fields in Baremetal V1 nodes
  • GH-2479 Add service_types support for neutron subnet
  • GH-2477 Port CreatedAt and UpdatedAt: add back JSON tags
  • GH-2475 Support old time format for port CreatedAt and UpdatedAt
  • GH-2474 Implementing re-image volumeaction
  • GH-2470 keystone: add v3 limits GetEnforcementModel operation
  • GH-2468 keystone: add v3 OS-FEDERATION extension List Mappings
  • GH-2458 Fix typo in blockstorage/v3/attachments docs
  • GH-2456 Add support for Update for flavors
  • GH-2453 Add description to flavor
  • GH-2417 Neutron v2: ScheduleBGPSpeakerOpts, RemoveBGPSpeaker, Lis…

1.0.0 (2022-08-29)

UPGRADE NOTES + PROMISE OF COMPATIBILITY

  • Introducing Gophercloud v1! Like for every other release so far, all clients will upgrade automatically with go get -d github.com/gophercloud/gophercloud unless the dependency is pinned in go.mod.
  • Gophercloud v1 comes with a promise of compatibility: no breaking changes are expected to merge before v2.0.0.

IMPROVEMENTS

  • Added compute.v2/extensions/services.Delete GH-2427
  • Added support for standard-attr-revisions to networking/v2/networks, networking/v2/ports, and networking/v2/subnets GH-2437
  • Added updated_at and created_at fields to networking/v2/ports.Port GH-2445
Commits
  • e0878b0 Merge pull request #2538 from shiftstack/prepare_v1.2.0
  • 2535503 Update changelog with latest changes
  • 43ea430 Merge pull request #2530 from OpenSource-THG/keystone-federation-mappings-create
  • d9a753c Merge pull request #2542 from bartekle/master
  • ece82b5 Prepare v1.2.0
  • acd036b Convert CHANGELOG to Unix EOL
  • 3763b92 Merge pull request #2519 from UmBsublime/dev/version
  • c5f62f9 Modify user-agent header to ensure current gophercloud version is provided
  • 389e565 Add field hidden in containerinfra/v1/clustertemplates
  • 15a9feb Merge pull request #2537 from Nordix/port-value-specs
  • 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)
dependabot[bot] commented 1 year ago

Looks like github.com/gophercloud/gophercloud is up-to-date now, so this is no longer needed.