Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

67 lines (43 loc) · 2.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1-alpha.13 - 2024-03-18

Fixed

  • Added workaround for Python conflict in Github Action runner images (#34)

v1-alpha.12 - 2024-02-01

Added

  • Fail fast when running on arm64 macOS runners (macos-14 public runners) (#28).
    • None of the arm64 processors on Apple computers support nested virtualization as of today (Feb 1st 2024).

v1-alpha.11 - 2024-01-05

Added

  • Allow Colima to be started with --network-address (#22).
  • Add Lima and Colima versions as inputs (#24).

Changed

  • Allow Colima to use more resources (#25).

v1-alpha.10 - 2023-09-04

Changed

  • Improve reliability of action (#19)
    • Colima and Lima binaries are now downloaded straight from their Github Release pages
    • By default, use brew only to install the Docker client and Docker Compose.
    • QEMU is now installed (using brew) only if it's not already present.
    • QEMU is upgraded (using brew) only if the input upgrade-qemu is set to "true".
    • Detects when QEMU's installed from brew's bottle 8.1.0, which has an issue in the binary's signature, and reinstalls it.

v1-alpha.9 - 2023-08-21

Fixed

v1-alpha.8 - 2023-08-21

  • Initial release with a changelog. A bit late, sorry.