Skip to content

Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0 in /sdks#22038

Merged
jrmccluskey merged 1 commit intomasterfrom
dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0
Jun 28, 2022
Merged

Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0 in /sdks#22038
jrmccluskey merged 1 commit intomasterfrom
dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps cloud.google.com/go/storage from 1.22.1 to 1.23.0.

Release notes

Sourced from cloud.google.com/go/storage's releases.

pubsub: v1.23.0

1.23.0 (2022-06-23)

Features

  • pubsub: report publisher outstanding metrics (#6187) (cc1528b)
  • pubsub: support bigquery subscriptions (#6119) (81f704a)

storage: v1.23.0

1.23.0 (2022-06-23)

Features

  • storage: add support for OLM Prefix/Suffix (#5929) (ec21d10)
  • storage: support AbortIncompleteMultipartUpload LifecycleAction (#5812) (fdec929), refs #5795

Bug Fixes

  • storage: allow for Age *int64 type and int64 type (#6230) (cc7acb8)

pubsub: v1.22.2

1.22.2 (2022-06-03)

Bug Fixes

  • pubsub: fix iterator distribution bound calculations (#6125) (6c470ff)
Commits

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)

@asf-ci
Copy link
Copy Markdown

asf-ci commented Jun 24, 2022

Can one of the admins verify this patch?

4 similar comments
@asf-ci
Copy link
Copy Markdown

asf-ci commented Jun 24, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link
Copy Markdown

asf-ci commented Jun 24, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link
Copy Markdown

asf-ci commented Jun 24, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link
Copy Markdown

asf-ci commented Jun 24, 2022

Can one of the admins verify this patch?

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Jun 24, 2022
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 24, 2022

Codecov Report

Merging #22038 (4ceebaf) into master (67dede2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #22038   +/-   ##
=======================================
  Coverage   74.00%   74.00%           
=======================================
  Files         703      703           
  Lines       92936    92936           
=======================================
  Hits        68779    68779           
  Misses      22891    22891           
  Partials     1266     1266           
Flag Coverage Δ
go 50.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67dede2...4ceebaf. Read the comment docs.

@github-actions
Copy link
Copy Markdown
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @riteshghorse for label go.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@dependabot dependabot bot force-pushed the dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0 branch from 82e6321 to 2981280 Compare June 24, 2022 17:54
@riteshghorse
Copy link
Copy Markdown
Contributor

R: @jrmccluskey

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@jrmccluskey
Copy link
Copy Markdown
Contributor

Run Go PostCommit

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.22.1...pubsub/v1.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0 branch from 2981280 to 4ceebaf Compare June 24, 2022 20:32
@jrmccluskey
Copy link
Copy Markdown
Contributor

Run Go PostCommit

1 similar comment
@jrmccluskey
Copy link
Copy Markdown
Contributor

Run Go PostCommit

@jrmccluskey
Copy link
Copy Markdown
Contributor

Dataflow run failures seem to be name collisions with other dataflow tests running, not a fault of the code, but I'd like to get a clean run first. I'm also wondering if we shouldn't find a way to change the job names on dataflow to include the PR number...

@jrmccluskey
Copy link
Copy Markdown
Contributor

Run Go PostCommit

@jrmccluskey jrmccluskey merged commit 3852e2b into master Jun 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0 branch June 28, 2022 18:09
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 Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants