-
Notifications
You must be signed in to change notification settings - Fork 765
[release/1.0] cherry-picks for v1.0.7 (nerdctl v2.0.4 etc.) #3373
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
Merged
Conversation
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
Partial cherry-pick of 0705db1 (PR 3347) from the master branch. This is not a breaking change, as there is still no release that supports `LIMA_QEMU_UEFI_IN_BIOS`. Signed-off-by: Akihiro Suda <[email protected]>
Silence govulncheck false positive https://pkg.go.dev/vuln/GO-2025-3528 The containerd binary inside the VM will be updated in a separate commit Signed-off-by: Akihiro Suda <[email protected]>
Silence the following govulncheck false positives in binary mode (not detected in source mode) - https://pkg.go.dev/vuln/GO-2025-3503 (x/net) - https://pkg.go.dev/vuln/GO-2025-3488 (x/oauth2) Signed-off-by: Akihiro Suda <[email protected]>
https://github.com/containerd/nerdctl/releases/tag/v2.0.4 Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit a80a316) Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
Closed
afbjorklund
approved these changes
Mar 21, 2025
Member
afbjorklund
left a comment
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.
I did not verify all the checksums
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 25, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [lima-vm/lima](https://github.com/lima-vm/lima) | patch | `v1.0.6` -> `v1.0.7` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>lima-vm/lima (lima-vm/lima)</summary> ### [`v1.0.7`](https://github.com/lima-vm/lima/releases/tag/v1.0.7) [Compare Source](lima-vm/lima@v1.0.6...v1.0.7) #### Changes - nerdctl: update to v2.0.4 ([#​3373](lima-vm/lima#3373)) - WSL2: lots of improvements (several MRs, thanks to [@​arixmkii](https://github.com/arixmkii)) - Makefile: allow setting `KEEP_SYMBOLS=1` ([#​3236](lima-vm/lima#3236)) - go.mod: experimental integration of [gomodjail](https://github.com/AkihiroSuda/gomodjail) (library sandbox) ([#​3238](lima-vm/lima#3238), [#​3260](lima-vm/lima#3260)) Full changes: https://github.com/lima-vm/lima/milestone/57?closed=1 Thanks to [@​alexandear](https://github.com/alexandear) [@​arixmkii](https://github.com/arixmkii) [@​jandubois](https://github.com/jandubois) [@​kairveeehh](https://github.com/kairveeehh) [@​mook-as](https://github.com/mook-as) [@​rfay](https://github.com/rfay) #### Usage ```console [macOS]$ limactl create [macOS]$ limactl start ... INFO[0029] READY. Run `lima` to open the shell. [macOS]$ lima uname Linux ``` *** The binaries were built automatically on GitHub Actions. The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/14009229801 The sha256sum of the SHA256SUMS file itself is `59f4e8a5b40e6477849ac2dc343b33c9b1c30538516ef44530873d401da7e646` . *** Release manager: [@​AkihiroSuda](https://github.com/AkihiroSuda) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.
Cherry-pick of: