-
Notifications
You must be signed in to change notification settings - Fork 770
templates: fedora-43: disable ssh.overVsock as a workaround for SELinux issue #4384
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
Conversation
The environment variable is now deprecated but still supported Signed-off-by: Akihiro Suda <[email protected]>
…ux issue Fix issue 4334 Signed-off-by: Akihiro Suda <[email protected]>
|
Well, I thought it would be like this. What should I do with #4333? |
norio-nomura
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.
LGTM! 👍🏻
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [lima-vm/lima](https://github.com/lima-vm/lima) | patch | `v2.0.1` -> `v2.0.2` | 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> ### [`v2.0.2`](https://github.com/lima-vm/lima/releases/tag/v2.0.2) [Compare Source](lima-vm/lima@v2.0.1...v2.0.2) #### Changes - vz: - Fix incompatibility with Fedora 43 ([#​4384](lima-vm/lima#4384)) - `limactl` CLI: - Make errors less scary ([#​4387](lima-vm/lima#4387)) - Misc: - Don't trim whitespace from boot commands ([#​4381](lima-vm/lima#4381), thanks to [@​jandubois](https://github.com/jandubois)) Full changes: <https://github.com/lima-vm/lima/milestone/65?closed=1> Thanks to [@​alexandear](https://github.com/alexandear) [@​jandubois](https://github.com/jandubois) [@​norio-nomura](https://github.com/norio-nomura) [@​pragneshbagary](https://github.com/pragneshbagary) [@​unsuman](https://github.com/unsuman) #### Usage ```console $ limactl create $ limactl start ... INFO[0029] READY. Run `lima` to open the shell. $ 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/19637186442> The sha256sum of the SHA256SUMS file itself is `34404225335c06f30ff7990bb15f28f1fa11588b2ccc0bedc9ff07465a229106` . *** 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Fix #4334
This PR also deprecates
$LIMA_SSH_OVER_VSOCKand moves it to a YAML field.ssh.overVsock.