[PR #1382] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.33.0 to 1.34.0 in /examples/go #1441

Closed
opened 2026-03-03 12:34:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1382
Author: @dependabot[bot]
Created: 10/31/2023
Status: Merged
Merged: 11/1/2023
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.34.0


📝 Commits (1)

  • 949da57 build(deps): bump cloud.google.com/go/storage in /examples/go

📊 Changes

2 files changed (+6 additions, -7 deletions)

View changed files

📝 examples/go/go.mod (+2 -3)
📝 examples/go/go.sum (+4 -4)

📄 Description

Bumps cloud.google.com/go/storage from 1.33.0 to 1.34.0.

Release notes

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

storage: v1.34.0

1.34.0 (2023-10-31)

Features

  • storage/internal: Add match_glob field to ListObjectsRequest (#8618) (e9ae601)
  • storage/internal: Add terminal_storage_class fields to Autoclass message (57fc1a6)
  • storage/internal: Adds the RestoreObject operation (56ce871)
  • storage: Support autoclass v2.1 (#8721) (fe1e195)
  • storage: Support MatchGlob for gRPC (#8670) (3df0287), refs #7727

Bug Fixes

  • storage: Drop stream reference after closing it for gRPC writes (#8872) (525abde)
  • storage: Update golang.org/x/net to v0.17.0 (174da47)
  • storage: Update grpc-go to v1.56.3 (343cea8)
  • storage: Update grpc-go to v1.59.0 (81a97b0)
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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1382 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 11/1/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.34.0` --- ### 📝 Commits (1) - [`949da57`](https://github.com/fsouza/fake-gcs-server/commit/949da57fb18281002b5dedd65a7c561d658c4719) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+6 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+2 -3) 📝 `examples/go/go.sum` (+4 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.33.0 to 1.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's releases</a>.</em></p> <blockquote> <h2>storage: v1.34.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.33.0...storage/v1.34.0">1.34.0</a> (2023-10-31)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Add match_glob field to ListObjectsRequest (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8618">#8618</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e9ae6018983ae09781740e4ff939e6e365863dbb">e9ae601</a>)</li> <li><strong>storage/internal:</strong> Add terminal_storage_class fields to Autoclass message (<a href="https://github.com/googleapis/google-cloud-go/commit/57fc1a6de326456eb68ef25f7a305df6636ed386">57fc1a6</a>)</li> <li><strong>storage/internal:</strong> Adds the RestoreObject operation (<a href="https://github.com/googleapis/google-cloud-go/commit/56ce87195320634b07ae0b012efcc5f2b3813fb0">56ce871</a>)</li> <li><strong>storage:</strong> Support autoclass v2.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8721">#8721</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/fe1e19590a252c6adc6ca6c51a69b6e561e143b8">fe1e195</a>)</li> <li><strong>storage:</strong> Support MatchGlob for gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8670">#8670</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3df0287f88d5e2c4526e9e6b8dc2a4ca54f88918">3df0287</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7727">#7727</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Drop stream reference after closing it for gRPC writes (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8872">#8872</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/525abdee433864d4d456f1f1fff5599017b557ff">525abde</a>)</li> <li><strong>storage:</strong> Update golang.org/x/net to v0.17.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d">174da47</a>)</li> <li><strong>storage:</strong> Update grpc-go to v1.56.3 (<a href="https://github.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c">343cea8</a>)</li> <li><strong>storage:</strong> Update grpc-go to v1.59.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7">81a97b0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/86f8feaa4f2777e05eac0522d30e387c342323df"><code>86f8fea</code></a> chore(main): release spanner 1.34.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6155">#6155</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a2cdd0548324b409f45af26d269cf3699f9cd499"><code>a2cdd05</code></a> feat(videointelligence): start generating apv1p3beta1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6176">#6176</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/41e3d636a41ffc9182aee77e8292652e81cf3774"><code>41e3d63</code></a> chore(main): release 0.102.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6190">#6190</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c76b358389f377f0bc7a2cd6363f9c86115c83ca"><code>c76b358</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6208">#6208</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0"><code>c84e111</code></a> chore(all): auto-regenerate gapics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6207">#6207</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d0876076bb09b62a9cfce43bf7e8c7aaecd64dbd"><code>d087607</code></a> chore(main): release bigquery 1.33.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6057">#6057</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/913528173a12aac0e656f3931edba14404d5a9c0"><code>9135281</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6146">#6146</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dee0ec28c7d01bde3850fa0356ffd9fa9d595ddb"><code>dee0ec2</code></a> chore(talent): release v0.8.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6203">#6203</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/001d08b4204b73ee5424710755c4c173f0a1f1a9"><code>001d08b</code></a> test(bigquery): address minor test issues (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6202">#6202</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/507a2be8e4fda152d517dcb972be6353a6da2914"><code>507a2be</code></a> feat(bigquery): support partial projection of table metadata (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6186">#6186</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.33.0...spanner/v1.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:34:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1441
No description provided.