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.7.1
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.7.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 10, 2024

  1. docs: update installation instructions

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6629af6 View commit details
    Browse the repository at this point in the history
  2. docs: update readme

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

Commits on Aug 13, 2024

  1. chore: generate checksum files after signing assets by codesign (#1105)

    * chore: calculate checksums after signing assets by codesign
    
    This commit fixes checksums of assets for macOS.
    
    From colima v0.7.1, assets for macOS are signed by codesign.
    
    - 3415501
    - #1094
    
    But due to this checksums became invalid.
    
    ```console
    $ gh release download abiosoft/colima v0.7.1
    
    $ cat *.sha256sum
    9db4f5617eb3a16ef4abca4d515a7e81b80f7f8646a8c3fe50e4eb6e6e1a8ccb *colima-Darwin-arm64
    e136336f3b000fda729f4266d1af573dcf3378568d4c5433c6b63350f960f296 *colima-Darwin-x86_64
    f866550da41a4d1df7437fbf2e42449e213281ac1784d2f4d905e7bd13c5c772 *colima-Linux-aarch64
    95cdef8ffc9fa2620a9a4c0771c4eab727b5d654341a0b6fcc70842c2bc38486 *colima-Linux-x86_64
    
    $ sha256sum colima-Darwin-arm64 colima-Darwin-x86_64 colima-Linux-aarch64 colima-Linux-x86_64
    df99434b42f0f85da5fa86063f86d7e818a19fcb46da528fe4201d9f6356744e  colima-Darwin-arm64
    abdf3069c8e6d35b1b23730cb320729eb53800b1049a4973f550e1ee4f62fa99  colima-Darwin-x86_64
    f866550da41a4d1df7437fbf2e42449e213281ac1784d2f4d905e7bd13c5c772  colima-Linux-aarch64
    95cdef8ffc9fa2620a9a4c0771c4eab727b5d654341a0b6fcc70842c2bc38486  colima-Linux-x86_64
    ```
    
    codesign changed assets, so we need to generate checksum files after running codesign.
    
    * ci: move the if statement
    suzuki-shunsuke authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cf86fa9 View commit details
    Browse the repository at this point in the history
  2. net: put host ip address replication behind a flag

    Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
    abiosoft committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cabce88 View commit details
    Browse the repository at this point in the history
  3. chore: update cli usage

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