[PR #688] [MERGED] build(deps): bump google.golang.org/api from 0.68.0 to 0.69.0 in /examples/go #828

Closed
opened 2026-03-03 12:31:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/688
Author: @dependabot[bot]
Created: 2/16/2022
Status: Merged
Merged: 2/17/2022
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

2 files changed (+22 additions, -10 deletions)

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+21 -9)

📄 Description

Bumps google.golang.org/api from 0.68.0 to 0.69.0.

Release notes

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

v0.69.0

0.69.0 (2022-02-15)

Features

Bug Fixes

  • gensupport: cover ChunkRetryDeadline edge case (#1430) (ef89845)
  • internal/kokoro: path to module root to run discogen (#1433) (4499c41)
Changelog

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

0.69.0 (2022-02-15)

Features

Bug Fixes

  • gensupport: cover ChunkRetryDeadline edge case (#1430) (ef89845)
  • internal/kokoro: path to module root to run discogen (#1433) (4499c41)
Commits

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/688 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 2/17/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.69.0` --- ### 📝 Commits (1) - [`3c895b8`](https://github.com/fsouza/fake-gcs-server/commit/3c895b8a87e873f07cb1f7de32003828e31fdfe0) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+21 -9) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.68.0 to 0.69.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.69.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.68.0...v0.69.0">0.69.0</a> (2022-02-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients, refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1443">#1443</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1439">#1439</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1438">#1438</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1437">#1437</a></li> <li>bump grpc and x/net (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1428">#1428</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/331bc9ececf37af4a07db7a6e00e67800b66a88a">331bc9e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>gensupport:</strong> cover ChunkRetryDeadline edge case (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1430">#1430</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ef898456d14592574235bb839514bd549e1007ba">ef89845</a>)</li> <li><strong>internal/kokoro:</strong> path to module root to run discogen (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1433">#1433</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/4499c413cda13a7a638b34205941cdf367c3ae1a">4499c41</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.68.0...v0.69.0">0.69.0</a> (2022-02-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients, refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1443">#1443</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1439">#1439</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1438">#1438</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1437">#1437</a></li> <li>bump grpc and x/net (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1428">#1428</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/331bc9ececf37af4a07db7a6e00e67800b66a88a">331bc9e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>gensupport:</strong> cover ChunkRetryDeadline edge case (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1430">#1430</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ef898456d14592574235bb839514bd549e1007ba">ef89845</a>)</li> <li><strong>internal/kokoro:</strong> path to module root to run discogen (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1433">#1433</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/4499c413cda13a7a638b34205941cdf367c3ae1a">4499c41</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d8d1dd635018e96e0392e383147dd6cc628d9333"><code>d8d1dd6</code></a> chore(main): release 0.69.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1429">#1429</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ed89fcb29d6fe4bd792dd71bad71e167842209dd"><code>ed89fcb</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1443">#1443</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f47d942af6c6f717b8de6cfe8b829acf8b5df4cf"><code>f47d942</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1440">#1440</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/34437da34f6c74b39bb56c89d6e891ac601b4a5d"><code>34437da</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1439">#1439</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ae341d5c40e3a9d3fafe1b85a872d212230469cc"><code>ae341d5</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1438">#1438</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c01dedc16a5c5b02b4d0c3c1fcaae157ee06512a"><code>c01dedc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1437">#1437</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/50051fb8836637fd828c1c3499a4443b937226b3"><code>50051fb</code></a> chore: add PATH and HOME to cmds (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1436">#1436</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/81492cc22d2f1298cc2db10f36d2805397d883c2"><code>81492cc</code></a> chore(internal/kokoro): add more debug info (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1435">#1435</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4499c413cda13a7a638b34205941cdf367c3ae1a"><code>4499c41</code></a> fix(internal/kokoro): path to module root to run discogen (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1433">#1433</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/14d6bf5c3ed0231cef65179862f964dd5bfae9a6"><code>14d6bf5</code></a> chore: add a script that invoke regen (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1432">#1432</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.68.0...v0.69.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.68.0&new-version=0.69.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:31:49 +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#828
No description provided.