[PR #235] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.6.0 to 1.7.0 in /examples/go #447

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/235
Author: @dependabot-preview[bot]
Created: 5/5/2020
Status: Merged
Merged: 5/5/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.7.0


📝 Commits (1)

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

📊 Changes

2 files changed (+48 additions, -1 deletions)

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+47 -0)

📄 Description

Bumps cloud.google.com/go/storage from 1.6.0 to 1.7.0.

Release notes

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

storage/v1.7.0

  • V4 signed URL support:
    • Add support for bucket-bound domains and virtual hosted style URLs.
    • Add support for query parameters in the signature.
    • Fix text encoding to align with standards.
  • Add the object name to query parameters for write calls.
  • Fix retry behavior when reading files with Content-Encoding gzip.
  • Fix response header in reader.
  • New code examples:
    • Error handling for ObjectHandle preconditions.
    • Existence checks for buckets and objects.
Commits
  • 8781f63 storage: release storage/v1.7.0
  • 83fa74b pubsub: skip TestIntegration_PublicTopic
  • a40174f pubsub: skip TestIntegration_OrderedKeys_JSON
  • 3e0909a spanner: increases timeout in TestIntegration_ReadOnlyTransaction.
  • 2d911ea spanner: fix incorrect instance IDs when deleting instances
  • 6cc0f54 spanner: clean up test instances
  • eee5386 spanner: clearify docs on Aborted tx
  • 2169631 spanner: fix timeout+staleness bound for test
  • 1466466 pubsub: Don't stop subs when topic is stopped in pstest
  • 5a20ed8 all: auto-regenerate gapics
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/235 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/5/2020 **Status:** ✅ Merged **Merged:** 5/5/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.7.0` --- ### 📝 Commits (1) - [`8f7eea0`](https://github.com/fsouza/fake-gcs-server/commit/8f7eea0be82bd544bd26aa4e4cd247dbd9d46879) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+48 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+47 -0) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.6.0 to 1.7.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.7.0</h2> <ul> <li>V4 signed URL support: <ul> <li>Add support for bucket-bound domains and virtual hosted style URLs.</li> <li>Add support for query parameters in the signature.</li> <li>Fix text encoding to align with standards.</li> </ul> </li> <li>Add the object name to query parameters for write calls.</li> <li>Fix retry behavior when reading files with Content-Encoding gzip.</li> <li>Fix response header in reader.</li> <li>New code examples: <ul> <li>Error handling for <code>ObjectHandle</code> preconditions.</li> <li>Existence checks for buckets and objects.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8781f63e277bf6fbd660aac642e033327f13370b"><code>8781f63</code></a> storage: release storage/v1.7.0</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/83fa74bb435a1bbae40de4ae72e8142667720ae8"><code>83fa74b</code></a> pubsub: skip TestIntegration_PublicTopic</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a40174feff8129b71a2b18d17b576a2f068c74a8"><code>a40174f</code></a> pubsub: skip TestIntegration_OrderedKeys_JSON</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3e0909a791480ec06a1cf4e24edac3c997d76729"><code>3e0909a</code></a> spanner: increases timeout in TestIntegration_ReadOnlyTransaction.</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2d911ea60d92d5ad7471f722854a34169c74d446"><code>2d911ea</code></a> spanner: fix incorrect instance IDs when deleting instances</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6cc0f54f8a3db030525f1b805b53df72b8854c8d"><code>6cc0f54</code></a> spanner: clean up test instances</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eee5386be31560f3c875645222cb791d36237364"><code>eee5386</code></a> spanner: clearify docs on Aborted tx</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/216963110ffa2dd87e3478b8f9a7f1f0cb86658a"><code>2169631</code></a> spanner: fix timeout+staleness bound for test</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1466466ca24673483374da05f6e333d21a1450fb"><code>1466466</code></a> pubsub: Don't stop subs when topic is stopped in pstest</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5a20ed8fa286cfc5acadc450c77b3bd72fa6256d"><code>5a20ed8</code></a> all: auto-regenerate gapics</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.6.0...storage/v1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.6.0&new-version=1.7.0)](https://dependabot.com/compatibility-score/?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.6.0&new-version=1.7.0) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30: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#447
No description provided.