-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 ReportAll modified and coverable lines are covered by tests ✅
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 |
laurazard
approved these changes
Sep 12, 2024
There was a problem hiding this 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!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update various dependencies in preparation of updating moby/moby;
vendor: dario.cat/mergo v1.0.1
involving maps
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
Full diff: cncf-tags/container-device-interface@v0.7.2...v0.8.0
vendor: google.golang.org/grpc v1.62.0