[PR #37] [MERGED] build(deps): bump google.golang.org/api from 0.5.0 to 0.6.0 #285

Closed
opened 2026-03-03 12:10:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/37
Author: @dependabot-preview[bot]
Created: 6/7/2019
Status: Merged
Merged: 6/7/2019
Merged by: @fsouza

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


📝 Commits (1)

  • 7526880 build(deps): bump google.golang.org/api from 0.5.0 to 0.6.0

📊 Changes

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

View changed files

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

📄 Description

Bumps google.golang.org/api from 0.5.0 to 0.6.0.

Release notes

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

v0.6.0

  • Add support for GCP DirectPath.
  • 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.6.0

  • Add support for GCP DirectPath.
  • Various updates to autogenerated clients.

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

Commits
  • aac82e6 all: release v0.6.0
  • 2dd36e4 internal: add tests for isDirectPathEnabled
  • ba71ec0 transport/grpc: Fix check of GOOGLE_CLOUD_ENABLE_DIRECT_PATH
  • 321c6e0 transport/grpc: add support for GCP direct path
  • 2289773 all: autogenerated update (2019-06-04)
  • b501689 all: autogenerated update (2019-06-01)
  • 9f3a303 all: autogenerated update (2019-05-26)
  • d863c86 all: autogenerated update (2019-05-22)
  • a144dda all: autogenerated update (2019-05-21)
  • a077b3e all: autogenerated update (2019-05-17)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/37 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/7/2019 **Status:** ✅ Merged **Merged:** 6/7/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.6.0` --- ### 📝 Commits (1) - [`7526880`](https://github.com/fsouza/fake-gcs-server/commit/7526880b3a673021b4189c823ce063ca8f953b34) build(deps): bump google.golang.org/api from 0.5.0 to 0.6.0 ### 📊 Changes **2 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+22 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.5.0 to 0.6.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/api's releases](https://github.com/google/google-api-go-client/releases).* > ## v0.6.0 > - Add support for GCP DirectPath. > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Changelog</summary> *Sourced from [google.golang.org/api's changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md).* > # v0.6.0 > > - Add support for GCP DirectPath. > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Commits</summary> - [`aac82e6`](https://github.com/googleapis/google-api-go-client/commit/aac82e61c0c8fe133c297b4b59316b9f481e1f0a) all: release v0.6.0 - [`2dd36e4`](https://github.com/googleapis/google-api-go-client/commit/2dd36e4e35f4d772e00b5d6afe5b7c68f0d46739) internal: add tests for isDirectPathEnabled - [`ba71ec0`](https://github.com/googleapis/google-api-go-client/commit/ba71ec00d36a950bf9885f3f727f7b4072eb81c6) transport/grpc: Fix check of GOOGLE_CLOUD_ENABLE_DIRECT_PATH - [`321c6e0`](https://github.com/googleapis/google-api-go-client/commit/321c6e0df652a9dee5b1c96f5d80264bd9e9e1b6) transport/grpc: add support for GCP direct path - [`2289773`](https://github.com/googleapis/google-api-go-client/commit/2289773d28e83c781acd9e916f781d96cbd69ebe) all: autogenerated update (2019-06-04) - [`b501689`](https://github.com/googleapis/google-api-go-client/commit/b50168921e183c95644f04416271d702a730550c) all: autogenerated update (2019-06-01) - [`9f3a303`](https://github.com/googleapis/google-api-go-client/commit/9f3a303b451fc0e0f87fe8987a6b8b90e50369b8) all: autogenerated update (2019-05-26) - [`d863c86`](https://github.com/googleapis/google-api-go-client/commit/d863c863a26eb446d6c8183ae3a66331e710eac8) all: autogenerated update (2019-05-22) - [`a144dda`](https://github.com/googleapis/google-api-go-client/commit/a144ddaaf00964b8e799e36ae0ab120d40156518) all: autogenerated update (2019-05-21) - [`a077b3e`](https://github.com/googleapis/google-api-go-client/commit/a077b3e91a274d413f19288b1cd3a03435d6785b) all: autogenerated update (2019-05-17) - Additional commits viewable in [compare view](https://github.com/google/google-api-go-client/compare/v0.5.0...v0.6.0) </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.5.0&new-version=0.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.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-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:10:05 +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#285
No description provided.