From f86cb74d0a6594f3ccf108228e04ba842e1d3b5a Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Sat, 21 Dec 2024 15:48:39 +0000 Subject: [PATCH] build(deps): update abiosoft/colima to v0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [abiosoft/colima](https://github.com/abiosoft/colima) | patch | `v0.8.0` -> `v0.8.1` | 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
abiosoft/colima (abiosoft/colima) ### [`v0.8.1`](https://github.com/abiosoft/colima/releases/tag/v0.8.1) [Compare Source](https://github.com/abiosoft/colima/compare/v0.8.0...v0.8.1) #### Highlights This is an incremental release with bug fixes. #### Fixes - Cleanup of network assets directory on startup. Fixes [#​1210](https://github.com/abiosoft/colima/issues/1210), [#​1029](https://github.com/abiosoft/colima/issues/1029), [#​1212](https://github.com/abiosoft/colima/issues/1212), [#​1116](https://github.com/abiosoft/colima/issues/1116). - Use of primary network adapter as default route when external network address is enabled. Fixes [#​1214](https://github.com/abiosoft/colima/issues/1214). #### Other Updates - `VZ` is now the default virtual machine type on macOS 13 or newer. Qemu can still be used if specified. - Disk image can now be downloaded locally and specified with the `--disk-image` flag for `colima start`. ##### Runtime version bumps Runtime version can be updated running the `colima update` command. - Docker version updated to `27.4.0` - Nerdctl version updated to `2.0.2` - Incus version updated to `6.8` #### Commits - ci: fix integration tests by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1190 - build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/abiosoft/colima/pull/1189 - core: update disk images by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1191 - cli: add --json flag to status command by [@​ecrousseau](https://github.com/ecrousseau) in https://github.com/abiosoft/colima/pull/1196 - config: ability to specifying memory in decimal GiB by [@​qiao-summer](https://github.com/qiao-summer) in https://github.com/abiosoft/colima/pull/1206 - build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/abiosoft/colima/pull/1207 - net: clear assets directory on startup by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1213 - net: set route for external address by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1214 - core: update disk images by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1215 - vm: add support for custom disk images by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1216 - config: use vz as default vm type on macOS 13 or newer by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1217 - ci: clean up by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1220 #### New Contributors - [@​ecrousseau](https://github.com/ecrousseau) made their first contribution in https://github.com/abiosoft/colima/pull/1196 - [@​qiao-summer](https://github.com/qiao-summer) made their first contribution in https://github.com/abiosoft/colima/pull/1206 **Full Changelog**: https://github.com/abiosoft/colima/compare/v0.8.0...v0.8.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index ed687bf..f3ca647 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -202,7 +202,7 @@ packages: - name: laktak/zfind@v0.4.6 description: search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter link: https://github.com/laktak/zfind -- name: abiosoft/colima@v0.8.0 +- name: abiosoft/colima@v0.8.1 description: Docker (and Kubernetes) on MacOS with minimal setup link: https://github.com/abiosoft/colima - name: lima-vm/lima@v1.0.2