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 google-cloud-storage from 1.118.0 to 2.2.2 #688

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps google-cloud-storage from 1.118.0 to 2.2.2.

Release notes

Sourced from google-cloud-storage's releases.

java-storage v2.2.2

Bug Fixes

  • update StorageOptions to not overwrite any previously set host (#1142) (05375c0)

Documentation

  • Add comments to GCS gRPC API proto spec to describe how naming work (#1139) (417c525)

Dependencies

  • update dependency com.google.apis:google-api-services-storage to v1-rev20211201-1.32.1 (#1165) (9031836)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 (#1163) (feca2c6)
  • update kms.version to v0.94.0 (#1164) (8653783)

java-storage v2.2.1

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 (#1146) (a5d13a9)

java-storage v2.2.0

Features

  • next release from mainline is 2.2.0 (#1124) (53a755b)
  • update all automatic retry behavior to be idempotency aware (#1132) (470b8cd)

Dependencies

  • update dependency com.google.apis:google-api-services-storage to v1-rev20211018-1.32.1 (#1123) (edc0e00)
  • update kms.version to v0.93.2 (#1120) (a5c007d)

java-storage v2.1.9

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 (#1115) (37d892b)

java-storage v2.1.8

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

2.2.2 (2021-12-06)

Bug Fixes

  • update StorageOptions to not overwrite any previously set host (#1142) (05375c0)

Documentation

  • Add comments to GCS gRPC API proto spec to describe how naming work (#1139) (417c525)

Dependencies

  • update dependency com.google.apis:google-api-services-storage to v1-rev20211201-1.32.1 (#1165) (9031836)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 (#1163) (feca2c6)
  • update kms.version to v0.94.0 (#1164) (8653783)

2.2.1 (2021-11-15)

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 (#1146) (a5d13a9)

2.2.0 (2021-11-02)

Features

  • next release from mainline is 2.2.0 (#1124) (53a755b)
  • update all automatic retry behavior to be idempotency aware (#1132) (470b8cd)

Dependencies

  • update dependency com.google.apis:google-api-services-storage to v1-rev20211018-1.32.1 (#1123) (edc0e00)
  • update kms.version to v0.93.2 (#1120) (a5c007d)

2.1.9 (2021-10-19)

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 (#1115) (37d892b)

2.1.8 (2021-10-18)

... (truncated)

Commits
  • 9067be0 chore: release 2.2.2 (#1149)
  • 9031836 deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • 8653783 deps: update kms.version to v0.94.0 (#1164)
  • feca2c6 deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 9e0e0c6 chore: remove enable-samples profile (#1157)
  • bab21a5 test(deps): update dependency org.mockito:mockito-core to v4.1.0 (#1153)
  • 05375c0 fix: update StorageOptions to not overwrite any previously set host (#1142)
  • fe6d12f chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.2....
  • 43b2e7e build(deps): update dependency com.google.cloud:google-cloud-shared-config to...
  • 417c525 docs: Add comments to GCS gRPC API proto spec to describe how naming work (#1...
  • 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 [google-cloud-storage](https://github.com/googleapis/java-storage) from 1.118.0 to 2.2.2.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v1.118.0...v2.2.2)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@paulcwarren paulcwarren merged commit 0037293 into main Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/maven/main/com.google.cloud-google-cloud-storage-2.2.2 branch December 13, 2021 06:19
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.

2 participants