[PR #439] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.13.0 to 1.14.0 in /examples/go #612

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/439
Author: @dependabot[bot]
Created: 3/2/2021
Status: Merged
Merged: 3/2/2021
Merged by: @dependabot[bot]

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


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+8 -10)

📄 Description

Bumps cloud.google.com/go/storage from 1.13.0 to 1.14.0.

Release notes

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

google-cloud-go bigquery/v1.14.0

Features

spanner spanner/v1.14.0

Features

  • spanner/admin/database: adds PITR fields to backup and database (0959f27)
  • spanner/spannertest: restructure column alteration implementation (#3616) (176400b)
  • spanner/spansql: add complete set of array functions (#3633) (13d50b9)
  • spanner/spansql: add complete set of string functions (#3625) (34027ad)
  • spanner: add option for returning Spanner commit stats (c7ecf0f)
  • spanner: add option for returning Spanner commit stats (7bdebad)
  • spanner: support CommitStats (#3444) (b7c3ca6)

Bug Fixes

  • spanner/spannertest: support queries in ExecuteSql (#3640) (8eede84), refs #3639
  • spanner/spansql: fix SelectFromJoin behavior (#3571) (e0887c7)

storage/v1.14.0

  • Updates to various dependencies.
Commits
  • bcac779 chore: release spanner 1.14.0 (#3606)
  • eebb48a docs(pubsublite): extra examples and documentation clean up (#3663)
  • 28decb5 feat(bigtable): support partial results in InstanceAdminClient.Clusters() (#2...
  • 0b4370a chore(all): auto-regenerate gapics (#3678)
  • b4b5898 chore(all): auto-regenerate gapics (#3669)
  • 670c1a5 test(bigtable): delete table retry fix (#3443)
  • 7a56edf docs(firestore): added != and not-in to godoc (#3673)
  • d45e49d chore: refactor genlocal into genbot (#3674)
  • 257f322 feat(firestore): add opencensus tracing support (#2942)
  • b7438c2 refactor(pubsublite): add context to error messages for leaf services (#3649)
  • 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 will merge this PR once CI passes on it, as requested by @fsouza.


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)

🔄 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/439 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.14.0` --- ### 📝 Commits (1) - [`10dfb14`](https://github.com/fsouza/fake-gcs-server/commit/10dfb140d2e884d417ec6bb16c789c1ab3090d05) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+9 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+8 -10) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.14.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>google-cloud-go bigquery/v1.14.0</h2> <h3>Features</h3> <ul> <li><strong>bigquery:</strong> add support for bignumeric (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/2779">#2779</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/ea3cde55ad3d8d843bce8d023747cf69552850b5">ea3cde5</a>)</li> <li><strong>bigquery:</strong> expose hive partitioning options (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3240">#3240</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/fa77efa1a1880ff89307d54cc7e9e8c09430e4e2">fa77efa</a>)</li> </ul> <h2>spanner spanner/v1.14.0</h2> <h3>Features</h3> <ul> <li><strong>spanner/admin/database:</strong> adds PITR fields to backup and database (<a href="https://www.github.com/googleapis/google-cloud-go/commit/0959f27e85efe94d39437ceef0ff62ddceb8e7a7">0959f27</a>)</li> <li><strong>spanner/spannertest:</strong> restructure column alteration implementation (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3616">#3616</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/176400be9ab485fb343b8994bc49ac2291d8eea9">176400b</a>)</li> <li><strong>spanner/spansql:</strong> add complete set of array functions (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3633">#3633</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/13d50b93cc8348c54641b594371a96ecdb1bcabc">13d50b9</a>)</li> <li><strong>spanner/spansql:</strong> add complete set of string functions (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3625">#3625</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/34027ada6a718603be2987b4084ce5e0ead6413c">34027ad</a>)</li> <li><strong>spanner:</strong> add option for returning Spanner commit stats (<a href="https://www.github.com/googleapis/google-cloud-go/commit/c7ecf0f3f454606b124e52d20af2545b2c68646f">c7ecf0f</a>)</li> <li><strong>spanner:</strong> add option for returning Spanner commit stats (<a href="https://www.github.com/googleapis/google-cloud-go/commit/7bdebadbe06774c94ab745dfef4ce58ce40a5582">7bdebad</a>)</li> <li><strong>spanner:</strong> support CommitStats (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3444">#3444</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/b7c3ca6c83cbdca95d734df8aa07c5ddb8ab3db0">b7c3ca6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>spanner/spannertest:</strong> support queries in ExecuteSql (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3640">#3640</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/8eede8411a5521f45a5c3f8091c42b3c5407ea90">8eede84</a>), refs <a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3639">#3639</a></li> <li><strong>spanner/spansql:</strong> fix SelectFromJoin behavior (<a href="https://www.github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3571">#3571</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/e0887c762a4c58f29b3e5b49ee163a36a065463c">e0887c7</a>)</li> </ul> <h2>storage/v1.14.0</h2> <ul> <li>Updates to various dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bcac7798d9554b2a5093d88a5d694e69687141a7"><code>bcac779</code></a> chore: release spanner 1.14.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3606">#3606</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eebb48a12962f3442a97d3de5725cfaf6336a80d"><code>eebb48a</code></a> docs(pubsublite): extra examples and documentation clean up (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3663">#3663</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/28decb55c366c5ec67e04800aa06179943b765f6"><code>28decb5</code></a> feat(bigtable): support partial results in InstanceAdminClient.Clusters() (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/2">#2</a>...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0b4370a0d397913d932dbbdc2046a958dc3b836a"><code>0b4370a</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3678">#3678</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b4b58987368f80494bbc7f651f50e9123200fb3f"><code>b4b5898</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3669">#3669</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/670c1a542390f0f6b570cbcec20d1efbb1cb3bc6"><code>670c1a5</code></a> test(bigtable): delete table retry fix (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3443">#3443</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7a56edf0e36e1e23ac3f2273c990e4e8bfbf6f6d"><code>7a56edf</code></a> docs(firestore): added <code>!=</code> and <code>not-in</code> to godoc (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3673">#3673</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d45e49d36275daa28aa645af661f14bd4645ad8c"><code>d45e49d</code></a> chore: refactor genlocal into genbot (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3674">#3674</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/257f322e68b75765bd316ccefed5461d4df538a0"><code>257f322</code></a> feat(firestore): add opencensus tracing support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/2942">#2942</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b7438c2af53a0c98e3ed4578e082535840875f80"><code>b7438c2</code></a> refactor(pubsublite): add context to error messages for leaf services (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3649">#3649</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.13.0...spanner/v1.14.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.13.0&new-version=1.14.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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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) </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:50 +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#612
No description provided.