-
Notifications
You must be signed in to change notification settings - Fork 812
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
build(deps): bump the go_modules group across 2 directories with 1 update #3448
Merged
vangent
merged 1 commit into
master
from
dependabot/go_modules/samples/go_modules-9a12f274ae
Aug 10, 2024
Merged
build(deps): bump the go_modules group across 2 directories with 1 update #3448
vangent
merged 1 commit into
master
from
dependabot/go_modules/samples/go_modules-9a12f274ae
Aug 10, 2024
Conversation
This file contains 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
…date Bumps the go_modules group with 1 update in the /samples directory: [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp). Bumps the go_modules group with 1 update in the /secrets/hashivault directory: [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp). Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7 - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7) Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7 - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 24, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3448 +/- ##
=======================================
Coverage 73.38% 73.38%
=======================================
Files 113 113
Lines 14956 14956
=======================================
Hits 10975 10975
Misses 3207 3207
Partials 774 774 ☔ View full report in Codecov by Sentry. |
dependabot
bot
deleted the
dependabot/go_modules/samples/go_modules-9a12f274ae
branch
August 10, 2024 16:49
renovate bot
referenced
this pull request
in open-feature/flagd
Sep 11, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gocloud.dev](https://github.com/google/go-cloud) | `v0.37.0` -> `v0.39.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/gocloud.dev/v0.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gocloud.dev/v0.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gocloud.dev/v0.37.0/v0.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gocloud.dev/v0.37.0/v0.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/go-cloud (gocloud.dev)</summary> ### [`v0.39.0`](https://github.com/google/go-cloud/releases/tag/v0.39.0) [Compare Source](https://github.com/google/go-cloud/compare/v0.38.0...v0.39.0) #### BREAKING CHANGE (AWS only, V1 vs V2 SDK) Context: AWS has [announced maintenance mode](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) 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](https://github.com/google/go-cloud/issues/new/choose) if you have concerns about that. #### What's Changed - pubsub: Make batch request results independent by [@​mitsos1os](https://github.com/mitsos1os) in [https://github.com/google/go-cloud/pull/3457](https://github.com/google/go-cloud/pull/3457) - docstore/all: Add support for boolean filter by [@​ybourgery](https://github.com/ybourgery) in [https://github.com/google/go-cloud/pull/3464](https://github.com/google/go-cloud/pull/3464) - aws/all: Mark V1 constructors deprecated. by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3466](https://github.com/google/go-cloud/pull/3466) - aws/all: Change the default for AWS URLs from V1 to V2. by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3465](https://github.com/google/go-cloud/pull/3465) - all: update to go version 1.23 by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3467](https://github.com/google/go-cloud/pull/3467) #### New Contributors - [@​mitsos1os](https://github.com/mitsos1os) made their first contribution in [https://github.com/google/go-cloud/pull/3457](https://github.com/google/go-cloud/pull/3457) - [@​dependabot](https://github.com/dependabot) made their first contribution in [https://github.com/google/go-cloud/pull/3448](https://github.com/google/go-cloud/pull/3448) **Full Changelog**: google/go-cloud@v0.38.0...v0.39.0 ### [`v0.38.0`](https://github.com/google/go-cloud/releases/tag/v0.38.0) [Compare Source](https://github.com/google/go-cloud/compare/v0.37.0...v0.38.0) **blob** - **all**: Fix panics if reader recreation fails after Seek by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3425](https://github.com/google/go-cloud/pull/3425) - **all**: Convert errors in `Open()` into appropriate fs errors by [@​milescrabill](https://github.com/milescrabill) in [https://github.com/google/go-cloud/pull/3443](https://github.com/google/go-cloud/pull/3443) - **s3blob**: Fix Copy to work with keys that need escaping by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3403](https://github.com/google/go-cloud/pull/3403) - **azureblob**: Do not panic if Content-Length and Content-Range are missing by [@​chancez](https://github.com/chancez) in [https://github.com/google/go-cloud/pull/3445](https://github.com/google/go-cloud/pull/3445) - **fileblob**: Allow customization of the FileMode by [@​vangent](https://github.com/vangent) in [https://github.com/google/go-cloud/pull/3426](https://github.com/google/go-cloud/pull/3426) **pubsub** - **awssnssqs**: Add support for setting FIFO message metadata by [@​bartventer](https://github.com/bartventer) in [https://github.com/google/go-cloud/pull/3435](https://github.com/google/go-cloud/pull/3435) - **kafkapubsub**: Configuring key_name when OpenTopicURL by [@​ssetin](https://github.com/ssetin) in [https://github.com/google/go-cloud/pull/3404](https://github.com/google/go-cloud/pull/3404) - **rabbitpubsub**: Add query string set the qos prefetch count by [@​peczenyj](https://github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3431](https://github.com/google/go-cloud/pull/3431) - **rabbitpubsub**: Add query string to set the routing key from metadata by [@​peczenyj](https://github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3433](https://github.com/google/go-cloud/pull/3433) - **rabbitpubsub**: Wrap pubsub rabbitmq errors by [@​peczenyj](https://github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3437](https://github.com/google/go-cloud/pull/3437) **docstore** - **all**: Fix offset handling and extend test coverage by [@​bartventer](https://github.com/bartventer) in [https://github.com/google/go-cloud/pull/3409](https://github.com/google/go-cloud/pull/3409) - **awsdynamodb**: Ensure Next returns EOF when no more items by [@​bartventer](https://github.com/bartventer) in [https://github.com/google/go-cloud/pull/3406](https://github.com/google/go-cloud/pull/3406) - **mongodocstore**: Update Mongo dialer when MONGO_SERVER_URL rotates by [@​concaf](https://github.com/concaf) in [https://github.com/google/go-cloud/pull/3429](https://github.com/google/go-cloud/pull/3429) #### New Contributors - [@​ssetin](https://github.com/ssetin) made their first contribution in [https://github.com/google/go-cloud/pull/3404](https://github.com/google/go-cloud/pull/3404) - [@​concaf](https://github.com/concaf) made their first contribution in [https://github.com/google/go-cloud/pull/3429](https://github.com/google/go-cloud/pull/3429) - [@​peczenyj](https://github.com/peczenyj) made their first contribution in [https://github.com/google/go-cloud/pull/3431](https://github.com/google/go-cloud/pull/3431) - [@​chancez](https://github.com/chancez) made their first contribution in [https://github.com/google/go-cloud/pull/3445](https://github.com/google/go-cloud/pull/3445) - [@​milescrabill](https://github.com/milescrabill) made their first contribution in [https://github.com/google/go-cloud/pull/3443](https://github.com/google/go-cloud/pull/3443) - [@​samlaf](https://github.com/samlaf) made their first contribution in [https://github.com/google/go-cloud/pull/3450](https://github.com/google/go-cloud/pull/3450) **Full Changelog**: google/go-cloud@v0.37.0...v0.38.0 </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
Bumps the go_modules group with 1 update in the /samples directory: github.com/hashicorp/go-retryablehttp.
Bumps the go_modules group with 1 update in the /secrets/hashivault directory: github.com/hashicorp/go-retryablehttp.
Updates
github.com/hashicorp/go-retryablehttp
from 0.7.5 to 0.7.7Changelog
Sourced from github.com/hashicorp/go-retryablehttp's changelog.
Commits
1542b31
v0.7.7defb9f4
v0.7.7a99f07b
Merge pull request #158 from dany74q/danny/redacted-url-in-logs8a28c57
Merge branch 'main' into danny/redacted-url-in-logs86e852d
Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...47fe99e
Bump actions/checkout from 4.1.5 to 4.1.6490fc06
Merge pull request #226 from testwill/ioutilf3e9417
chore: remove refs to deprecated io/ioutild969eaa
Merge pull request #225 from hashicorp/manicminer-patch-22ad8ed4
v0.7.6Updates
github.com/hashicorp/go-retryablehttp
from 0.7.5 to 0.7.7Changelog
Sourced from github.com/hashicorp/go-retryablehttp's changelog.
Commits
1542b31
v0.7.7defb9f4
v0.7.7a99f07b
Merge pull request #158 from dany74q/danny/redacted-url-in-logs8a28c57
Merge branch 'main' into danny/redacted-url-in-logs86e852d
Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...47fe99e
Bump actions/checkout from 4.1.5 to 4.1.6490fc06
Merge pull request #226 from testwill/ioutilf3e9417
chore: remove refs to deprecated io/ioutild969eaa
Merge pull request #225 from hashicorp/manicminer-patch-22ad8ed4
v0.7.6You can trigger a rebase of this PR 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 close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.