containernetworking / plugins

Some reference and example networking plugins, maintained by the CNI team.
Apache License 2.0
2.14k stars 775 forks source link

build(deps): bump the golang group with 3 updates #970

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the golang group with 3 updates: github.com/Microsoft/hcsshim, github.com/onsi/ginkgo/v2 and github.com/onsi/gomega.

Updates github.com/Microsoft/hcsshim from 0.11.1 to 0.11.2

Release notes

Sourced from github.com/Microsoft/hcsshim's releases.

v0.11.2

What's Changed

Full Changelog: https://github.com/microsoft/hcsshim/compare/v0.11.1...v0.11.2

Commits
  • f7a3166 Support adding mount to running containers
  • 8dcd949 Create tools package to isolate dependencies (#1840)
  • ad5f5af Version control and vendor mockgen (#1802)
  • fabb1a3 Add linter exclusion for test networkagent
  • 23693bc Add support for nodenetsvc v0 and readme to test network agent
  • bc73897 Add new entries in golangci.yml to prevent linter errors from deprecated ncpr...
  • 4f1c7ff Add deprecated option to all types and fields for ncproxy v0 apis
  • 421836c Create a v0 nodenetsvc api and plumb through ncproxy code
  • a7d3976 When fetch pid counts the contianer can be in an invalid state sometimes
  • 0ff2f71 Add file wide deprecated option to ncproxygrpc v0 api
  • Additional commits viewable in compare view


Updates github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.13.0

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)

v2.12.1

2.12.1

Fixes

  • Print logr prefix if it exists (#1275) [90d4846]

Maintenance

  • Bump actions/checkout from 3 to 4 (#1271) [555f543]
  • Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270) [d867b7d]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)

2.12.1

Fixes

  • Print logr prefix if it exists (#1275) [90d4846]

Maintenance

  • Bump actions/checkout from 3 to 4 (#1271) [555f543]
  • Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270) [d867b7d]
Commits
  • 52065f1 v2.13.0
  • 2c4ed32 remove errant fmt.Println from integration suite
  • 6c84b35 Preview now works alongside run and in parallel
  • e1d0b38 Add PreviewSpecs() to enable programmatic preview access to the suite report
  • 1d2fb67 v2.12.1
  • 90d4846 Print logr prefix if it exists (#1275)
  • 555f543 Bump actions/checkout from 3 to 4 (#1271)
  • d867b7d Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270)
  • See full diff in compare view


Updates github.com/onsi/gomega from 1.28.0 to 1.29.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.29.0

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

v1.28.1

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]
Commits
  • b94b195 v1.29.0
  • 2b39142 MatchError can now take an optional func(error) bool + description
  • ab6045c v1.28.1
  • 635d196 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0
  • 14f8859 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d8a6508 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • 2705bdb #703 doc(matchers): HaveEach() doc comment updated
  • 375648c Minor typos (#699)
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions