Skip to content

fix(deps): update go-cloud monorepo to v0.41.0 #247

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

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gocloud.dev v0.37.0 -> v0.41.0 age adoption passing confidence
gocloud.dev/pubsub/kafkapubsub v0.34.0 -> v0.41.0 age adoption passing confidence

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 23, 2025

ℹ 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):

  • 34 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.20.0 -> v0.22.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 -> v1.17.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 -> v1.8.2
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 -> v1.10.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 -> v1.6.0
github.com/Azure/go-autorest/autorest/to v0.4.0 -> v0.4.1
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 -> v1.4.2
github.com/aws/aws-sdk-go v1.50.36 -> v1.55.6
github.com/aws/aws-sdk-go-v2 v1.32.4 -> v1.36.3
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 -> v1.6.10
github.com/aws/aws-sdk-go-v2/config v1.28.2 -> v1.29.12
github.com/aws/aws-sdk-go-v2/credentials v1.17.43 -> v1.17.65
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 -> v1.16.30
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9 -> v1.17.69
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.3
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.3 -> v1.3.34
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.5 -> v1.7.0
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3 -> v1.18.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 -> v1.78.2
github.com/aws/aws-sdk-go-v2/service/sso v1.24.4 -> v1.25.2
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 -> v1.30.0
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 -> v1.33.17
github.com/aws/smithy-go v1.22.0 -> v1.22.3
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 -> v0.0.0-20250326154945-ae57f3c0d45f
github.com/eapache/go-resiliency v1.3.0 -> v1.7.0
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/pierrec/lz4/v4 v4.1.18 -> v4.1.22
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 -> v0.0.0-20240903120638-7835f813f4da
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250324211829-b45e905df463

@renovate renovate bot requested a review from adamdecaf as a code owner January 23, 2025 21:41
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch from 81a2995 to f765b5e Compare January 25, 2025 07:50
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch 6 times, most recently from d12f2f8 to 2e1ecbf Compare March 11, 2025 22:01
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch 3 times, most recently from 28280c0 to 9108b15 Compare March 13, 2025 01:24
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch from 9108b15 to 05654be Compare March 30, 2025 18:08
@renovate renovate bot changed the title fix(deps): update go-cloud monorepo to v0.40.0 fix(deps): update go-cloud monorepo to v0.41.0 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch 2 times, most recently from efecb0c to bd8a9b3 Compare April 23, 2025 20:25
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch 2 times, most recently from c66c073 to d4a7c0e Compare May 19, 2025 21:00
@renovate renovate bot force-pushed the renovate/go-cloud-monorepo branch from d4a7c0e to 9aede67 Compare May 21, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants