From a7a1a03613b968e10cd426f4ee74d8b99df0e779 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 28 Aug 2024 08:21:20 +0000 Subject: [PATCH] build(deps): update abiosoft/colima to v0.7.5 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.7.3` -> `v0.7.5` | 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.7.5`](https://github.com/abiosoft/colima/releases/tag/v0.7.5) [Compare Source](https://github.com/abiosoft/colima/compare/v0.7.4...v0.7.5) #### Highlights This is an hotfix release to address a regression in networking for Incus runtime. #### Commits - incus: utilise macvlan network for multiple IP addresses by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1124 **Full Changelog**: https://github.com/abiosoft/colima/compare/v0.7.4...v0.7.5 ### [`v0.7.4`](https://github.com/abiosoft/colima/releases/tag/v0.7.4) [Compare Source](https://github.com/abiosoft/colima/compare/v0.7.3...v0.7.4) #### Highlights This is an incremental update with bug fixes. #### Updates - Colima can now be prevented from overwriting config file on startup by specifying `--save-config=false` or setting `COLIMA_SAVE_CONFIG=0`. - Warning error would no longer be displayed on startup for users that install Colima with [aqua](https://aquaproj.github.io/). - An extra warning is now displayed on `colima delete` to further ascertain the user's intended action. #### Commits - docker: remove cert cache directory before copying host certs by [@​soedar](https://github.com/soedar) in https://github.com/abiosoft/colima/pull/1112 - chore: add second confirmation for container data loss by [@​jramosf](https://github.com/jramosf) in https://github.com/abiosoft/colima/pull/1113 - chore: multiple updates by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1122 - config: make persistence optional with --save-config flag by [@​abiosoft](https://github.com/abiosoft) in https://github.com/abiosoft/colima/pull/1123 #### New Contributors - [@​soedar](https://github.com/soedar) made their first contribution in https://github.com/abiosoft/colima/pull/1112 **Full Changelog**: https://github.com/abiosoft/colima/compare/v0.7.3...v0.7.4
--- ### 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 e8238c03..ed3b5e58 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -211,7 +211,7 @@ packages: - name: laktak/zfind@v0.4.5 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.7.3 +- name: abiosoft/colima@v0.7.5 description: Docker (and Kubernetes) on MacOS with minimal setup link: https://github.com/abiosoft/colima - name: lima-vm/lima@v0.23.1