[PR #1811] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.46.0 to 1.47.0 #1840

Closed
opened 2026-03-03 12:36:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1811
Author: @dependabot[bot]
Created: 11/15/2024
Status: Merged
Merged: 11/16/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 40ada38 build(deps): bump cloud.google.com/go/storage from 1.46.0 to 1.47.0

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -2)

📄 Description

Bumps cloud.google.com/go/storage from 1.46.0 to 1.47.0.

Release notes

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

storage: v1.47.0

1.47.0 (2024-11-14)

Features

  • storage: Introduce dp detector based on grpc metrics (#11100) (60c2323)

Bug Fixes

Commits
  • 703c26a chore(main): release spanner 1.47.0 (#7960)
  • b726d41 feat(aiplatform): add UpdateExplanationDataset to aiplatform (#8118)
  • fc49c78 feat(spanner): add databoost property for batch transactions (#8152)
  • 005d2df fix(internal/retry): never return nil from GRPCStatus() (#8128)
  • b429aa1 chore(internal/postprocessor): fix profiler & errorreporting shortnames (#8131)
  • 4e80088 chore(deps): update gax-go and google.golang.org/api (#8117)
  • e43ebeb chore(postprocessor): add update steps (#8103)
  • 72d0127 test: skip flaky test (#8129)
  • 20573e2 chore(postprocessor): fix missing format specifier (#8112)
  • 28aa098 chore(postprocessor): update manual entries (#8111)
  • 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/1811 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/15/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.47.0` --- ### 📝 Commits (1) - [`40ada38`](https://github.com/fsouza/fake-gcs-server/commit/40ada3848d43916fd293f6d89b62b75f7739e76b) build(deps): bump cloud.google.com/go/storage from 1.46.0 to 1.47.0 ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.46.0 to 1.47.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.47.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.46.0...storage/v1.47.0">1.47.0</a> (2024-11-14)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Introduce dp detector based on grpc metrics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11100">#11100</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/60c2323102b623e042fc508e2b1bb830a03f9577">60c2323</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Bump auth dep (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11135">#11135</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/9620a51b2c6904d8d93e124494bc297fb98553d2">9620a51</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/703c26a736210b46308bf168adb0451022de85a9"><code>703c26a</code></a> chore(main): release spanner 1.47.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7960">#7960</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d"><code>b726d41</code></a> feat(aiplatform): add UpdateExplanationDataset to aiplatform (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8118">#8118</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fc49c78c9503c6dd4cbcba8c15e887415a744136"><code>fc49c78</code></a> feat(spanner): add databoost property for batch transactions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8152">#8152</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/005d2dfb6b68bf5a35bfb8db449d3f0084b34d6e"><code>005d2df</code></a> fix(internal/retry): never return nil from GRPCStatus() (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8128">#8128</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b429aa13975e41e45f9978e5de3f9f6054941e35"><code>b429aa1</code></a> chore(internal/postprocessor): fix profiler &amp; errorreporting shortnames (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8131">#8131</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4e80088ff791d6411ddd59371736ec557dba23ed"><code>4e80088</code></a> chore(deps): update gax-go and google.golang.org/api (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8117">#8117</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e43ebeb38608c152efc23ef700007a0c73836d2a"><code>e43ebeb</code></a> chore(postprocessor): add update steps (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8103">#8103</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/72d0127472d16d77c383e52ac374366a2f4af476"><code>72d0127</code></a> test: skip flaky test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8129">#8129</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/20573e2aadab7f19751b0c50aa5e468457c64175"><code>20573e2</code></a> chore(postprocessor): fix missing format specifier (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8112">#8112</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/28aa098866f62b04728704d26d16b68d5a034ec7"><code>28aa098</code></a> chore(postprocessor): update manual entries (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8111">#8111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.46.0...spanner/v1.47.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.46.0&new-version=1.47.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:36:26 +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#1840
No description provided.