[PR #48] [MERGED] build(deps): bump cloud.google.com/go from 0.41.0 to 0.42.0 #293

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/cloud.google.com/go-0.42.0


📝 Commits (1)

  • 364c1e4 build(deps): bump cloud.google.com/go from 0.41.0 to 0.42.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go from 0.41.0 to 0.42.0.

Release notes

Sourced from cloud.google.com/go's releases.

v0.42.0

  • bigtable:
    • Add an admin method to update an instance and clusters.
    • Fix bttest regex matching behavior for alternations (things like |a).
    • Expose BlockAllFilter filter.
  • bigquery:
    • Add Routines API support.
  • storage:
    • Add read-only Bucket.LocationType.
  • logging:
    • Add TraceSampled to Entry.
    • Fix to properly extract {Trace, Span}Id from X-Cloud-Trace-Context.
  • pubsub:
    • Add Cloud Key Management to TopicConfig.
    • Change ExpirationPolicy to optional.Duration.
  • automl:
    • Add apiv1beta1 client.
  • iam:
    • Fix compilation problem with iam/credentials/apiv1.
Changelog

Sourced from cloud.google.com/go's changelog.

v0.42.0

  • bigtable:
    • Add an admin method to update an instance and clusters.
    • Fix bttest regex matching behavior for alternations (things like |a).
    • Expose BlockAllFilter filter.
  • bigquery:
    • Add Routines API support.
  • storage:
    • Add read-only Bucket.LocationType.
  • logging:
    • Add TraceSampled to Entry.
    • Fix to properly extract {Trace, Span}Id from X-Cloud-Trace-Context.
  • pubsub:
    • Add Cloud Key Management to TopicConfig.
    • Change ExpirationPolicy to optional.Duration.
  • automl:
    • Add apiv1beta1 client.
  • iam:
    • Fix compilation problem with iam/credentials/apiv1.
Commits
  • d2900f5 all: release v0.42.0
  • fc49a97 bigtable: fix a lint casing nit
  • 73df346 bigtable: add an admin method to update an instance and clusters
  • 9110cb8 bigtable/bttest: wrap regexes in anonymous groups
  • 9833838 all: regen
  • c69b534 pubsub: fix panic of close chan test error
  • 570ba22 internal: easier to understand skip
  • d167be4 pubsub: fix "log after test finished" failure
  • f5404d6 clear ping history before starting check
  • 51ee790 unflake TestStressSessionPool
  • 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 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). To ignore the version in this PR you can just close it
  • @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)
  • 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/48 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/18/2019 **Status:** ✅ Merged **Merged:** 7/18/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/cloud.google.com/go-0.42.0` --- ### 📝 Commits (1) - [`364c1e4`](https://github.com/fsouza/fake-gcs-server/commit/364c1e48ce252f4802af93901892afc9249cad85) build(deps): bump cloud.google.com/go from 0.41.0 to 0.42.0 ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+5 -0) </details> ### 📄 Description Bumps [cloud.google.com/go](https://github.com/GoogleCloudPlatform/gcloud-golang) from 0.41.0 to 0.42.0. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go's releases](https://github.com/GoogleCloudPlatform/gcloud-golang/releases).* > ## v0.42.0 > - bigtable: > - Add an admin method to update an instance and clusters. > - Fix bttest regex matching behavior for alternations (things like `|a`). > - Expose BlockAllFilter filter. > - bigquery: > - Add Routines API support. > - storage: > - Add read-only Bucket.LocationType. > - logging: > - Add TraceSampled to Entry. > - Fix to properly extract {Trace, Span}Id from X-Cloud-Trace-Context. > - pubsub: > - Add Cloud Key Management to TopicConfig. > - Change ExpirationPolicy to optional.Duration. > - automl: > - Add apiv1beta1 client. > - iam: > - Fix compilation problem with iam/credentials/apiv1. </details> <details> <summary>Changelog</summary> *Sourced from [cloud.google.com/go's changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md).* > ## v0.42.0 > > - bigtable: > - Add an admin method to update an instance and clusters. > - Fix bttest regex matching behavior for alternations (things like `|a`). > - Expose BlockAllFilter filter. > - bigquery: > - Add Routines API support. > - storage: > - Add read-only Bucket.LocationType. > - logging: > - Add TraceSampled to Entry. > - Fix to properly extract {Trace, Span}Id from X-Cloud-Trace-Context. > - pubsub: > - Add Cloud Key Management to TopicConfig. > - Change ExpirationPolicy to optional.Duration. > - automl: > - Add apiv1beta1 client. > - iam: > - Fix compilation problem with iam/credentials/apiv1. </details> <details> <summary>Commits</summary> - [`d2900f5`](https://github.com/googleapis/google-cloud-go/commit/d2900f5fb4553db821dd67bb75718d0ee6245647) all: release v0.42.0 - [`fc49a97`](https://github.com/googleapis/google-cloud-go/commit/fc49a97c7ff1f742e3335a1a661eb5d389112db1) bigtable: fix a lint casing nit - [`73df346`](https://github.com/googleapis/google-cloud-go/commit/73df346b330ec34d32943dbf1e5dbf972b0cd9ec) bigtable: add an admin method to update an instance and clusters - [`9110cb8`](https://github.com/googleapis/google-cloud-go/commit/9110cb84772575d2f8e0781cbbaec0e41ad14c5e) bigtable/bttest: wrap regexes in anonymous groups - [`9833838`](https://github.com/googleapis/google-cloud-go/commit/9833838b685e92d42829a823f80049b7268ccad6) all: regen - [`c69b534`](https://github.com/googleapis/google-cloud-go/commit/c69b53487d4cf9e91ec33a666e0e70f881e67b9c) pubsub: fix panic of close chan test error - [`570ba22`](https://github.com/googleapis/google-cloud-go/commit/570ba224802bce0768591e4245c91a19ca031e1d) internal: easier to understand skip - [`d167be4`](https://github.com/googleapis/google-cloud-go/commit/d167be430d4b3fa0a035caa5bede32eff40f07ee) pubsub: fix "log after test finished" failure - [`f5404d6`](https://github.com/googleapis/google-cloud-go/commit/f5404d6c65b2a7a73e4914d7463b6342d6d676e2) clear ping history before starting check - [`51ee790`](https://github.com/googleapis/google-cloud-go/commit/51ee790f0c135945105c27ec17495d8db4220f92) unflake TestStressSessionPool - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/gcloud-golang/compare/v0.41.0...v0.42.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.41.0&new-version=0.42.0)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.41.0&new-version=0.42.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) --- <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). To ignore the version in this PR you can just close it - `@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) - 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:07 +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#293
No description provided.