[PR #1428] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 #1482

Closed
opened 2026-03-03 12:34:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1428
Author: @dependabot[bot]
Created: 12/14/2023
Status: Merged
Merged: 12/15/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 0269440 build(deps): bump cloud.google.com/go/storage from 1.35.1 to 1.36.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.35.1 to 1.36.0.

Release notes

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

storage: v1.36.0

1.36.0 (2023-12-14)

Features

Bug Fixes

  • storage: Do not inhibit the dead code elimination. (#8543) (ca2493f)
  • storage: Set flush and get_state to false on the last write in gRPC (#9013) (c1e9fe5)
Commits
  • b5a6b5d chore(main): release spanner 1.36.0 (#6407)
  • 09e96ce feat(spanner/spansql): add support for IFNULL expressions (#6389)
  • 267a9bb feat(spanner/spansql): support for parsing a DML file (#6349)
  • 0df3ed8 chore(settings): disable linear history on branch (#6399)
  • b38008f chore(ci): skip sync job on foks (#6400)
  • aaee688 chore(firestore): add missing license headers (#6404)
  • ff8bdf0 chore(logging): change python version for logging environment tests (#6384)
  • 8a8ba85 chore(all): auto-regenerate gapics (#6376)
  • 3029109 test(storage): unflake TestIntegration_ACL (#6392)
  • 20b6c1b feat(firestore): adds Bulkwriter support to Firestore client (#5946)
  • 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/1428 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.36.0` --- ### 📝 Commits (1) - [`0269440`](https://github.com/fsouza/fake-gcs-server/commit/0269440ba876d38ae85cac8d0bd73e50c4e9a8c3) build(deps): bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.35.1 to 1.36.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.36.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...storage/v1.36.0">1.36.0</a> (2023-12-14)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Add object retention feature (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9072">#9072</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/16ecfd150ff1982f03d207a80a82e934d1013874">16ecfd1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Do not inhibit the dead code elimination. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8543">#8543</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ca2493f43c299bbaed5f7e5b70f66cc763ff9802">ca2493f</a>)</li> <li><strong>storage:</strong> Set flush and get_state to false on the last write in gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9013">#9013</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c1e9fe5f4166a71e55814ccf126926ec0e0e7945">c1e9fe5</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b5a6b5d74646f953934987b9047493c92e0d4417"><code>b5a6b5d</code></a> chore(main): release spanner 1.36.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6407">#6407</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/09e96ce1076df4b41d45c3676b7506b318da6b9c"><code>09e96ce</code></a> feat(spanner/spansql): add support for IFNULL expressions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6389">#6389</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/267a9bbec55ee8fe885354efc8db8a61a17a8374"><code>267a9bb</code></a> feat(spanner/spansql): support for parsing a DML file (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6349">#6349</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0df3ed8fe2f68d4ec7eca6d04cdd859d532badb3"><code>0df3ed8</code></a> chore(settings): disable linear history on branch (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6399">#6399</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b38008feb319f42dbd910d5185481d4a3b0a3a06"><code>b38008f</code></a> chore(ci): skip sync job on foks (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6400">#6400</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/aaee688bd4a0680ce57d2bc8d7e7996cbd80b38c"><code>aaee688</code></a> chore(firestore): add missing license headers (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6404">#6404</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ff8bdf0ff3886829aa443af0d3961bc4715f1010"><code>ff8bdf0</code></a> chore(logging): change python version for logging environment tests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6384">#6384</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8a8ba85311f85701c97fd7c10f1d88b738ce423f"><code>8a8ba85</code></a> chore(all): auto-regenerate gapics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6376">#6376</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3029109343fd963a68c6ff88d414a7e4026d6154"><code>3029109</code></a> test(storage): unflake TestIntegration_ACL (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6392">#6392</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/20b6c1bbbc28311f4388e163cd9358d1ac0e94d4"><code>20b6c1b</code></a> feat(firestore): adds Bulkwriter support to Firestore client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/5946">#5946</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...spanner/v1.36.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.35.1&new-version=1.36.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:34:48 +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#1482
No description provided.