[PR #1030] [MERGED] build(deps): bump google.golang.org/api from 0.105.0 to 0.106.0 #1130

Closed
opened 2026-03-03 12:33:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1030
Author: @dependabot[bot]
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 5a5c962 build(deps): bump google.golang.org/api from 0.105.0 to 0.106.0

📊 Changes

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

View changed files

📝 go.mod (+5 -5)
📝 go.sum (+10 -10)

📄 Description

Bumps google.golang.org/api from 0.105.0 to 0.106.0.

Release notes

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

v0.106.0

0.106.0 (2023-01-04)

Features

  • all: Auto-regenerate discovery clients (#1784) (a7f08e2)
  • all: Auto-regenerate discovery clients (#1788) (9fb35f5)
  • all: Auto-regenerate discovery clients (#1790) (7bd17b3)
  • all: Auto-regenerate discovery clients (#1794) (3944e86)
  • idtoken: Add support for impersonated_service_account creds type (#1792) (f6dec99), refs #873
  • option/internaloption: Add new EmbeddableAdapter option (#1787) (1569e5b)

Bug Fixes

  • idtoken: Configure validator constructor to use no authentication (#1789) (b35900a), refs #1682
Changelog

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

0.106.0 (2023-01-04)

Features

  • all: Auto-regenerate discovery clients (#1784) (a7f08e2)
  • all: Auto-regenerate discovery clients (#1788) (9fb35f5)
  • all: Auto-regenerate discovery clients (#1790) (7bd17b3)
  • all: Auto-regenerate discovery clients (#1794) (3944e86)
  • idtoken: Add support for impersonated_service_account creds type (#1792) (f6dec99), refs #873
  • option/internaloption: Add new EmbeddableAdapter option (#1787) (1569e5b)

Bug Fixes

  • idtoken: Configure validator constructor to use no authentication (#1789) (b35900a), refs #1682
Commits
  • ac7eb8f chore(main): release 0.106.0 (#1786)
  • 3944e86 feat(all): auto-regenerate discovery clients (#1794)
  • f6dec99 feat(idtoken): add support for impersonated_service_account creds type (#1792)
  • ddb5c65 test: add buffer to both sides of token expiry validation (#1797)
  • b35900a fix(idtoken): configure validator constructor to use no authentication (#1789)
  • ca86833 chore(all): update all (#1796)
  • a6b0739 chore: skip generating integrations:v1 as it fails generation (#1793)
  • 7bd17b3 feat(all): auto-regenerate discovery clients (#1790)
  • 9fb35f5 feat(all): auto-regenerate discovery clients (#1788)
  • 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (#1787)
  • 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)

🔄 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/1030 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.106.0` --- ### 📝 Commits (1) - [`5a5c962`](https://github.com/fsouza/fake-gcs-server/commit/5a5c9623a89bc104fba016b06f47224666bc607d) build(deps): bump google.golang.org/api from 0.105.0 to 0.106.0 ### 📊 Changes **2 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -5) 📝 `go.sum` (+10 -10) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.105.0 to 0.106.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.106.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.105.0...v0.106.0">0.106.0</a> (2023-01-04)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1784">#1784</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a7f08e2d1f5d4590ae0c6d66077f012bd18b5464">a7f08e2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1788">#1788</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9fb35f5f5db837dc8aba5b742b63e1a837621f75">9fb35f5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1790">#1790</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7bd17b38d39db0700ee20e5078cd4b7c8c3d3acb">7bd17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1794">#1794</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/3944e86684b39e05e27a17e66ed54873433c6ad4">3944e86</a>)</li> <li><strong>idtoken:</strong> Add support for impersonated_service_account creds type (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1792">#1792</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f6dec99d014cc508d0374b666f2c325534a30bea">f6dec99</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/873">#873</a></li> <li><strong>option/internaloption:</strong> Add new EmbeddableAdapter option (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1787">#1787</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1569e5b294ad150050319c108bfbcade2180351b">1569e5b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>idtoken:</strong> Configure validator constructor to use no authentication (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1789">#1789</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b35900aff148bb8446ca7e15ed0beb50d749d6c7">b35900a</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1682">#1682</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.105.0...v0.106.0">0.106.0</a> (2023-01-04)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1784">#1784</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a7f08e2d1f5d4590ae0c6d66077f012bd18b5464">a7f08e2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1788">#1788</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9fb35f5f5db837dc8aba5b742b63e1a837621f75">9fb35f5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1790">#1790</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7bd17b38d39db0700ee20e5078cd4b7c8c3d3acb">7bd17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1794">#1794</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/3944e86684b39e05e27a17e66ed54873433c6ad4">3944e86</a>)</li> <li><strong>idtoken:</strong> Add support for impersonated_service_account creds type (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1792">#1792</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f6dec99d014cc508d0374b666f2c325534a30bea">f6dec99</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/873">#873</a></li> <li><strong>option/internaloption:</strong> Add new EmbeddableAdapter option (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1787">#1787</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1569e5b294ad150050319c108bfbcade2180351b">1569e5b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>idtoken:</strong> Configure validator constructor to use no authentication (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1789">#1789</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b35900aff148bb8446ca7e15ed0beb50d749d6c7">b35900a</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1682">#1682</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ac7eb8f2e54c91697b33971d184eb155867cf1a2"><code>ac7eb8f</code></a> chore(main): release 0.106.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1786">#1786</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/3944e86684b39e05e27a17e66ed54873433c6ad4"><code>3944e86</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1794">#1794</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f6dec99d014cc508d0374b666f2c325534a30bea"><code>f6dec99</code></a> feat(idtoken): add support for impersonated_service_account creds type (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1792">#1792</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ddb5c65423cbe6c3489912e8e5f0b6ed6afb5f6e"><code>ddb5c65</code></a> test: add buffer to both sides of token expiry validation (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1797">#1797</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b35900aff148bb8446ca7e15ed0beb50d749d6c7"><code>b35900a</code></a> fix(idtoken): configure validator constructor to use no authentication (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1789">#1789</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ca86833bca3f6b7e1daac4684e96827269d8978d"><code>ca86833</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1796">#1796</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a6b0739daff33303329308451e25fed7d682f6ac"><code>a6b0739</code></a> chore: skip generating integrations:v1 as it fails generation (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1793">#1793</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7bd17b38d39db0700ee20e5078cd4b7c8c3d3acb"><code>7bd17b3</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1790">#1790</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9fb35f5f5db837dc8aba5b742b63e1a837621f75"><code>9fb35f5</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1788">#1788</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1569e5b294ad150050319c108bfbcade2180351b"><code>1569e5b</code></a> feat(option/internaloption): add new EmbeddableAdapter option (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1787">#1787</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.105.0...v0.106.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.105.0&new-version=0.106.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 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:33:11 +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#1130
No description provided.