Skip to content
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

chore(deps): bump the go-deps group with 4 updates #5416

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the go-deps group with 4 updates: github.com/bufbuild/httplb, github.com/minio/minio-go/v7, github.com/rudderlabs/rudder-go-kit and google.golang.org/protobuf.

Updates github.com/bufbuild/httplb from 0.3.0 to 0.3.1

Release notes

Sourced from github.com/bufbuild/httplb's releases.

v0.3.1

What's Changed

Bugfixes

  • Fix issue with health checker context being cancelled prematurely by @​jhump in #70

Full Changelog: bufbuild/httplb@v0.3.0...v0.3.1

Commits
  • 052fe86 Fix issue with context being cancelled prematurely (#70)
  • bb123e9 Update to go1.21 and golangci 1.60.0, test with go1.23 (#68)
  • See full diff in compare view

Updates github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.82...v7.0.83

Commits
  • 0abbe92 Use default STS endpoint (#2044)
  • 5757f2c update golang.org/x/net security
  • 7766336 Bring back Retrieve() interface to be compatible and not break clients
  • 4a691e1 Use proper HTTP client for fetching credentials (#2041)
  • 8dc4193 update dependent modules
  • ffefc7b Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#2038)
  • 320a34c Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio (#2034)
  • e933708 408 Server Timeout should be a retryable status code (#2036)
  • c1d6707 Update version to next release
  • See full diff in compare view

Updates github.com/rudderlabs/rudder-go-kit from 0.45.0 to 0.45.1

Release notes

Sourced from github.com/rudderlabs/rudder-go-kit's releases.

v0.45.1

0.45.1 (2025-01-06)

Miscellaneous

  • deps: bump codecov/codecov-action from 4 to 5 (#689) (92117f7)
  • deps: bump the all group across 1 directory with 28 updates (#692) (bf2c5fb)
  • deps: bump the all group with 2 updates (#695) (9f5f561)
  • update pulsar endpoint to use 127.0.0.1 (#705) (e469555)
Changelog

Sourced from github.com/rudderlabs/rudder-go-kit's changelog.

0.45.1 (2025-01-06)

Miscellaneous

  • deps: bump codecov/codecov-action from 4 to 5 (#689) (92117f7)
  • deps: bump the all group across 1 directory with 28 updates (#692) (bf2c5fb)
  • deps: bump the all group with 2 updates (#695) (9f5f561)
  • update pulsar endpoint to use 127.0.0.1 (#705) (e469555)
Commits
  • 34a592b chore: release 0.45.1 (#693)
  • e469555 chore: update pulsar endpoint to use 127.0.0.1 (#705)
  • 92117f7 chore(deps): bump codecov/codecov-action from 4 to 5 (#689)
  • 9f5f561 chore(deps): bump the all group with 2 updates (#695)
  • bf2c5fb chore(deps): bump the all group across 1 directory with 28 updates (#692)
  • See full diff in compare view

Updates google.golang.org/protobuf from 1.36.1 to 1.36.2

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 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 conditions

Bumps the go-deps group with 4 updates: [github.com/bufbuild/httplb](https://github.com/bufbuild/httplb), [github.com/minio/minio-go/v7](https://github.com/minio/minio-go), [github.com/rudderlabs/rudder-go-kit](https://github.com/rudderlabs/rudder-go-kit) and google.golang.org/protobuf.


Updates `github.com/bufbuild/httplb` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/bufbuild/httplb/releases)
- [Commits](bufbuild/httplb@v0.3.0...v0.3.1)

Updates `github.com/minio/minio-go/v7` from 7.0.82 to 7.0.83
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.82...v7.0.83)

Updates `github.com/rudderlabs/rudder-go-kit` from 0.45.0 to 0.45.1
- [Release notes](https://github.com/rudderlabs/rudder-go-kit/releases)
- [Changelog](https://github.com/rudderlabs/rudder-go-kit/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/rudder-go-kit@v0.45.0...v0.45.1)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.2

---
updated-dependencies:
- dependency-name: github.com/bufbuild/httplb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/rudder-go-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 7, 2025
@achettyiitr achettyiitr enabled auto-merge (squash) January 8, 2025 03:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 8, 2025
auto-merge was automatically disabled January 8, 2025 03:16

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-b0a47b41b4 branch January 8, 2025 03:16
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.67%. Comparing base (6c67e4a) to head (e291efe).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5416      +/-   ##
==========================================
- Coverage   74.73%   74.67%   -0.06%     
==========================================
  Files         440      440              
  Lines       61432    61432              
==========================================
- Hits        45911    45877      -34     
- Misses      12980    13016      +36     
+ Partials     2541     2539       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants