Skip to content

vendor: update various dependencies - #5427

Merged
thaJeztah merged 10 commits into
docker:masterfrom
thaJeztah:bump_docker_deps
Sep 12, 2024
Merged

vendor: update various dependencies#5427
thaJeztah merged 10 commits into
docker:masterfrom
thaJeztah:bump_docker_deps

Conversation

@thaJeztah

Copy link
Copy Markdown
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

codecov-commenter commented Sep 12, 2024

Copy link
Copy Markdown

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 teamSeptember 12, 2024 17:01

@laurazardlaurazard left a comment

Copy link
Copy Markdown
Member

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:masterSep 12, 2024
@thaJeztah
thaJeztah deleted the bump_docker_deps branch September 12, 2024 17:07
Sign up for freeto 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

@thaJeztah@codecov-commenter@laurazard