[PR #1491] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 in /examples/go #1541

Closed
opened 2026-03-03 12:35:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1491
Author: @dependabot[bot]
Created: 2/13/2024
Status: Merged
Merged: 2/14/2024
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.37.0 to 1.38.0.

Release notes

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

storage: v1.38.0

1.38.0 (2024-02-12)

Features

  • storage: Support auto-detection of access ID for external_account creds (#9208) (b958d44)
  • storage: Support custom hostname for VirtualHostedStyle SignedURLs (#9348) (7eec40e)
  • storage: Support universe domains (#9344) (29a7498)

Bug Fixes

  • storage: Fix v4 url signing for hosts that specify ports (#9347) (f127b46)

Documentation

  • storage: Indicate that gRPC is incompatible with universe domains (#9386) (e8bd85b)
Commits
  • ef12dbd chore(main): release spanner 1.38.0 (#6606)
  • ccd3614 feat(spanner/spannertest): add support for adding and dropping Foreign Keys (...
  • bff16a7 feat(spanner/spansql): add support for coalesce expressions (#6461)
  • e9a94c2 feat(bigquery): improve error when reading null values (#6566)
  • 6b0ac0c feat(bigquery/storage/managedwriter): augment reconnection logic (#6609)
  • 9f3c334 chore(logging): added extra variables on environment test runs (#6511)
  • f8a307c chore(internal/gapicgen): fix print to not panic (#6583)
  • a6004e7 feat(iam): start generating apiv2 (#6605)
  • 59d162b fix(spanner): pass userAgent to cloud spanner requests (#6598)
  • eedc632 feat(bigquery): add trace instrumentation support for individual rpcs (#6493)
  • 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 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/1491 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/13/2024 **Status:** ✅ Merged **Merged:** 2/14/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.38.0` --- ### 📝 Commits (1) - [`e686854`](https://github.com/fsouza/fake-gcs-server/commit/e6868546c8c9b1d1ee018f33fe00001840ebcde8) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+3 -3) 📝 `examples/go/go.sum` (+6 -6) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.37.0 to 1.38.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.38.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.37.0...storage/v1.38.0">1.38.0</a> (2024-02-12)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Support auto-detection of access ID for external_account creds (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9208">#9208</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b958d44589f2b6b226ea3bef23829ac75a0aa6a6">b958d44</a>)</li> <li><strong>storage:</strong> Support custom hostname for VirtualHostedStyle SignedURLs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9348">#9348</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/7eec40e4cf82c53e5bf02bd2c14e0b25043da6d0">7eec40e</a>)</li> <li><strong>storage:</strong> Support universe domains (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9344">#9344</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/29a7498b8eb0d00fdb5acd7ee8ce0e5a2a8c11ce">29a7498</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Fix v4 url signing for hosts that specify ports (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9347">#9347</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f127b4648f861c1ba44f41a280a62652620c04c2">f127b46</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage:</strong> Indicate that gRPC is incompatible with universe domains (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9386">#9386</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e8bd85bbce12d5f7ab87fa49d166a6a0d84bd12d">e8bd85b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ef12dbd2faf915e7e956f0fd3a4b3f47647a442c"><code>ef12dbd</code></a> chore(main): release spanner 1.38.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6606">#6606</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ccd3614f6edbaf3d7d202feb4df220f244550a78"><code>ccd3614</code></a> feat(spanner/spannertest): add support for adding and dropping Foreign Keys (...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bff16a783c1fd4d7e888d4ee3b5420c1bbf10da1"><code>bff16a7</code></a> feat(spanner/spansql): add support for coalesce expressions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6461">#6461</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e9a94c2e52ca3d07bc15030cf411f7e1c5235d39"><code>e9a94c2</code></a> feat(bigquery): improve error when reading null values (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6566">#6566</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6b0ac0c400d2d5b26689176c71cc6db1db9b283f"><code>6b0ac0c</code></a> feat(bigquery/storage/managedwriter): augment reconnection logic (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6609">#6609</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9f3c33461182d78a7492cd8216ef4775da65f3b8"><code>9f3c334</code></a> chore(logging): added extra variables on environment test runs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6511">#6511</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f8a307cc8f2dff6359506c1ddad2e2b1e64c8955"><code>f8a307c</code></a> chore(internal/gapicgen): fix print to not panic (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6583">#6583</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a6004e762f782869cd85688937475744f7b17e50"><code>a6004e7</code></a> feat(iam): start generating apiv2 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6605">#6605</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/59d162bdfcbe00a060a52930be7185f00e8df2c1"><code>59d162b</code></a> fix(spanner): pass userAgent to cloud spanner requests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6598">#6598</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eedc6327b845850d9d6109014a5d531dfbfa7d04"><code>eedc632</code></a> feat(bigquery): add trace instrumentation support for individual rpcs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6493">#6493</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.37.0...spanner/v1.38.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.37.0&new-version=1.38.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:35:04 +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#1541
No description provided.