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

vendor: update various dependencies #5427

Merged
merged 10 commits into from
Sep 12, 2024
Merged

Conversation

thaJeztah
Copy link
Member

Update various dependencies in preparation of updating moby/moby;

vendor: dario.cat/mergo v1.0.1

  • fix: overwriteWithEmptyValue is forced to true when merging an object
    involving maps
  • fix: WithoutDereference should respect non-nil struct pointers

full diff: darccio/mergo@v1.0.0...v1.0.1

vendor: golang.org/x/sys v0.24.0

full diff: golang/sys@v0.22.0...v0.24.0

vendor: golang.org/x/sync v0.8.0

full diff: golang/sync@v0.7.0...v0.8.0

vendor: golang.org/x/time v0.6.0

full diff: golang/time@v0.3.0...v0.6.0

vendor: golang.org/x/term v0.23.0

full diff: golang/term@v0.20.0...v0.23.0

vendor: golang.org/x/text v0.17.0

full diff: golang/text@v0.15.0...v0.17.0

vendor: golang.org/x/crypto v0.26.0

full diff: golang/crypto@v0.23.0...v0.26.0

vendor: golang.org/x/net v0.28.0

full diff: golang/net@v0.25.0...v0.28.0

vendor: tags.cncf.io/container-device-interface v0.8.0

Breaking change: The .ToOCI() functions in the specs-go package have been
removed. This removes the dependency on the OCI runtime specification from
the CDI specification definition itself.

What's Changed

  • Add workflow to mark prs and issues as stale
  • Remove the ToOCI functions from the specs-go package
  • docs: add a pointer to community meetings in our docs.
  • Bump spec version to v0.8.0
  • Update spec version in README

Full diff: cncf-tags/container-device-interface@v0.7.2...v0.8.0

vendor: google.golang.org/grpc v1.62.0

- fix: overwriteWithEmptyValue is forced to true when merging an object
  involving maps
- fix: WithoutDereference should respect non-nil struct pointers

full diff: darccio/mergo@v1.0.0...v1.0.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/sys@v0.22.0...v0.24.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/sync@v0.7.0...v0.8.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/time@v0.3.0...v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/term@v0.20.0...v0.23.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/text@v0.15.0...v0.17.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/crypto@v0.23.0...v0.26.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/net@v0.25.0...v0.28.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Breaking change: The .ToOCI() functions in the specs-go package have been
removed. This removes the dependency on the OCI runtime specification from
the CDI specification definition itself.

What's Changed

- Add workflow to mark prs and issues as stale
- Remove the ToOCI functions from the specs-go package
- docs: add a pointer to community meetings in our docs.
- Bump spec version to v0.8.0
- Update spec version in README

Full diff: cncf-tags/container-device-interface@v0.7.2...v0.8.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.77%. Comparing base (986baf2) to head (dccb8bf).
Report is 11 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5427   +/-   ##
=======================================
  Coverage   59.77%   59.77%           
=======================================
  Files         345      345           
  Lines       23385    23385           
=======================================
  Hits        13978    13978           
  Misses       8437     8437           
  Partials      970      970           

@thaJeztah thaJeztah requested a review from a team September 12, 2024 17:01
Copy link
Member

@laurazard laurazard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking care of this!

@thaJeztah thaJeztah merged commit b0333da into docker:master Sep 12, 2024
101 checks passed
@thaJeztah thaJeztah deleted the bump_docker_deps branch September 12, 2024 17:07
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants