Skip to content

chore(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.50.0#1464

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/cloud.google.com/go/storage-1.50.0
Closed

chore(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.50.0#1464
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/cloud.google.com/go/storage-1.50.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 15, 2025

Bumps cloud.google.com/go/storage from 1.39.1 to 1.50.0.

Release notes

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

storage: v1.50.0

1.50.0 (2025-01-09)

Features

  • storage/internal: Add new appendable Object to BidiWrite API (2e4feb9)
  • storage/internal: Add new preview BidiReadObject API (2e4feb9)
  • storage: Add support for gRPC bi-directional multi-range reads. This API is in private preview and not generally and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Add support for ReadHandle, a gRPC feature that allows for accelerated resumption of streams when one is interrupted. ReadHandle requires the bi-directional read API, which is in private preview and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Support appendable semantics for writes in gRPC. This API is in preview. (#11377) (b4d86a5)
  • storage: Refactor gRPC writer flow (#11377) (b4d86a5)

Bug Fixes

  • storage: Add mutex around uses of mrd variables (#11405) (54bfc32)
  • storage: Return the appropriate error for method not supported (#11416) (56d704e)

Documentation

  • storage/internal: Add IAM information to RPC comments for reference documentation (2e4feb9)
  • storage: Add preview comment to NewMultiRangeDownloader (#11420) (4ec1d66)
Commits
  • 22ab199 chore(main): release spanner 1.50.0 (#8484)
  • a79e693 feat(auth): add idtoken package (#8580)
  • 5feb3ea chore(alloydb/connectors): add config to generate apiv1 (#8636)
  • 57fc1a6 feat(networkconnectivity): add Network Connectivity Center APIs related to VP...
  • 38b957d chore(main): release bigtable 1.20.0 (#8243)
  • 69a8347 feat(auth): add grpctransport package (#8625)
  • 852a230 chore(auth): cleanup some small todos (#8628)
  • dd0b039 chore: fix publish job (#8627)
  • 2b5a2b5 chore(bigtable): switch to google.golang.org/protobuf (#8626)
  • 6933c5a feat(auth/oauth2adapt): adds a new module to translate types (#8595)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot Bot requested a review from a team as a code owner January 15, 2025 06:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2025
@github-actions github-actions Bot enabled auto-merge (squash) January 15, 2025 06:08
@rhacs-bot
Copy link
Copy Markdown
Contributor

rhacs-bot commented Jan 15, 2025

A single node development cluster (infra-pr-1464) was allocated in production infra for this PR.

CI will attempt to deploy quay.io/rhacs-eng/infra-server:0.10.71-1-ge79df7a02e to it.

🔌 You can connect to this cluster with:

gcloud container clusters get-credentials infra-pr-1464 --zone us-central1-a --project acs-team-temp-dev

🛠️ And pull infractl from the deployed dev infra-server with:

nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

🚲 You can then use the dev infra instance e.g.:

bin/infractl -k -e localhost:8443 whoami

⚠️ Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted. ⚠️

Further Development

☕ If you make changes, you can commit and push and CI will take care of updating the development cluster.

🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:

make install-local

Logs

Logs for the development infra depending on your @redhat.com authuser:

Or:

kubectl -n infra logs -l app=infra-server --tail=1 -f

@dependabot dependabot Bot force-pushed the dependabot/go_modules/cloud.google.com/go/storage-1.50.0 branch from fe649ce to cff56c6 Compare February 6, 2025 13:35
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.39.1 to 1.50.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@storage/v1.39.1...spanner/v1.50.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/cloud.google.com/go/storage-1.50.0 branch from cff56c6 to e79df7a Compare February 10, 2025 09:01
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 19, 2025

Superseded by #1530.

@dependabot dependabot Bot closed this Mar 19, 2025
auto-merge was automatically disabled March 19, 2025 06:08

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/cloud.google.com/go/storage-1.50.0 branch March 19, 2025 06:08
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