Update dependency abiosoft/colima to v0.9.1 #1207
Open
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.
This PR contains the following updates:
v0.6.9→v0.9.1Release Notes
abiosoft/colima (abiosoft/colima)
v0.9.1Compare Source
Highlights
This is a hotfix release to address disk error issues for a subset of users.
Check v0.9.0 release notes for the main release notes.
Commits
Full Changelog: abiosoft/colima@v0.9.0...v0.9.1
v0.9.0Compare Source
Highlights
This is a new release with several fixes and new features.
New Features
Bridged network
This has been a long requested feature and it is finally here. A new
--network-modeflag has been introduced.Valid options are
sharedandbridgedwith the default beingshared.Persistent Disk
This applies only to newly created instances.
Colima now uses a separate virtual machine disk for container data as a means to guard against accidental loss of data.
A deleted instance would not delete the container data disk, and a subsequent
colima startwould attempt to reinstate the data.Supported for Docker, Containerd and Incus runtimes. Kubernetes however is not yet support.
To delete all data, the
--dataflag should be passed tocolima delete.colima delete --data # delete instance and container dataFixes
--template=falsetocolima start.host.docker.internalhas been improved and now works fine in Docker, Containerd and Kubernetes containers./tmp/colimahas been removed as a default mount due to issues caused when Colima is being run by multiple users on macOS.sshandgrpcwith the--port-forwarderflag. Defaults tossh.--network-preferred-routeflag to use the network address interface as the default route when network address is enabled. This resolves networking issue for some users.Runtime version bumps
NOTE: container runtime versions can be updated manually by running the
colima updatecommand.v28.4.0v2.1.4v6.16v1.33.4+k3s1Commits
New Contributors
Full Changelog: abiosoft/colima@v0.8.4...v0.9.0
v0.8.4Compare Source
Highlights
This is another hotfix release to address a regression that causes
exec /bin/sh: exec format errorwhen running a cross-architecture image. The issue is finally resolved.Other Updates
--templateflag.--binfmt=falseflag.Commits
Full Changelog: abiosoft/colima@v0.8.3...v0.8.4
v0.8.3Compare Source
Highlights
This is an hotfix release to address a regression that causes
exec /bin/sh: exec format errorwhen running a cross-architecture image.Fixes
virtiofswhen VZ is in use.Other Updates
colima statusfor all container runtimes.--k3s-argflag.Commits
New Contributors
Full Changelog: abiosoft/colima@v0.8.2...v0.8.3
v0.8.2Compare Source
Highlights
This is an incremental release with bug fixes.
Fixes
Other Updates
--binfmtflag andbinfmtconfig. Defaults totruewhen Rosetta is disabled.--cpuflag to--cpusforcolima start, to align with Lima.--cpustill works but deprecated.COLIMA_PROFILEenvironment variable. Resolves #1308.Runtime version bumps
NOTE: container runtime versions can be updated manually by running the
colima updatecommand.v28.3.3v2.1.3v6.14v1.33.3+k3s1Commits
New Contributors
Full Changelog: abiosoft/colima@v0.8.1...v0.8.2
v0.8.1Compare Source
Highlights
This is an incremental release with bug fixes.
Fixes
Other Updates
VZis now the default virtual machine type on macOS 13 or newer. Qemu can still be used if specified.--disk-imageflag forcolima start.Runtime version bumps
Runtime version can be updated running the
colima updatecommand.27.4.02.0.26.8Commits
New Contributors
Full Changelog: abiosoft/colima@v0.8.0...v0.8.1
v0.8.0Compare Source
Highlights
This is a new release to address compatibility issues with Lima v1.0.0.
Other Updates
--nested-virtualizationflag ornestedVirtualizationconfig for m3 devices.Commits
Full Changelog: abiosoft/colima@v0.7.6...v0.8.0
v0.7.6Compare Source
Highlights
This release introduces the
colima updatecommand to update the container runtime version (e.g. Docker version) without needing to upgrade Colima or wait for the next release.Other Fixes
Commits
New Contributors
Full Changelog: abiosoft/colima@v0.7.5...v0.7.6
v0.7.5Compare Source
Highlights
This is an hotfix release to address a regression in networking for Incus runtime.
Commits
Full Changelog: abiosoft/colima@v0.7.4...v0.7.5
v0.7.4Compare Source
Highlights
This is an incremental update with bug fixes.
Updates
--save-config=falseor settingCOLIMA_SAVE_CONFIG=0.colima deleteto further ascertain the user's intended action.Commits
New Contributors
Full Changelog: abiosoft/colima@v0.7.3...v0.7.4
v0.7.3Compare Source
Highlights
This is an hotfix release to address crashes during startup on macOS Sequoia 15 beta for M1 and M2 devices. #1109
Commits
Full Changelog: abiosoft/colima@v0.7.2...v0.7.3
v0.7.2Compare Source
Highlights
This is an hotfix release to address regressions introduced in v0.7.1.
Fixes
--network-host-addressesflag and disabled by default. Fixes #1103Commits
New Contributors
Full Changelog: abiosoft/colima@v0.7.1...v0.7.2
v0.7.1Compare Source
Highlights
This is an incremental release with bug fixes.
colima start.For more details about v0.70 features, check v0.70 release notes.
Other Fixes
Commits
Full Changelog: abiosoft/colima@v0.7.0...v0.7.1
v0.7.0Compare Source
Highlights
This release properly addresses the slow startup issue with VZ driver with a reworked disk image download and expansion.
Other Features
--runtime=incus. Incus utilises LXC to run system containers.noneruntime--runtime=noneto utilise Colima solely as a headless virtual machine manager.$XDG_CONFIG_HOME(if set) is now respected for configuration directory on macOS.v27.1.1.v1.30.2+k3s1.Commits
Full Changelog: abiosoft/colima@v0.6.10...v0.7.0
v0.6.10Compare Source
Highlights
This is an incremental bug fix release to address inability to use QEMU on m3 devices.
Due to breaking changes, deletion of existing profiles is required via
colima delete.Existing containers, images and volumes would be lost after upgrade.
Other Updates
--vm-typeflag is respected for m3 devicesCOLIMA_HOMEenvironment variable to customize settings and disk directory.--ssh-portflag.Commits
VMTypeflag is respected for m3 devices by @SpikePuppet in #1045New Contributors
Full Changelog: abiosoft/colima@v0.6.9...v0.6.10
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.