Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abiosoft/colima
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: abiosoft/colima
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 16 commits
  • 26 files changed
  • 5 contributors

Commits on Nov 9, 2024

  1. ci: fix integration tests

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    97e9333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cc11e View commit details
    Browse the repository at this point in the history
  3. core: update disk images

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8a1507f View commit details
    Browse the repository at this point in the history
  4. cli: fix printed virtual machine types when qemu is missing.

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ae4a537 View commit details
    Browse the repository at this point in the history
  5. incus: always enable nested virtualization when supported.

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    94ab68a View commit details
    Browse the repository at this point in the history
  6. docs: update README

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    3bf986d View commit details
    Browse the repository at this point in the history
  7. vm: support m4 devices for nested virtualization.

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    38c20fc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. cli: add --json flag to status command (#1196)

    * cli: add --json flag to status command
    
    * chore: minor refactor
    
    * chore: minor refactor
    
    * chore: apply suggestions from code review
    
    * chore: apply suggestions from code review
    
    * chore: fix syntax error
    
    ---------
    
    Co-authored-by: Abiola Ibrahim <git@abiosoft.com>
    ecrousseau and abiosoft authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    ad5102e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. config: ability to specifying memory in decimal GiB (#1206)

    Co-authored-by: summer <qq0538925@gmail.com>
    qiao-summer and qiao-summer authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7435a59 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 (#1207)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.26.0 to 0.27.0.
    - [Commits](golang/term@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    d6b8e34 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. net: clear assets directory on startup (#1213)

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    70ca03b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. net: set route for external address (#1214)

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    e11bb7a View commit details
    Browse the repository at this point in the history
  2. core: update disk images (#1215)

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    f829db1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. vm: add support for custom disk images (#1216)

    * vm: add support for custom disk images
    
    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    
    * chore: refactor sha validation
    
    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    
    * vm: improve support for custom disk image
    
    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    da72ca3 View commit details
    Browse the repository at this point in the history
  2. config: use vz as default vm type on macOS 13 or newer (#1217)

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    5d6937a View commit details
    Browse the repository at this point in the history
  3. ci: clean up (#1220)

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    96598cc View commit details
    Browse the repository at this point in the history
Loading