forked from cyrilgdn/terraform-provider-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update module gocloud.dev to v0.42.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
doctolib-renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/go-cloud-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
docto-mergebot
previously approved these changes
May 7, 2025
0f8a7b0
to
46fc3da
Compare
46fc3da
to
25aaa47
Compare
25aaa47
to
a44dee7
Compare
a44dee7
to
51aa61e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.34.0
->v0.42.0
Release Notes
google/go-cloud (gocloud.dev)
v0.42.0
Compare Source
Breaking Changes
AWS SDKv1 support dropped except for
docstore
.What's Changed
New Contributors
Full Changelog: google/go-cloud@v0.41.0...v0.42.0
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 addawssdk=v2
to the URL to get V2). Most URLs should continue to work, but in some cases you may need to addawssdk=v1
to force V1 explicitly.Also, concrete type constructors (e.g.,
OpenBucket
) for V1 (again, exceptdocstore/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
Open()
into appropriate fs errors by @milescrabill in https://github.com/google/go-cloud/pull/3443pubsub
docstore
New Contributors
Full Changelog: google/go-cloud@v0.37.0...v0.38.0
v0.37.0
Compare Source
blob
Content-Type
auto-detection properly.pubsub
docstore
Offset
method, useful for paginationv0.36.0
Compare Source
blob
ContentType
auto-detection during writes.pubsub
docstore
mysql
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
runtimevar
docstore
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.
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}]