[PR #328] [MERGED] build(deps): bump google.golang.org/api from 0.31.0 to 0.32.0 #522

Closed
opened 2026-03-03 12:30:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/328
Author: @dependabot[bot]
Created: 9/16/2020
Status: Merged
Merged: 9/16/2020
Merged by: @dependabot[bot]

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


📝 Commits (2)

  • 7f56ae0 build(deps): bump google.golang.org/api from 0.31.0 to 0.32.0
  • 0091935 go mod tidy

📊 Changes

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

View changed files

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

📄 Description

Bumps google.golang.org/api from 0.31.0 to 0.32.0.

Release notes

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

v0.32.0

  • option:
    • Add experimental ImpersonateCredentials option for impersonating a service account.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Changelog

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

v0.32.0

  • option:
    • Add experimental ImpersonateCredentials option for impersonating a service account.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Commits
  • c006748 chore: release v0.32.0 (#664)
  • 9313cf2 feat(all): auto-regenerate discovery clients (#663)
  • 7b3b1fe feat(all): auto-regenerate discovery clients (#661)
  • 2abcd8e chore(internal/kokoro): remove old regen logic (#660)
  • 4473b15 feat(all): auto-regenerate discovery clients (#659)
  • 247d52f chore(internal/kokoro): set GOROOT for synth (#658)
  • 264510a chore(internal/kokoro): create tmp dir, not file (#657)
  • 38b3275 chore(internal/kokoro): fix var typo (#655)
  • 7445e3d chore(internal/kokoro): fix Go install (#653)
  • 15419c6 feat(all): autogenerated update (2020-09-10) (#648)
  • 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 will merge this PR once CI passes on it, as requested by @fsouza.


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/328 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/16/2020 **Status:** ✅ Merged **Merged:** 9/16/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.32.0` --- ### 📝 Commits (2) - [`7f56ae0`](https://github.com/fsouza/fake-gcs-server/commit/7f56ae01664f1aad50f560fa9869efff667e0e41) build(deps): bump google.golang.org/api from 0.31.0 to 0.32.0 - [`0091935`](https://github.com/fsouza/fake-gcs-server/commit/0091935d596f9bb3f893331d7d8c9f2f8582217a) go mod tidy ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+11 -11) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.31.0 to 0.32.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.32.0</h2> <ul> <li>option: <ul> <li>Add experimental ImpersonateCredentials option for impersonating a service account.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h1>v0.32.0</h1> <ul> <li>option: <ul> <li>Add experimental ImpersonateCredentials option for impersonating a service account.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c0067489eddd6a0c8aad7c6f9ac0ebd946c0f3d8"><code>c006748</code></a> chore: release v0.32.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/664">#664</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9313cf2a504f4602ff27b2dd84ef49ff9a521d20"><code>9313cf2</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/663">#663</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7b3b1fe2dc94d138611c2cd531ae1f19bde578af"><code>7b3b1fe</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/661">#661</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2abcd8ee53ac684a33dc52237960dda39abce063"><code>2abcd8e</code></a> chore(internal/kokoro): remove old regen logic (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/660">#660</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4473b1536d0c6076c96a76389c3a3c611217e147"><code>4473b15</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/659">#659</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/247d52fd8ee5fe5a9d1f50fa216f106dc35056b2"><code>247d52f</code></a> chore(internal/kokoro): set GOROOT for synth (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/658">#658</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/264510a200fb79f778a95ce66b88e31be96e5385"><code>264510a</code></a> chore(internal/kokoro): create tmp dir, not file (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/657">#657</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/38b3275d92586be50647b7a68557ae81266ee601"><code>38b3275</code></a> chore(internal/kokoro): fix var typo (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/655">#655</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7445e3d679cc20394b64f7e6e15fcff3c82a3010"><code>7445e3d</code></a> chore(internal/kokoro): fix Go install (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/653">#653</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/15419c6b00a272659de6501663bc8445c69a2318"><code>15419c6</code></a> feat(all): autogenerated update (2020-09-10) (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/648">#648</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.31.0...v0.32.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.31.0&new-version=0.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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:30:25 +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#522
No description provided.