[PR #341] [MERGED] build(deps): bump google.golang.org/api from 0.32.0 to 0.33.0 in /examples/go #534

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

📋 Pull Request Information

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

Base: mainHead: dependabot/go_modules/examples/go/google.golang.org/api-0.33.0


📝 Commits (1)

  • b9fc5df build(deps): bump google.golang.org/api in /examples/go

📊 Changes

2 files changed (+4 additions, -9 deletions)

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+3 -8)

📄 Description

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

Release notes

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

v0.33.0

  • idtoken:
    • Add an example of setting HTTP auth header.
  • internal:
    • Refactor service-account.json into a testdata folder.
  • transport:
    • Add device certificate Authentication support to GRPC.
    • Support GOOGLE_API_USE_CLIENT_CERTIFICATE and GOOGLE_API_USE_MTLS_ENDPOINT environment variables to conform with AIP-4114.
  • 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.33.0

  • idtoken:
    • Add an example of setting HTTP auth header.
  • internal:
    • Refactor service-account.json into a testdata folder.
  • transport:
    • Add device certificate Authentication support to GRPC.
    • Support GOOGLE_API_USE_CLIENT_CERTIFICATE and GOOGLE_API_USE_MTLS_ENDPOINT environment variables to conform with AIP-4114.
  • Various updates to autogenerated clients.

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

Commits
  • a176829 chore(all): release v0.33.0 (#703)
  • 85852b8 feat(all): auto-regenerate discovery clients (#700)
  • cf76bf9 feat(all): auto-regenerate discovery clients (#696)
  • 96cde40 feat(all): auto-regenerate discovery clients (#695)
  • f04e32a feat(all): auto-regenerate discovery clients (#694)
  • 620a34a feat(all): auto-regenerate discovery clients (#692)
  • b428d2f docs(idtoken): add example for setting auth header (#683)
  • 2abee2d feat(all): auto-regenerate discovery clients (#691)
  • 8bdc877 fix(internal): move service-account.json to testdata (#690)
  • 5f8ad47 feat(all): auto-regenerate discovery clients (#687)
  • 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/341 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2020 **Status:** ✅ Merged **Merged:** 10/14/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.33.0` --- ### 📝 Commits (1) - [`b9fc5df`](https://github.com/fsouza/fake-gcs-server/commit/b9fc5dfcfc83b2c53178d1b291941a7dd8b1e296) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+4 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+3 -8) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.32.0 to 0.33.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.33.0</h2> <ul> <li>idtoken: <ul> <li>Add an example of setting HTTP auth header.</li> </ul> </li> <li>internal: <ul> <li>Refactor service-account.json into a testdata folder.</li> </ul> </li> <li>transport: <ul> <li>Add device certificate Authentication support to GRPC.</li> <li>Support <code>GOOGLE_API_USE_CLIENT_CERTIFICATE</code> and <code>GOOGLE_API_USE_MTLS_ENDPOINT</code> environment variables to conform with <a href="https://google.aip.dev/auth/4114">AIP-4114</a>.</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> <h2>v0.33.0</h2> <ul> <li>idtoken: <ul> <li>Add an example of setting HTTP auth header.</li> </ul> </li> <li>internal: <ul> <li>Refactor service-account.json into a testdata folder.</li> </ul> </li> <li>transport: <ul> <li>Add device certificate Authentication support to GRPC.</li> <li>Support <code>GOOGLE_API_USE_CLIENT_CERTIFICATE</code> and <code>GOOGLE_API_USE_MTLS_ENDPOINT</code> environment variables to conform with <a href="https://google.aip.dev/auth/4114">AIP-4114</a>.</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/a17682945f61786df395cb3ee721485601d21244"><code>a176829</code></a> chore(all): release v0.33.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/703">#703</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/85852b8ab6693201138dc654eb0a4ab786257a79"><code>85852b8</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/700">#700</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/cf76bf972d5ab5a3cc41d91a8caf0e286a187490"><code>cf76bf9</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/696">#696</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/96cde40557ad6f5ed7fe4cf4b234f1d9d29ad505"><code>96cde40</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/695">#695</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f04e32ad335902b68622695f877f98d19ca0fad8"><code>f04e32a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/694">#694</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/620a34a1c18d2d54054ae878b3abc4e848095c33"><code>620a34a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/692">#692</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b428d2fb727bcb888786f1c94946130ccda05593"><code>b428d2f</code></a> docs(idtoken): add example for setting auth header (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/683">#683</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2abee2d2344ea9e463211f1cc7e43c5582ad3b72"><code>2abee2d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/691">#691</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8bdc87751ae88a0d5c25ba77e6258b435058a87d"><code>8bdc877</code></a> fix(internal): move service-account.json to testdata (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/690">#690</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5f8ad471393462119cde965879e81adbb96905f6"><code>5f8ad47</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/687">#687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.32.0...v0.33.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.32.0&new-version=0.33.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-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:29 +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#534
No description provided.