[PR #119] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.1.2 to 1.2.0 #353

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 408824b build(deps): bump cloud.google.com/go/storage from 1.1.2 to 1.2.0

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+8 -0)

📄 Description

Bumps cloud.google.com/go/storage from 1.1.2 to 1.2.0.

Release notes

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

bigquery/v1.2.0

  • Adds support for scripting feature, which includes script statistics
    and the ability to list jobs run as part of a script query.

  • Updates default endpoint for BigQuery from www.googleapis.com
    to bigquery.googleapis.com.

storage/v1.2.0

Commits
  • 08bca81 storage: release v1.2.0
  • 4800f7c storage: Add field for UniformBucketLevelAccess
  • 2d68310 Move bigtable X-Goog-API-Client header into DefaultClientOptions.
  • bd64c13 speech: move Speech to microgen process
  • 0599e18 spanner: Fix shrinkPool and enable TestMaintainer
  • 997f4e8 spanner: Cleanup TestMaxOpenedSession
  • 9b4aef3 storage: make tests pass with multiple runs
  • e7c7c65 storage: skip TestIntegration_DeleteObjectInBucketWithRetentionPolicy
  • 5b8a521 spanner: Cleanup TestWriteSessionsPrepared
  • 8290438 spanner: Cleanup TestTakeFromWriteQueue
  • 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/119 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/6/2019 **Status:** ✅ Merged **Merged:** 11/6/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.2.0` --- ### 📝 Commits (1) - [`408824b`](https://github.com/fsouza/fake-gcs-server/commit/408824b89f61606e468b11807cd7642fbe90a737) build(deps): bump cloud.google.com/go/storage from 1.1.2 to 1.2.0 ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+8 -0) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.1.2 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go/storage's releases](https://github.com/googleapis/google-cloud-go/releases).* > ## bigquery/v1.2.0 > * Adds support for scripting feature, which includes script statistics > and the ability to list jobs run as part of a script query. > > * Updates default endpoint for BigQuery from www.googleapis.com > to bigquery.googleapis.com. > > ## storage/v1.2.0 > - Add support for UniformBucketLevelAccess. This configures access checks > to use only bucket-level IAM policies. > See: https://godoc.org/cloud.google.com/go/storage#UniformBucketLevelAccess. > - Fix userAgent to use correct version. </details> <details> <summary>Commits</summary> - [`08bca81`](https://github.com/googleapis/google-cloud-go/commit/08bca813144c81c4a70e9f73ce42c98599238e54) storage: release v1.2.0 - [`4800f7c`](https://github.com/googleapis/google-cloud-go/commit/4800f7cf1f3a990797a97d43a3ec4bf00e90fd1e) storage: Add field for UniformBucketLevelAccess - [`2d68310`](https://github.com/googleapis/google-cloud-go/commit/2d6831000572ad5d3fd04a996d0562faea24075a) Move bigtable X-Goog-API-Client header into DefaultClientOptions. - [`bd64c13`](https://github.com/googleapis/google-cloud-go/commit/bd64c13662abec4dfde57ca8a4f3f0bb705d5f76) speech: move Speech to microgen process - [`0599e18`](https://github.com/googleapis/google-cloud-go/commit/0599e18f09426bdd90f81f5cc164e8aa8c8722d2) spanner: Fix shrinkPool and enable TestMaintainer - [`997f4e8`](https://github.com/googleapis/google-cloud-go/commit/997f4e86871dcc38704f1072486ac9f6406ccfb6) spanner: Cleanup TestMaxOpenedSession - [`9b4aef3`](https://github.com/googleapis/google-cloud-go/commit/9b4aef3ab8adaab12f4cb7de68e540efebe18fc1) storage: make tests pass with multiple runs - [`e7c7c65`](https://github.com/googleapis/google-cloud-go/commit/e7c7c65054684d4dcd863472874c9ebf8d454e85) storage: skip TestIntegration_DeleteObjectInBucketWithRetentionPolicy - [`5b8a521`](https://github.com/googleapis/google-cloud-go/commit/5b8a52110560975e62c55e0cc32faedca9e23ab6) spanner: Cleanup TestWriteSessionsPrepared - [`8290438`](https://github.com/googleapis/google-cloud-go/commit/82904383fb0c1ba858440ab892f88f86db24bd17) spanner: Cleanup TestTakeFromWriteQueue - Additional commits viewable in [compare view](https://github.com/googleapis/google-cloud-go/compare/storage/v1.1.2...storage/v1.2.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.1.2&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.1.2&new-version=1.2.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: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#353
No description provided.