Skip to content

build(deps): Bump github.com/lima-vm/lima from 0.16.0 to 0.17.0#517

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lima-vm/lima-0.17.0
Closed

build(deps): Bump github.com/lima-vm/lima from 0.16.0 to 0.17.0#517
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lima-vm/lima-0.17.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 4, 2023

Bumps github.com/lima-vm/lima from 0.16.0 to 0.17.0.

Release notes

Sourced from github.com/lima-vm/lima's releases.

v0.17.0

This release adds the limactl create command. Now it is discouraged (not deprecated) to use limactl start for creating new instances.

Discouraged form:

limactl start --name=foo template://docker

Recommended form:

limactl create --name=foo template://docker
limactl start foo

The limactl create command also takes several flags like --cpus=1 --memory=2 --vm-type=vz --mount-writable=true for modifying the template. Some of these flags are similar to the flags of colima start.

Changes

  • limactl CLI:

  • YAML:

    • Adjust the default CPUs and memory size depending on the host capacity (#1603)
    • Allow leaving additional disks unformatted (#1516, thanks to @​afbjorklund)
  • VZ:

    • Remove dependency on qemu-img binary for converting qcow2 to raw (#1507)
    • Enable virtiofs by default when vmType == vz (#1613)
    • Support video display (#1597, #1602, thanks to @​balajiv113)
  • QEMU:

    • Connect a virtio-serial device to serialv.log in the instance directory (#1674, #1693)
    • Connect a pci-serial device to serialp.log for making more boot logs visible on ARM (#1703)
    • Support virtiofs on Linux hosts (#1628, thanks to @​refi64). macOS hosts still require VZ for using virtiofs.
    • Support armv7l (32-bit ARM) architecture (#1633)
  • nerdctl:

  • Templates:

    • CentOS Stream 8: update to 20230710.0 (#1700)
    • CentOS Stream 9: update to 20230720.0 (#1700)
    • Debian: update to 12 (#1635, #1700, thanks to @​unidevel)
    • Oracle Linux: update to 8.8 and 9.2 (#1700)
    • Ubuntu: update to release-20230729 (#1700)
    • openSUSE: update to 15.5 (#1700)
    • Add template://experimental/rke2 (#1650, thanks to @​Hirozy)

... (truncated)

Commits
  • f654a0c Merge pull request #1713 from AkihiroSuda/dev
  • 326f123 CI: release: update Xcode to 14.2 (default)
  • 0deea45 Merge pull request #1709 from AkihiroSuda/fix-1702
  • edf5d59 Merge pull request #1710 from AkihiroSuda/dev
  • 154f8eb Merge pull request #1712 from AkihiroSuda/debug-cache
  • ee9c332 CI: debug cache
  • 7f09621 README.md: typo: "Liam"
  • 08012d1 limactl start: apply edit flags for existing instances
  • 6deae73 Merge pull request #1707 from AkihiroSuda/dev
  • 35a3e39 More s/example/template/ (follow-up to PR 1679)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/lima-vm/lima/releases)
- [Commits](lima-vm/lima@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/lima-vm/lima
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 14, 2023

Superseded by #531.

@dependabot dependabot Bot closed this Aug 14, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/lima-vm/lima-0.17.0 branch August 14, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants