chore(deps): update dependency abiosoft/colima to v0.9.0#924
Merged
Conversation
7145059 to
3d22983
Compare
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
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v0.8.4->v0.9.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
abiosoft/colima (abiosoft/colima)
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
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.