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 the gomod group across 1 directory with 4 updates #690

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps the gomod group with 4 updates in the / directory: github.com/containernetworking/cni, github.com/cri-o/ocicni, github.com/go-chi/chi/v5 and k8s.io/klog/v2.

Updates github.com/containernetworking/cni from 1.1.2 to 1.2.1

Commits
  • e82d996 Merge pull request #1098 from squeed/gc-shared-warning
  • 2c926b5 SPEC: add warning about preserving shared resources for GC
  • ed014fe Merge pull request #1089 from Icarus9913/chore/darwin-ns
  • db70b6d Merge pull request #1094 from containernetworking/dependabot/go_modules/golan...
  • fac588b Merge pull request #1093 from containernetworking/dependabot/docker/dot-githu...
  • 6e57c2e Merge pull request #1097 from s1061123/fix/1096
  • 499596a Merge branch 'main' into fix/1096
  • 73debca Merge pull request #1090 from squeed/gc-improvements
  • 9d422db Fix faulty json.Marshal behavior for embeds types.NetConf
  • c283314 libcni: implement disableGC
  • Additional commits viewable in compare view

Updates github.com/cri-o/ocicni from 0.4.2 to 0.4.3

Release notes

Sourced from github.com/cri-o/ocicni's releases.

v0.4.3

What's Changed

Full Changelog: cri-o/ocicni@v0.4.2...v0.4.3

Commits
  • f9adb07 Merge pull request #200 from cri-o/dependabot/go_modules/github.com/onsi/gome...
  • aeca4a7 build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1
  • df92c06 Merge pull request #199 from cri-o/dependabot/go_modules/github.com/onsi/gink...
  • 25c18fe build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
  • ca0b458 Merge pull request #197 from squeed/cni-v1.1-gc
  • b77040d add GC support
  • 7844e14 clean up locking
  • 75a0b3a Merge pull request #198 from cri-o/dependabot/go_modules/github.com/onsi/gome...
  • a6c8cbf build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0
  • 2f5515b Merge pull request #196 from squeed/cni-v1.1-status
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.0.13

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.0.12...v5.0.13

Changelog

Sourced from github.com/go-chi/chi/v5's changelog.

Changelog

Commits
  • f10dc4a fix(middleware): Close created writer in the compressor middleware (#919)
  • ef31c0b reduce context struct size from 216 bytes to 208 bytes (#912)
  • c1f2a7a middleware: fix typo in RealIP doc (#903)
  • See full diff in compare view

Updates k8s.io/klog/v2 from 2.130.0 to 2.130.1

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.31 (Take 2)

What's Changed

Full Changelog: kubernetes/klog@v2.130.0...v2.130.1

Commits

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 gomod group with 4 updates in the / directory: [github.com/containernetworking/cni](https://github.com/containernetworking/cni), [github.com/cri-o/ocicni](https://github.com/cri-o/ocicni), [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [k8s.io/klog/v2](https://github.com/kubernetes/klog).


Updates `github.com/containernetworking/cni` from 1.1.2 to 1.2.1
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v1.1.2...v1.2.1)

Updates `github.com/cri-o/ocicni` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/cri-o/ocicni/releases)
- [Commits](cri-o/ocicni@v0.4.2...v0.4.3)

Updates `github.com/go-chi/chi/v5` from 5.0.12 to 5.0.13
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.12...v5.0.13)

Updates `k8s.io/klog/v2` from 2.130.0 to 2.130.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.130.0...v2.130.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/cni
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/cri-o/ocicni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 21, 2024

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

@dependabot dependabot bot closed this Jun 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-0fc7e93204 branch June 21, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants