Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lima-vm/lima
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lima-vm/lima
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/1.0
Choose a head ref
  • 6 commits
  • 27 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. qemu: LIMA_QEMU_UEFI_IN_BIOS -> _LIMA_QEMU_UEF_IN_BIOS

    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 <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d8d409a View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/containerd/containerd v1.7.27

    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 <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    4eb1f48 View commit details
    Browse the repository at this point in the history
  3. go.mod: golang.org/x/* latest

    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 <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    884e33b View commit details
    Browse the repository at this point in the history
  4. nerdctl: update to v2.0.4

    https://github.com/containerd/nerdctl/releases/tag/v2.0.4
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    (cherry picked from commit a80a316)
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    5202cdf View commit details
    Browse the repository at this point in the history
  5. templates: update

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    17204c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Merge pull request #3373 from AkihiroSuda/dev-1.0

    [release/1.0] cherry-picks for v1.0.7 (nerdctl v2.0.4 etc.)
    AkihiroSuda authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    a2f87ee View commit details
    Browse the repository at this point in the history
Loading