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

build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 in /tools/mod #18528

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2.

Release notes

Sourced from github.com/Crocmagnon/fatcontext's releases.

v0.5.2

Summary

  • Fix: set minimum go version to 1.22.0 instead of 1.22.6 (#20 - @​ldez)

Changelog

  • 878219998895eb1d965599a7add1592defef3663 [pre-commit.ci] pre-commit autoupdate
  • 25eb4fa74b521ad6392f3f7408826182e5d08ee5 chore: ignore binary
  • 4526c31d1d698304bc6b64c2fbe657c6e8c65031 fix: use mon go1.22.0

v0.5.1

Changelog

  • 4410b65005bd5c6170573eb79dffce60f66ed5b2 doc: update linter description

v0.5.0

Summary

  • Detect fat contexts in function literals (#18 - @​venkycode)
  • Update dependencies
  • Add support for go 1.23
  • Drop support for go 1.21

Changelog

  • be0aa70f239f152b453d19237b912ff6733e1606 Detect nested contexts in function literals (#18)
  • 46a445090de94d115e08b086480ab89710b7aa20 Merge pull request #16 from Crocmagnon/dependabot/go_modules/golang.org/x/tools-0.23.0
  • 0be9888cea0cc94844d88c11a37f24ab7a6337bd Merge pull request #17 from Crocmagnon/pre-commit-ci-update-config
  • ab55c271f990a7ccc4b9c40a81ab83abd28ed098 [pre-commit.ci] pre-commit autoupdate
  • 3df83da91f92613af2a1eb033352eef09e28f0a4 build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0
  • 77afd2461688c5124c6136ca30fd7a3df0ee3555 cd: always run all test jobs
  • a80e8ddef6b985bfbd9103c1812edd5f56fb57ac cd: test with 1.23rc2
  • 021f1b4ed6bfec3f8fab9afa3c1576e8bdb532c2 cd: use go1.23 for golangci-lint
  • 2e1ec44b798069fec61c4bb11db6f0c938337395 drop support for go 1.21, and test against released go 1.23
  • 0d2c4019d419d6287fd1f1351b1562550afaace5 update go.mod to 1.22
  • 90afb8d3fae26ac02dc10c0e332b63922fda7482 update readme
Commits
  • 25eb4fa chore: ignore binary
  • 4526c31 fix: use mon go1.22.0
  • 8782199 [pre-commit.ci] pre-commit autoupdate
  • 4410b65 doc: update linter description
  • 90afb8d update readme
  • 021f1b4 cd: use go1.23 for golangci-lint
  • be0aa70 Detect nested contexts in function literals (#18)
  • 0d2c401 update go.mod to 1.22
  • 77afd24 cd: always run all test jobs
  • 2e1ec44 drop support for go 1.21, and test against released go 1.23
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/Crocmagnon/fatcontext](https://github.com/Crocmagnon/fatcontext) from 0.4.0 to 0.5.2.
- [Release notes](https://github.com/Crocmagnon/fatcontext/releases)
- [Changelog](https://github.com/Crocmagnon/fatcontext/blob/master/.goreleaser.yaml)
- [Commits](Crocmagnon/fatcontext@v0.4.0...v0.5.2)

---
updated-dependencies:
- dependency-name: github.com/Crocmagnon/fatcontext
  dependency-type: indirect
  update-type: version-update:semver-minor
...

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 Sep 2, 2024
@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign jmhbnz for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.86%. Comparing base (4bb9392) to head (a247b55).

Current head a247b55 differs from pull request most recent head b14f999

Please upload reports for the commit b14f999 to get more accurate results.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

see 18 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #18528      +/-   ##
==========================================
+ Coverage   68.80%   68.86%   +0.05%     
==========================================
  Files         420      420              
  Lines       35470    35470              
==========================================
+ Hits        24404    24425      +21     
+ Misses       9642     9619      -23     
- Partials     1424     1426       +2     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4bb9392...b14f999. Read the comment docs.

@henrybear327
Copy link
Contributor

Fully indirect, suggest closing without merging

➜  etcd git:(dependency_update/9_3_24) ✗ grep -Ri "github.com/Crocmagnon/fatcontext v" | grep -v sum
./tools/mod/go.mod:     github.com/Crocmagnon/fatcontext v0.4.0 // indirect

@ivanvc
Copy link
Member

ivanvc commented Sep 4, 2024

@ivanvc ivanvc closed this Sep 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/tools/mod/github.com/Crocmagnon/fatcontext-0.5.2 branch September 4, 2024 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tooling dependencies Pull requests that update a dependency file go Pull requests that update Go code needs-ok-to-test size/S
Development

Successfully merging this pull request may close these issues.

4 participants