vendor: containerd v1.7.12, and switch to dario.cat/mergo v1.0.0#46979
Merged
thaJeztah merged 1 commit intomoby:masterfrom Jan 12, 2024
Merged
vendor: containerd v1.7.12, and switch to dario.cat/mergo v1.0.0#46979thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah merged 1 commit intomoby:masterfrom
Conversation
b27c671 to
0a12831
Compare
thaJeztah
commented
Dec 28, 2023
Switch github.com/imdario/mergo to dario.cat/mergo v1.0.0, because the module was renamed, and reached v1.0.0 full diff: darccio/mergo@v0.3.13...v1.0.0 vendor: github.com/containerd/containerd v1.7.12 - full diff: containerd/containerd@v1.7.11...v1.7.12 - release notes: https://github.com/containerd/containerd/releases/tag/v1.7.12 Welcome to the v1.7.12 release of containerd! The twelfth patch release for containerd 1.7 contains various fixes and updates. Notable Updates - Fix on dialer function for Windows - Improve `/etc/group` handling when appending groups - Update shim pidfile permissions to 0644 - Update runc binary to v1.1.11 - Allow import and export to reference missing content - Remove runc import - Update Go version to 1.20.13 Deprecation Warnings - Emit deprecation warning for `containerd.io/restart.logpath` label usage Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
neersighted
approved these changes
Jan 12, 2024
This file contains hidden or 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
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.
Switch github.com/imdario/mergo to dario.cat/mergo v1.0.0
the module was renamed, and reached v1.0.0
full diff: darccio/mergo@v0.3.13...v1.0.0
vendor: github.com/containerd/containerd v1.7.12
Welcome to the v1.7.12 release of containerd!
The twelfth patch release for containerd 1.7 contains various fixes and updates.
Notable Updates
/etc/grouphandling when appending groupsDeprecation Warnings
containerd.io/restart.logpathlabel usage- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)