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

build(deps): bump github.com/gophercloud/gophercloud from 0.21.0 to 0.24.0 #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

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

Release notes

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

v0.24.0

UPGRADE NOTES

  • Set Go minimum version to 1.14 GH-2294

IMPROVEMENTS

  • Added blockstorage/v3/qos.Get GH-2283
  • Added blockstorage/v3/qos.Update GH-2283
  • Added blockstorage/v3/qos.DeleteKeys GH-2283
  • Added blockstorage/v3/qos.Associate GH-2284
  • Added blockstorage/v3/qos.Disassociate GH-2284
  • Added blockstorage/v3/qos.DisassociateAll GH-2284
  • Added blockstorage/v3/qos.ListAssociations GH-2284

v0.23.0

IMPROVEMENTS

  • Added networking/v2/extensions/agents.ListBGPSpeakers GH-2229
  • Added networking/v2/extensions/bgp/speakers.BGPSpeaker GH-2229
  • Added identity/v3/roles.Project.Domain GH-2235
  • Added identity/v3/roles.User.Domain GH-2235
  • Added identity/v3/roles.Group.Domain GH-2235
  • Added loadbalancer/v2/pools.CreateOpts.Tags GH-2237
  • Added loadbalancer/v2/pools.UpdateOpts.Tags GH-2237
  • Added loadbalancer/v2/pools.Pool.Tags GH-2237
  • Added networking/v2/extensions/bgp/speakers.List GH-2238
  • Added networking/v2/extensions/bgp/speakers.Get GH-2238
  • Added compute/v2/extensions/keypairs.CreateOpts.Type GH-2231
  • When doing Keystone re-authentification, keep the error if it failed GH-2259
  • Added new loadbalancer pool monitor types (TLS-HELLO, UDP-CONNECT and SCTP) GH-2237

v0.22.0

No release notes provided.

Changelog

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

0.24.0 (December 13, 2021)

UPGRADE NOTES

  • Set Go minimum version to 1.14 GH-2294

IMPROVEMENTS

  • Added blockstorage/v3/qos.Get GH-2283
  • Added blockstorage/v3/qos.Update GH-2283
  • Added blockstorage/v3/qos.DeleteKeys GH-2283
  • Added blockstorage/v3/qos.Associate GH-2284
  • Added blockstorage/v3/qos.Disassociate GH-2284
  • Added blockstorage/v3/qos.DisassociateAll GH-2284
  • Added blockstorage/v3/qos.ListAssociations GH-2284

0.23.0 (November 12, 2021)

IMPROVEMENTS

  • Added networking/v2/extensions/agents.ListBGPSpeakers GH-2229
  • Added networking/v2/extensions/bgp/speakers.BGPSpeaker GH-2229
  • Added identity/v3/roles.Project.Domain GH-2235
  • Added identity/v3/roles.User.Domain GH-2235
  • Added identity/v3/roles.Group.Domain GH-2235
  • Added loadbalancer/v2/pools.CreateOpts.Tags GH-2237
  • Added loadbalancer/v2/pools.UpdateOpts.Tags GH-2237
  • Added loadbalancer/v2/pools.Pool.Tags GH-2237
  • Added networking/v2/extensions/bgp/speakers.List GH-2238
  • Added networking/v2/extensions/bgp/speakers.Get GH-2238
  • Added compute/v2/extensions/keypairs.CreateOpts.Type GH-2231
  • When doing Keystone re-authentification, keep the error if it failed GH-2259
  • Added new loadbalancer pool monitor types (TLS-HELLO, UDP-CONNECT and SCTP) GH-2237

0.22.0 (October 7, 2021)

BREAKING CHANGES

  • The types of several Object Storage Update fields have been changed to pointers in order to allow the value to be unset via the HTTP headers:
    • objectstorage/v1/accounts.UpdateOpts.ContentType
    • objectstorage/v1/accounts.UpdateOpts.DetectContentType
    • objectstorage/v1/containers.UpdateOpts.ContainerRead
    • objectstorage/v1/containers.UpdateOpts.ContainerSyncTo
    • objectstorage/v1/containers.UpdateOpts.ContainerSyncKey
    • objectstorage/v1/containers.UpdateOpts.ContainerWrite
    • objectstorage/v1/containers.UpdateOpts.ContentType
    • objectstorage/v1/containers.UpdateOpts.DetectContentType
    • objectstorage/v1/objects.UpdateOpts.ContentDisposition
    • objectstorage/v1/objects.UpdateOpts.ContentEncoding
    • objectstorage/v1/objects.UpdateOpts.ContentType

... (truncated)

Commits
  • 6626c35 Merge pull request #2295 from EmilienM/rn-dec21
  • 1200e7d Update changelog to prepare the next release (0.24)
  • 77a7548 Merge pull request #2293 from shiftstack/ghaction_gomodtidy
  • 18a1ee5 Merge pull request #2294 from shiftstack/goversions
  • cfaf0b7 test: Run go fmt ./...
  • 89cbf2a actions: add a go mod tidy check
  • e2ccc7b Set Go minimum version to 1.14
  • 4c88bfb test: Run reauth tests separately
  • b54053a test: Let Go install code dependencies
  • c19d171 test: unpin Ubuntu, use latest
  • 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 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)

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

Bumps [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) from 0.21.0 to 0.24.0.
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v0.21.0...v0.24.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 the dependencies Pull requests that update a dependency file label Jan 10, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1678463869

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 67.374%

Totals Coverage Status
Change from base Build 1363925117: 0.0%
Covered Lines: 10313
Relevant Lines: 15307

💛 - Coveralls

Copy link
Author

dependabot bot commented on behalf of github Mar 28, 2024

Superseded by #37.

@dependabot dependabot bot closed this Mar 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gophercloud/gophercloud-0.24.0 branch March 28, 2024 16:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant