[PR #181] [MERGED] build(deps): bump google.golang.org/api from 0.17.0 to 0.18.0 #410

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/181
Author: @dependabot-preview[bot]
Created: 2/25/2020
Status: Merged
Merged: 2/25/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/google.golang.org/api-0.18.0


📝 Commits (1)

  • abac1a0 build(deps): bump google.golang.org/api from 0.17.0 to 0.18.0

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

Bumps google.golang.org/api from 0.17.0 to 0.18.0.

Release notes

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

v0.18.0

  • Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.

  • Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).

  • Make DialPool work with WithGRPCConn plus non-zero pool size googleapis/google-cloud-go#1780

Changelog

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

v0.18.0

  • Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.

  • Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).

  • Make DialPool work with WithGRPCConn plus non-zero pool size googleapis/google-cloud-go#1780

Commits
  • 83789d6 all: release v0.18.0
  • e297097 transport/http: add Application Default Credentials support for DCA/mTLS
  • f1e270a option: rename WithGetClientCertificate to WithClientCertSource
  • c3b745b all: autogenerated update (2020-02-24)
  • bf47fac all: autogenerated update (2020-02-23)
  • 374bdea all: autogenerated update (2020-02-22)
  • 1cf29ce all: autogenerated update (2020-02-21)
  • 6d0a0ac all: autogenerated update (2020-02-20)
  • 2739ded all: autogenerated update (2020-02-19)
  • 5561cbd transport/grpc: make DialPool work with WithGRPCConn plus non-zero pool size
  • 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 it's up-to-date and 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/181 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/25/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.18.0` --- ### 📝 Commits (1) - [`abac1a0`](https://github.com/fsouza/fake-gcs-server/commit/abac1a0ad5fc2c1321ba60d59cecee00012cd31b) build(deps): bump google.golang.org/api from 0.17.0 to 0.18.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.17.0 to 0.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.18.0</h2> <ul> <li> <p>Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.</p> </li> <li> <p>Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).</p> </li> <li> <p>Make DialPool work with WithGRPCConn plus non-zero pool size <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/1780">googleapis/google-cloud-go#1780</a></p> </li> </ul> </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.18.0</h1> <ul> <li> <p>Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.</p> </li> <li> <p>Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).</p> </li> <li> <p>Make DialPool work with WithGRPCConn plus non-zero pool size <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/1780">googleapis/google-cloud-go#1780</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/83789d6f76032d4cf96b41feedb3a77e7a1e8f1c"><code>83789d6</code></a> all: release v0.18.0</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e2970972c24a1258079d97e3dc556e368c8b9eda"><code>e297097</code></a> transport/http: add Application Default Credentials support for DCA/mTLS</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f1e270a6d2a7f3a5cee678d1358d1b8dd755063e"><code>f1e270a</code></a> option: rename WithGetClientCertificate to WithClientCertSource</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c3b745b3f301f1eb30768264330f625ea672ae1a"><code>c3b745b</code></a> all: autogenerated update (2020-02-24)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bf47fac621b2008d2c9f9a573d10f18af225d544"><code>bf47fac</code></a> all: autogenerated update (2020-02-23)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/374bdeab6b4fb56bcceab14873cfb2804f4011d7"><code>374bdea</code></a> all: autogenerated update (2020-02-22)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1cf29ce48e881ea0161f41896acda6e48eaed5f6"><code>1cf29ce</code></a> all: autogenerated update (2020-02-21)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6d0a0ac44be82dafaa8a99bd01d8c14c11f8aa62"><code>6d0a0ac</code></a> all: autogenerated update (2020-02-20)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2739ded7a1c147ea41d78159ffd8cf59c3923096"><code>2739ded</code></a> all: autogenerated update (2020-02-19)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5561cbd8da1fa51e3efe0f19e4d2bfeb7cfa4105"><code>5561cbd</code></a> transport/grpc: make DialPool work with WithGRPCConn plus non-zero pool size</li> <li>Additional commits viewable in <a href="https://github.com/google/google-api-go-client/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.0) 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 it's up-to-date and 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:29:53 +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#410
No description provided.