[PR #128] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.2.1 to 1.3.0 in /examples/go #362

Closed
opened 2026-03-03 12:29:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/128
Author: @dependabot-preview[bot]
Created: 11/12/2019
Status: Merged
Merged: 11/12/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.2.1 to 1.3.0.

Release notes

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

storage/v1.3.0

  • Use storage.googleapis.com/storage/v1 by default for GCS requests
    instead of www.googleapis.com/storage/v1.
Commits
  • ad4df4c storage: release v1.3.0
  • fc09f3a storage: use domain split domain
  • ad306d0 bigquery: address issue with RowIterator behavior
  • 7e6db5f pubsub: skip flaky test
  • 889c1fc all: regen
  • 90c61cb bigquery: add range partitioning for tables
  • 8812d4f storage: Updating default client settings when using STORAGE_EMULATOR_HOST.
  • ca7e126 spanner: Make a new release v1.1.0.
  • 906d039 firestore: remove unused test.pb.go
  • ba6988a storage: skip TestIntegration_BucketPolicyOnly
  • See full diff 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/128 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/12/2019 **Status:** ✅ Merged **Merged:** 11/12/2019 **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.3.0` --- ### 📝 Commits (1) - [`002971c`](https://github.com/fsouza/fake-gcs-server/commit/002971c54bc7e6b28bdd15c40f9ab17074d2cc59) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+6 -0) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.2.1 to 1.3.0. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go/storage's releases](https://github.com/googleapis/google-cloud-go/releases).* > ## storage/v1.3.0 > - Use `storage.googleapis.com/storage/v1` by default for GCS requests > instead of `www.googleapis.com/storage/v1`. </details> <details> <summary>Commits</summary> - [`ad4df4c`](https://github.com/googleapis/google-cloud-go/commit/ad4df4c99a07c0a5844d1eef093dad04d0c8c0f4) storage: release v1.3.0 - [`fc09f3a`](https://github.com/googleapis/google-cloud-go/commit/fc09f3a79b851d8012f55167dac291610ebf01a2) storage: use domain split domain - [`ad306d0`](https://github.com/googleapis/google-cloud-go/commit/ad306d05a883c84914f2de3370a88cf8ad8b53e4) bigquery: address issue with RowIterator behavior - [`7e6db5f`](https://github.com/googleapis/google-cloud-go/commit/7e6db5f8b7a0cd7cc9a31a099316d5436404dbf8) pubsub: skip flaky test - [`889c1fc`](https://github.com/googleapis/google-cloud-go/commit/889c1fc29e76ec34a18df77ad16844558e9049ce) all: regen - [`90c61cb`](https://github.com/googleapis/google-cloud-go/commit/90c61cb6b2d275ce6037ff82aa8cef13996bd861) bigquery: add range partitioning for tables - [`8812d4f`](https://github.com/googleapis/google-cloud-go/commit/8812d4f4e9a85614e5b244c2be76067de2d0d2a4) storage: Updating default client settings when using STORAGE_EMULATOR_HOST. - [`ca7e126`](https://github.com/googleapis/google-cloud-go/commit/ca7e126784bed69cd9b226316747d4e1b99b9c00) spanner: Make a new release v1.1.0. - [`906d039`](https://github.com/googleapis/google-cloud-go/commit/906d039f85e78562738376bd61b1e0ee026e5eee) firestore: remove unused test.pb.go - [`ba6988a`](https://github.com/googleapis/google-cloud-go/commit/ba6988acc1c1b9c52fe05e3184451f47e155da07) storage: skip TestIntegration_BucketPolicyOnly - See full diff in [compare view](https://github.com/googleapis/google-cloud-go/compare/storage/v1.2.1...storage/v1.3.0) </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.2.1&new-version=1.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.2.1&new-version=1.3.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:29:39 +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#362
No description provided.