[PR #44] [MERGED] build(deps): bump cloud.google.com/go from 0.40.0 to 0.41.0 #292

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2ab95fb build(deps): bump cloud.google.com/go from 0.40.0 to 0.41.0

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v0.41.0

  • bigtable:
    • Check results from PredicateFilter in bttest, which fixes certain false matches.
  • profiler:
    • debugLog checks user defined logging options before logging.
  • spanner:
    • PartitionedUpdates respect query parameters.
    • StartInstance allows specifying cloud API access scopes.
  • bigquery:
    • Use empty slice instead of nil for ValueSaver, fixing an issue with zero-length, repeated, nested fields causing panics.
  • firestore:
    • Return same number of snapshots as doc refs (in the form of duplicate records) during GetAll.
  • replay:
    • Change references to IPv4 addresses to localhost, making replay compatible with IPv6.
Changelog

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

v0.41.0

  • bigtable:
    • Check results from PredicateFilter in bttest, which fixes certain false matches.
  • profiler:
    • debugLog checks user defined logging options before logging.
  • spanner:
    • PartitionedUpdates respect query parameters.
    • StartInstance allows specifying cloud API access scopes.
  • bigquery:
    • Use empty slice instead of nil for ValueSaver, fixing an issue with zero-length, repeated, nested fields causing panics.
  • firestore:
    • Return same number of snapshots as doc refs (in the form of duplicate records) during GetAll.
  • replay:
    • Change references to IPv4 addresses to localhost, making replay compatible with IPv6.
Commits
  • cf81fad all: release v0.41.0
  • bb15c77 pubsub: fix go vet warnings
  • e375fde all: skip failing tests
  • 46086d7 internal: add git clean -df to grafeas/containeranalysis protections
  • 68bef61 internal: reduce test time to 30m
  • 620f3e2 internal: only check incompatible changes on presubmit
  • 1c69e0f all: regen
  • d16ab83 bigtable/bttest: check results from PredicateFilter
  • d712a31 datastore: deflake TestIntegration_Project_TimestampStoreAndRetrieve
  • 21db4e6 docs: communicate stability and versioning
  • 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/44 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/2/2019 **Status:** ✅ Merged **Merged:** 7/2/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `dependabot/go_modules/cloud.google.com/go-0.41.0` --- ### 📝 Commits (1) - [`2ab95fb`](https://github.com/fsouza/fake-gcs-server/commit/2ab95fb30b50e95a40c7b9d88f5ebde6759c0245) build(deps): bump cloud.google.com/go from 0.40.0 to 0.41.0 ### 📊 Changes **2 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+30 -0) </details> ### 📄 Description Bumps [cloud.google.com/go](https://github.com/GoogleCloudPlatform/gcloud-golang) from 0.40.0 to 0.41.0. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go's releases](https://github.com/GoogleCloudPlatform/gcloud-golang/releases).* > ## v0.41.0 > - bigtable: > - Check results from PredicateFilter in bttest, which fixes certain false matches. > - profiler: > - debugLog checks user defined logging options before logging. > - spanner: > - PartitionedUpdates respect query parameters. > - StartInstance allows specifying cloud API access scopes. > - bigquery: > - Use empty slice instead of nil for ValueSaver, fixing an issue with zero-length, repeated, nested fields causing panics. > - firestore: > - Return same number of snapshots as doc refs (in the form of duplicate records) during GetAll. > - replay: > - Change references to IPv4 addresses to localhost, making replay compatible with IPv6. </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.41.0 > > - bigtable: > - Check results from PredicateFilter in bttest, which fixes certain false matches. > - profiler: > - debugLog checks user defined logging options before logging. > - spanner: > - PartitionedUpdates respect query parameters. > - StartInstance allows specifying cloud API access scopes. > - bigquery: > - Use empty slice instead of nil for ValueSaver, fixing an issue with zero-length, repeated, nested fields causing panics. > - firestore: > - Return same number of snapshots as doc refs (in the form of duplicate records) during GetAll. > - replay: > - Change references to IPv4 addresses to localhost, making replay compatible with IPv6. </details> <details> <summary>Commits</summary> - [`cf81fad`](https://github.com/googleapis/google-cloud-go/commit/cf81fad90a1a1de334c4fc27e23eb9a4224b627a) all: release v0.41.0 - [`bb15c77`](https://github.com/googleapis/google-cloud-go/commit/bb15c77098d83fc7f27c6134979c0147fc9e3656) pubsub: fix go vet warnings - [`e375fde`](https://github.com/googleapis/google-cloud-go/commit/e375fdebdd622a87e51276c6ad8f5917993b3b81) all: skip failing tests - [`46086d7`](https://github.com/googleapis/google-cloud-go/commit/46086d739cdf0c6613ee6d997032ea500edfa8b8) internal: add `git clean -df` to grafeas/containeranalysis protections - [`68bef61`](https://github.com/googleapis/google-cloud-go/commit/68bef61da6f659b435e182f54e9dd54a2985d270) internal: reduce test time to 30m - [`620f3e2`](https://github.com/googleapis/google-cloud-go/commit/620f3e2000d813d4108868d73e998abfccf9e712) internal: only check incompatible changes on presubmit - [`1c69e0f`](https://github.com/googleapis/google-cloud-go/commit/1c69e0fe112678dd2882e18f8ae5a0009f6cd326) all: regen - [`d16ab83`](https://github.com/googleapis/google-cloud-go/commit/d16ab83f79e70a2fccf5cbf6f95295e6414a6d17) bigtable/bttest: check results from PredicateFilter - [`d712a31`](https://github.com/googleapis/google-cloud-go/commit/d712a31d2d06dd44f1cbcd89c682fa6a00e7b66e) datastore: deflake TestIntegration_Project_TimestampStoreAndRetrieve - [`21db4e6`](https://github.com/googleapis/google-cloud-go/commit/21db4e61eb4c75ea44d436a765f2060aa0f515f0) docs: communicate stability and versioning - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/gcloud-golang/compare/v0.40.0...v0.41.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.40.0&new-version=0.41.0)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.40.0&new-version=0.41.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:06 +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#292
No description provided.