[PR #1464] [MERGED] build(deps): bump google.golang.org/api from 0.157.0 to 0.159.0 #1516

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1464
Author: @dependabot[bot]
Created: 1/26/2024
Status: Merged
Merged: 1/28/2024
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/google.golang.org/api-0.159.0


📝 Commits (1)

  • 86d31b5 build(deps): bump google.golang.org/api from 0.157.0 to 0.159.0

📊 Changes

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

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+14 -14)

📄 Description

Bumps google.golang.org/api from 0.157.0 to 0.159.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.159.0

0.159.0 (2024-01-26)

Features

Bug Fixes

v0.158.0

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)
Changelog

Sourced from google.golang.org/api's changelog.

0.159.0 (2024-01-26)

Features

Bug Fixes

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)
Commits
  • ee5c9cc chore(main): release 0.159.0 (#2378)
  • 55b0516 fix(transport): relax universe checks (#2376)
  • a8d9414 feat(all): auto-regenerate discovery clients (#2377)
  • 68b1bc1 chore(main): release 0.158.0 (#2360)
  • df17254 fix(transport/grpc): add universe domain verification (#2375)
  • b21a1fa fix(internal): support internaloption.WithDefaultUniverseDomain (#2373)
  • ddb3a12 chore(google-api-go-generator): replace literal with const (#2363)
  • d266978 feat(all): auto-regenerate discovery clients (#2374)
  • 73fc7fd fix(transport): not enable s2a when there is endpoint override (#2368)
  • 2d69d97 feat(all): auto-regenerate discovery clients (#2372)
  • 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/1464 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.159.0` --- ### 📝 Commits (1) - [`86d31b5`](https://github.com/fsouza/fake-gcs-server/commit/86d31b5be1f43c1251db7ba6f82e582b2415e138) build(deps): bump google.golang.org/api from 0.157.0 to 0.159.0 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.157.0 to 0.159.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.159.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.158.0...v0.159.0">0.159.0</a> (2024-01-26)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2377">#2377</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553">a8d9414</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c">55b0516</a>)</li> </ul> <h2>v0.158.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0">0.158.0</a> (2024-01-25)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2361">#2361</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6c3b622e2a358e940307026b3b10ed25f825b5d2">6c3b622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2365">#2365</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f40db7f9a7ae2dd4a1945c236f5ff792901ed67b">f40db7f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2366">#2366</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e0db6a56333968b548ede1aafe64ca58953db492">e0db6a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2369">#2369</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c097f28a29428d00c4bfb9baee6ac19429e9ee">45c097f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a">2d69d97</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8">d266978</a>)</li> <li><strong>impersonate:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2296">#2296</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6ef1144a79d93982b56c81cf0116965a7c0bf93a">6ef1144</a>)</li> <li><strong>transport:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2355">#2355</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/69626e37973a7f1e7974d7dd0e6e0fee3c0ebe6f">69626e3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> Support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932">b21a1fa</a>)</li> <li><strong>transport/grpc:</strong> Add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff">df17254</a>)</li> <li><strong>transport:</strong> Not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06">73fc7fd</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.158.0...v0.159.0">0.159.0</a> (2024-01-26)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2377">#2377</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553">a8d9414</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c">55b0516</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0">0.158.0</a> (2024-01-25)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2361">#2361</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6c3b622e2a358e940307026b3b10ed25f825b5d2">6c3b622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2365">#2365</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f40db7f9a7ae2dd4a1945c236f5ff792901ed67b">f40db7f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2366">#2366</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e0db6a56333968b548ede1aafe64ca58953db492">e0db6a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2369">#2369</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c097f28a29428d00c4bfb9baee6ac19429e9ee">45c097f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a">2d69d97</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8">d266978</a>)</li> <li><strong>impersonate:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2296">#2296</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6ef1144a79d93982b56c81cf0116965a7c0bf93a">6ef1144</a>)</li> <li><strong>transport:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2355">#2355</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/69626e37973a7f1e7974d7dd0e6e0fee3c0ebe6f">69626e3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> Support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932">b21a1fa</a>)</li> <li><strong>transport/grpc:</strong> Add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff">df17254</a>)</li> <li><strong>transport:</strong> Not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06">73fc7fd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ee5c9ccf6755d4c4642d90ebd21d69704215f1a7"><code>ee5c9cc</code></a> chore(main): release 0.159.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2378">#2378</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c"><code>55b0516</code></a> fix(transport): relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553"><code>a8d9414</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2377">#2377</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/68b1bc11210ade9377fff7ae96374c7e92d45e79"><code>68b1bc1</code></a> chore(main): release 0.158.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2360">#2360</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff"><code>df17254</code></a> fix(transport/grpc): add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932"><code>b21a1fa</code></a> fix(internal): support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ddb3a12e65eb0b091820cfd6dd0ea9f9d9eb1093"><code>ddb3a12</code></a> chore(google-api-go-generator): replace literal with const (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2363">#2363</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8"><code>d266978</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06"><code>73fc7fd</code></a> fix(transport): not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a"><code>2d69d97</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.159.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.157.0&new-version=0.159.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:57 +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#1516
No description provided.