Skip to content

fix(deps): update module gocloud.dev to v0.41.0 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doctolib-renovate[bot]
Copy link

This PR contains the following updates:

Package Type Update Change
gocloud.dev require minor v0.34.0 -> v0.41.0

Release Notes

google/go-cloud (gocloud.dev)

v0.41.0

Compare Source

What's Changed

Blob
Docstore

New Contributors

Full Changelog: google/go-cloud@v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.39.0...v0.40.0

v0.39.0

Compare Source

BREAKING CHANGE (AWS only, V1 vs V2 SDK)

Context: AWS has announced maintenance mode for the Go V1 SDK.

Go CDK has changed the default SDK for URLs across all modules except docstore/awsdynamodb to be V2 (previously you needed to add awssdk=v2 to the URL to get V2). Most URLs should continue to work, but in some cases you may need to add awssdk=v1 to force V1 explicitly.

Also, concrete type constructors (e.g., OpenBucket) for V1 (again, except docstore/awsdynamodb) have been marked deprecated; please migrate to using the V2 versions (e.g., OpenBucketV2).

Our tentative plan is to remove support for V1 in early 2025; please file a bug if you have concerns about that.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.38.0...v0.39.0

v0.38.0

Compare Source

blob

pubsub

docstore

New Contributors

Full Changelog: google/go-cloud@v0.37.0...v0.38.0

v0.37.0

Compare Source

  • blob

    • s3blob: Support S3 server side encryption headers for Write and Copy.
    • gcsblob: Ensure driver sets Content-Type auto-detection properly.
  • pubsub

    • azpubsub: Ensure 401s are not retryable.
    • azpubsub: Allow configuring max_recv_batch_size in via URL.
    • mongodocstore: Fix error when calling the update function with no 'set' operations.
  • docstore

    • all: Add Offset method, useful for pagination

v0.36.0

Compare Source

blob

  • all: Allow disabling of ContentType auto-detection during writes.

pubsub

  • azuresb: Added a new auth method to support Service principal/kubelet identity/Workload identity auth methods.

docstore

  • all: Add in/not-in operators for Query.
  • gcpfirestore: Added a missing resource header when running query.

mysql

  • Pass TLS config directly to MySQL's config

v0.35.0

Compare Source

BREAKING CHANGES

This release updates the dependency on AWS/S3, which included some breaking changes; see https://github.com/google/go-cloud/pull/3342 for details.

blob

  • gcsblob: Fix unauthenticated requests.

runtimevar

  • constantvar: Add support for reading the constant variable value from the environment.

docstore

  • gcpfilestore: Add support for non-default databases.

Configuration

📅 Schedule: Branch creation - Between 08:00 AM and 10:59 AM ( * 8-10 * * * ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was created by Renovate.

Details

Check the default configuration and documentation.

See the logs on Datadog.
To replay this update, you can use the following packageRules on the Manual Run page: [{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["gocloud.dev"], "enabled": true}]

@doctolib-renovate
Copy link
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 41 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.24
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0 -> v1.17.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 -> v1.8.2
github.com/aws/aws-sdk-go-v2 v1.20.0 -> v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.18.32 -> v1.29.12
github.com/stretchr/testify v1.8.4 -> v1.10.0
golang.org/x/net v0.13.0 -> v0.38.0
golang.org/x/oauth2 v0.10.0 -> v0.28.0
google.golang.org/api v0.134.0 -> v0.228.0
cloud.google.com/go/compute/metadata v0.2.3 -> v0.6.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 -> v1.10.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 -> v1.4.2
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9 -> v1.37.6
github.com/aws/aws-sdk-go-v2/credentials v1.13.31 -> v1.17.65
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 -> v1.16.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 -> v1.8.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 -> v1.25.2
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 -> v1.30.0
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 -> v1.33.17
github.com/aws/smithy-go v1.14.0 -> v1.22.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/google/s2a-go v0.1.4 -> v0.1.9
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/google/wire v0.5.0 -> v0.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.5 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.14.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 -> v0.0.0-20240102092130-5ac0b6a4141c
go.uber.org/zap v1.24.0 -> v1.27.0
golang.org/x/crypto v0.11.0 -> v0.36.0
golang.org/x/mod v0.10.0 -> v0.17.0
golang.org/x/sys v0.10.0 -> v0.31.0
golang.org/x/text v0.11.0 -> v0.23.0
golang.org/x/time v0.3.0 -> v0.11.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.57.0 -> v1.71.0
google.golang.org/protobuf v1.31.0 -> v1.36.6

@docto-mergebot docto-mergebot removed their assignment May 7, 2025
@doctolib-renovate doctolib-renovate bot force-pushed the renovate/go-cloud-monorepo branch from 0f8a7b0 to 46fc3da Compare May 7, 2025 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant