Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from abiosoft:main #12

Open
wants to merge 235 commits into
base: main
Choose a base branch
from
Open

[pull] main from abiosoft:main #12

wants to merge 235 commits into from

Commits on May 3, 2022

  1. multiple fixes pre 0.4.0 (#251)

    * misc: general refactor
    
    * docker: reduce deamon file error to warning
    
    * core: breaking change! change folder structure
    
    * dns: more fixes
    
    * net: make vmnet optional
    
    * net: limit vmnet to macOS
    
    * net: fix flag check for non-macOS
    
    * ci: fix go version
    
    * ci: fix golang ci
    
    * ci: fix lint error
    
    * ci: increase delay for kubernetes integration test
    
    * k8s: fix flannel route when slirp is enabled
    
    * k3s: enable traefik
    
    * ci: fix lint error
    
    * k3s: fix intermitent kubeconfig issue
    
    * misc: support config folder structure of v <0.4.0
    
    * misc: fix regression, improve log messages
    
    * net: replace launchagent with daemon library
    
    * ci: fix lint error
    
    * ci: change macos version for runner
    
    * ci: attempt macos 12 github runner
    
    * ci: revert macos version for github runner
    
    * net: fix vmnet directory bug
    
    * docs: update readme
    
    * cli: add docker socket path to status
    
    * net: improve vmnet process management
    
    * chore: move embedded file
    
    * checkpoint: config file support
    
    * chore: use global cache directory
    
    * core: add iso with 9p mount support
    
    * core: add support for 9p mounts
    
    * conf: update default config
    
    * core: add config file support
    
    * k3s: configurable version
    
    * k3s: fix bug due to configuration version
    
    * k3s: make ingress (traefik) configurable
    
    * net: ignore network check on non-macOS at shutdown
    
    * chore: code refactor
    
    * ci: fix failed build
    
    * chore: fix false negative error message
    
    * ci: add more tests
    
    * chore: improve error output for commands
    
    * k3s: fix regression due to file transfer method
    
    * cli: do not truncate outputs
    
    * cli: improve list output
    
    * core: add support for docker config, mount type
    
    * cli: add --edit flag to start
    
    * chore: use temp file for startup edit
    
    * cli: new template command for default settings
    
    * net: delay during vmnet process termination
    
    * ci: fix lint error
    
    * net: refactor vmnet daemon, remove symlink hack
    
    * net: improve vmnet daemon shutdown
    
    * net: add gvproxy as additional network option
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * net: fix gvproxy for multiple instances
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * net: fix regression due to gvproxy
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * net: disable network address by default
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: fix lint error
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * cli: rename network-gateway to network-driver
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: prompt before restarting on config edit
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * k8s: fix broken kubeconfig after network address toggle
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: update iso image
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: add cross-architecture to integration test
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * docs: update readme
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: ignore already running instances for `start` command
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: handle code and siblings when specified in `colima start --edit --editor`
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * docs: update README.md
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: handle input validation for mount type
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * net: make gvproxy the default driver
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * docs: update readme
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: fix minor typo in template
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c42a673 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Add --layer flag for Ubuntu container layer (#281)

    * core: add ubuntu layer
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: layer: preserve home dir
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: layer: preserve chroot exec dir
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: layer: combine chroot scripts into one
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * net: fix interface gateway
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: layer: more fixes
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * core: layer: refactor and rename
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: refactor logger
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * volume: revert default mount type to sshfs
    
    * log: enable trace level log
    
    * ci: add layer to integration test
    abiosoft committed May 13, 2022
    Configuration menu
    Copy the full SHA
    acb4cd0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. net: simplify network configuration (#282)

    * net: simplify network configuration
    
    * net: fix vmnet regression
    abiosoft committed May 14, 2022
    Configuration menu
    Copy the full SHA
    e514fdb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    4499fe7 View commit details
    Browse the repository at this point in the history
  2. Prepare for v0.4.0 (#284)

    * chore: minor fixes
    
    * docs: update faq
    
    * docs: fixes in FAQ
    
    * core: update ssh config
    
    * core: fix ssh controlpath edge case
    
    * k3s: fix metrics-server
    
    * docs: update faq
    
    * core: fix 9p regression
    abiosoft committed May 15, 2022
    Configuration menu
    Copy the full SHA
    43b3266 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    5d39343 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    1ec5c82 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. cpu: revert workaround for qemu64 (#292)

    * cpu: revert workaround for qemu64
    
    * chore: ensure the use of context.Context
    
    * core: update iso image
    
    * persist state with lima config
    
    * chore: refactor profile details
    
    * chore: refactor cont
    
    * chore: refactor cont
    
    * chore: refactor ssh
    
    * chore: update status output
    abiosoft committed May 19, 2022
    Configuration menu
    Copy the full SHA
    71a9f08 View commit details
    Browse the repository at this point in the history
  2. Update issue templates (#296)

    * github: update issue templates
    
    * ci: skip tests for markdown files
    abiosoft committed May 19, 2022
    Configuration menu
    Copy the full SHA
    dd51f9c View commit details
    Browse the repository at this point in the history
  3. ci: fix github actions (#297)

    * ci: fix github actions
    
    * github: update issue template
    abiosoft committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6538eaf View commit details
    Browse the repository at this point in the history
  4. k3s: preload images for all platforms. Fixes #219 (#298)

    * ssh: fix possible edge case
    
    * cli: add mountType to status
    
    * k3s: preload images for all platforms. Fixes #219
    abiosoft committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f112f33 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    0efcdb2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. chore: reduce runtime of tests

    * nix: attempt to fix tests
    
    * ci: skip test on daemon failure
    abiosoft committed May 24, 2022
    Configuration menu
    Copy the full SHA
    00350a6 View commit details
    Browse the repository at this point in the history
  2. chore: minor cleanups (#306)

    * k3s: flannel interface should be based on address
    
    * chore: minor command output fix
    abiosoft committed May 24, 2022
    Configuration menu
    Copy the full SHA
    da0f301 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    2b32ee9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. chore: refactor daemon (#312)

    * chore: refactor network daemon
    abiosoft committed May 30, 2022
    Configuration menu
    Copy the full SHA
    3c03f80 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    d377735 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    a90fb3a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    6083b63 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. cli: fixes #327 spaces in --editor arg for start (#328)

    * cli: fixes #327 spaces in --editor arg for start
    
    * cli: handle vscode for mac as editor
    
    * cli: quote editor name
    abiosoft committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3f244a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    a49e554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0a77f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. docs: update readme (#336)

    abiosoft committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    38b016c View commit details
    Browse the repository at this point in the history
  2. docs: update readme (#337)

    abiosoft committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2b76e99 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. docs: update readme (#339)

    abiosoft committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    782d503 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. docs: update readme (#340)

    abiosoft committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f9360ff View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    a9832b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb215b View commit details
    Browse the repository at this point in the history
  3. misc: update issue template (#347)

    * misc: update issue template
    
    * misc: update issue template
    abiosoft committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fe1f8cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fbc0fd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    1df2ea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. chore: refactor Makefile (#354)

    * refactor: extract build logic from build.sh to Makefile
    
    * chore: add test rule to Makefile
    
    * apply review suggestion
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    
    * fix: use defined `OUTPUT_DIR` variable
    
    * chore: remove -race flag from test as it needs CGO_ENABLED=1
    
    * chore: generate sha in binaries directory
    
    * chore: propagate Go build environment variables
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    tricktron and abiosoft committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    656ae6d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. net: fix #344 qemu process missing gvproxy config (#352)

    * chore: move CGO_ENABLE arg to makefile
    
    * chore: use actual current executable path
    
    * chore: fix generated binary on M1 mac
    
    * net: fix #344 qemu process missing gvproxy config
    
    * chore: update gitignore
    
    * chore: refactor, mock filesystem in tests
    
    * chore: update nix environment
    
    * chore: refactor Makefile (#354)
    
    * refactor: extract build logic from build.sh to Makefile
    
    * chore: add test rule to Makefile
    
    * apply review suggestion
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    
    * fix: use defined `OUTPUT_DIR` variable
    
    * chore: remove -race flag from test as it needs CGO_ENABLED=1
    
    * chore: generate sha in binaries directory
    
    * chore: propagate Go build environment variables
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    
    * chore: disable CGO
    
    * chore: remove empty file
    
    Co-authored-by: tricktron <[email protected]>
    abiosoft and tricktron committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3a85204 View commit details
    Browse the repository at this point in the history
  2. net: use customised qemu binaries for lima (#357)

    * net: refactor qemu wrapper
    
    * net: switch qemu wrapper usage to env var
    
    * chore: minor refactor
    abiosoft committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    84fae1c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. net: remove CGO_ENABLED=0 to fix VPN connections (#359)

    * net: set CGO_ENABLED=1 to fix VPN connections
    
    * net: CGO_ENABLED=1 breaks cross-compilation
    abiosoft committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2864461 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. chore: update nix files (#360)

    * ci: ignore nix files
    
    * chore: add nix flake
    abiosoft committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8bb1101 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    0e092a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. multiple misc updates (#374)

    * chore: update nix shell
    
    * chore: remove redundant code
    
    * core: update iso images
    
    * layer: ensure hostname sync
    
    * cli: add clone command
    
    * k8s: update default to v1.24.3+k3s1
    
    * core: make docker/k8s context activation optional
    
    * k8s: remove as active context on shutdown
    
    * chore: fix typo
    abiosoft committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    75025eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48ed9d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. vm: propagate upstream support for mountPoint (#380)

    * vm: propagate upstream support for mountPoint
    
    * mount: fix mountPath in layer
    
    * vm: avoid dir warning messages in ssh command
    
    * vm: improve mount folder detection for ssh
    abiosoft committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6839db7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. vm: add support for provision scripts (#386)

    * vm: add support for provision scripts in config
    abiosoft committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fc948f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. net: configurable network driver (#399)

    * misc: minor typo in docs
    
    * net: introduce configurable network driver
    
    * net: fix default in template
    
    * ci: fix lint errors
    
    * net: fix regression
    
    * net: addn docker hostname for slirp network
    abiosoft committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9ecb817 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Fix #401: go.mod: github.com/containers/gvisor-tap-vsock v0.4.1-0.202…

    …20816042650-89efd2bdb96 (#402)
    
    Signed-off-by: Akihiro Suda <[email protected]>
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    836f7bf View commit details
    Browse the repository at this point in the history
  2. ci: fix lint errors (#403)

    abiosoft committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6c4889b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    b56aa45 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. util: prevent division by zero in printScreen (#420)

    Observed the following when running colima in a terminal with somehow garbled settings (`stty size` printing `0 0`):
    ```
    $ colima start
    INFO[0000] starting colima                              
    INFO[0000] runtime: docker                              
    INFO[0000] preparing network ...                         context=vm
    INFO[0000] creating and starting ...                     context=vm
    panic: runtime error: integer divide by zero
    
    goroutine 25 [running]:
    github.com/abiosoft/colima/util/terminal.(*verboseWriter).printScreen(0xc000172fc0)
            github.com/abiosoft/colima/util/terminal/output.go:115 +0x1b3
    github.com/abiosoft/colima/util/terminal.(*verboseWriter).refresh(0xc000172fc0)
            github.com/abiosoft/colima/util/terminal/output.go:65 +0x92
    github.com/abiosoft/colima/util/terminal.(*verboseWriter).Write(0xc000172fc0, {0xc00030c000, 0x72, 0x0?})
            github.com/abiosoft/colima/util/terminal/output.go:48 +0x8c
    io.copyBuffer({0x279f558, 0xc000172fc0}, {0x17cf2c0, 0xc000122338}, {0x0, 0x0, 0x0})
            io/io.go:428 +0x204
    io.Copy(...)
            io/io.go:385
    os/exec.(*Cmd).writerDescriptor.func1()
            os/exec/exec.go:311 +0x3a
    os/exec.(*Cmd).Start.func1(0x0?)
            os/exec/exec.go:444 +0x25
    created by os/exec.(*Cmd).Start
            os/exec/exec.go:443 +0x795
    ```
    
    While we can't expect the output to look particularly good in such an environment, the tool should at least not panic, obscuring whether or not an action succeeded.
    misberner committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    acda016 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    6829722 View commit details
    Browse the repository at this point in the history
  2. vm: fix unexpected warnings (#428)

    * core: revert iso version temporarily
    
    * vm: fix lima warnings for colimaState
    
    * chore: upgrade gvisor to fix cpuinfo warnings
    
    * chore: go mod tidy
    abiosoft committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    4ebe54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391772c View commit details
    Browse the repository at this point in the history
  4. misc: network-address regression fix, k3s version bump (#430)

    * net: fix network-address regression on macOS
    
    * k3s: update to v1.25
    
    * net: fix regressed DNS settings
    abiosoft committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    b90b53e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. net: fix dns regression with network address (#432)

    * net: fix dns regression with network address
    
    * net: consider gvproxy condition
    
    * net: make gvproxy the default for consistency
    abiosoft committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    73c9ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c074356 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. nix: fix Nix shell (#436)

    abiosoft committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    37f1357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10377f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. vm: multiple minor fixes (#442)

    * vm: make auto ssh config generation optional
    
    * k3s: fix kubernetes version bug
    
    * k3s: update to latest stable release
    
    * vm: ignore running status when --force is passed
    abiosoft committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f5934b7 View commit details
    Browse the repository at this point in the history
  2. feat: add kubernetes-disable flag (#443)

    * feat: add kubernetes-disable flag
    
    * Update cmd/start.go
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    pmalek and abiosoft committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6805660 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    659edd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    c4536a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. net: switch to socket_vmnet (#459)

    * net: fix vmnet build script
    
    * net: modify vmnet build script
    
    * net: add socket_vmnet binary
    
    * misc: remove inefficient code
    
    * net: fix vmnet build script
    
    * net: port to socket_vmnet
    
    * net: fix vmnet_socket
    
    * net: fix network socket when gvproxy is enabled
    abiosoft committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    7ebcf14 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. misc: update links (#464)

    abiosoft committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6d1ff8b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    96ac419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698c494 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    7c7c5cb View commit details
    Browse the repository at this point in the history
  2. docs: Update FAQ for docker scan plugin (#477)

    - Add command to create empty config file required by scan plugin.
    - Update scan version
    usmansaleem committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    412d01b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    030393c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. ci: upgrade golangci-lint GitHub action package from v2 to v3 (#489)

    Signed-off-by: Austin Vazquez <[email protected]>
    
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8bb61dc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. ci: upgrade GitHub actions packages from v2 to v3 (#488)

    Signed-off-by: Austin Vazquez <[email protected]>
    
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    1c742bc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. vm: add support for macOS Virtualization.Framework (#504)

    * vm: add support for virtualization.framework
    
    * vm: add support for Rosetta on m1 devices
    
    * vm: manually enable rosetta, fixes #494
    
    * vm: enable reachable address for VZ driver
    
    * vm: disable qemu when rosetta is enabled
    
    * vm: fix dns error for ip address
    
    * misc: minor refactor - network address
    
    * cli: add vm driver to status command
    
    * vm: fix default mount type for qemu driver
    
    * chore: rename driver to vmType in config
    
    * k3s: update to v1.25.4+k3s1
    
    * cli: fix broken flag due to refactor
    ci: use Go version 1.19
    
    * cli: fix broken flag due to refactor
    
    * ci: use go 1.19 and macOS 12
    abiosoft committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    40bf7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86de81a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. k3s: fix persistence of kubernetes config (#505)

    * app: persist the kubernetes config
    
    * k3s: disable trafefik by defaults
    
    * Revert "k3s: disable trafefik by defaults"
    
    This reverts commit 9c20e4a.
    hftsin committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    77a42c6 View commit details
    Browse the repository at this point in the history
  2. chore: refactor macOS version detection (#510)

    * fix: rename MacOS13OrNewer
    
    * util: call version comparison only once
    
    * fix: disable duplicated macOS version check
    hftsin committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    48ced98 View commit details
    Browse the repository at this point in the history
  3. vm: minor improvements (#511)

    * vm: warn for missing Rosetta2
    
    * vm: recover disk space on startup
    
    * containerd: update nerdctl to v1.1.0
    abiosoft committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d8adfca View commit details
    Browse the repository at this point in the history
  4. dns: support for custom hosts (#512)

    * dns: support passing hostresolver custom hosts information to lima
    
    * dns: move custom hosts functionality to network.dns_hosts, and add new cmd line option --dns-host
    FabianPonce committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    20ba5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. chore: pre v0.5.0 cleanups (#513)

    * k3s: enable cni for cri-dockerd
    
    * docs: prepare for v0.5.0
    
    * chore: refactor dns hosts
    
    * docs: update FAQ
    abiosoft committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5a94ab4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    c50db08 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    7384ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02526c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    a7a5993 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    fc2ffc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac30084 View commit details
    Browse the repository at this point in the history
  3. docs: move the status to stable (#535)

    fixes #534
    chenrui333 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    67a39aa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. net: reinstate gvproxy (#537)

    * cherr-pick gvproxy changes from 40bf7bf
    
    * fix gvproxy injection into colima provisioning
    artygus committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d8a51b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    d4e6abf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    22c46ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b5b6fe View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. cli: add --version flag (#549)

    rfay committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    88390f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. chore: update module dependencies (#551)

    * Update module dependencies
    
    * Update use of ExactValidArgs to please linter
    rfay committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7c4925b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. cli: basic validation of config flags and config file, fixes #548 (#553)

    * Basic validation of config, fixes #548
    
    * Only allow vz and virtiofs in macos 13+
    
    * Add tmate debugging support
    
    * Add tmate to all workflows
    
    * Set default for vm-type
    rfay committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fe625fb View commit details
    Browse the repository at this point in the history
  2. vm: make rosetta emulation configurable (#555)

    * vm: make rosetta emulation configurable
    
    * vm: fix regression, qemu vmType always used
    abiosoft committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ed49fef View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    c8286dd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore: improve config validation (#563)

    * core: fix compatibility with lima inspect.
    
    * chore: reposition config validation
    
    * Revert "core: fix compatibility with lima inspect."
    
    This reverts commit 3f9b32f.
    abiosoft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    51406ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f711c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. cli: add more details to status command (#581)

    * instance details in status command
    
    * hide additional infromation behind flag
    
    * add network driver to additional details
    artygus committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1d3e117 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. docs: add a security policy (#586)

    * Add a security policy
    
    Having a security policy will allow people to provide security policy documentation to IT InfoSec teams making it easier to get Colima approved for use on employee laptops.
    
    * Update SECURITY.md
    ryancurrah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    641e7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c55a09 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. daemon: ensure correct pkill is called (#591)

    * daemon: ensure correct pkill is called
    
    * vm: make deamon error non-fatal on stop
    
    * ci: increase delay for aarch64 boot
    
    * ci: fix format error
    abiosoft committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    898867f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf522e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    d2b24d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. cli: add restart command (#602)

    rfay committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7aba815 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. chore: handle edge cases for restart command (#605)

    * chore: misc refactor for restart command
    
    * cli: restart: handle error for uncreated instances
    abiosoft committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e6edc4d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. vm: respect $SHELL in colima ssh when layer=true (#608)

    * respect `$SHELL` in `colima ssh` when `layer=true`
    
    * add quotes for good measure
    satoqz committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c7ab3cf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. vm: add support for dynamic disk resize (#639)

    * vm: add support for dynamic disk resize
    
    * docs: update readme
    
    * docs: fix minor typo
    abiosoft committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    aa0e8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3f2de View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    feef417 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. nix: update flake (#651)

    pikpok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a4f2dc7 View commit details
    Browse the repository at this point in the history
  2. docs: reword Rosetta requirements in README (#652)

    * Update README.MD
    
    * docs: update rosetta instruction
    
    ---------
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    parthashar and abiosoft committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    92157a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. vm: add experimental long-polling based filesystem inotify events (#655)

    * vm: mounts: begin inotify implementation
    
    * chore: update deps
    
    * ci: upgrade to Go 1.20
    
    * vm: mounts: rename to inotify
    
    * vm: mounts: it works but erratic
    
    * vm: mounts: improved performance
    
    * vm: add polling based file system inotify event
    
    * vm: fix containerd for inotify
    
    * ci: fix Go version
    
    * ci: fix linter
    abiosoft committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    30efd6c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    e60e116 View commit details
    Browse the repository at this point in the history
  2. vm: extend inotify to VZ (#657)

    * vm: add inotify support to vz
    
    * vm: fix inotify mutex bug
    
    * vm: refactor inotify
    abiosoft committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f946b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9810a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52df98 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    84b598c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff2ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eceb851 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    298306b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. vm: alternative approach to trigger inotify (#665)

    * vm: add ftime script
    
    * vm: add ftime to embed
    
    * chore: refactor file copy to vm to use []byte
    
    * vm: mount: hotreload fix checkpoint
    
    * vm: mount: use chmod for hotreload
    
    * chore: remove obsolete build
    abiosoft committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a9f4e9c View commit details
    Browse the repository at this point in the history
  2. chore: fix dnshost tests

    abiosoft committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    f37dd6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    083d203 View commit details
    Browse the repository at this point in the history
  4. vm: mount: revert "improve file latency check"

    This reverts commit 083d203.
    abiosoft committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    85f8c19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6ef96 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. vm: mount: listen for filesystem events (#666)

    * vm: mount: listen for filesystem events
    
    * vm: mount: validate file before running chmod
    abiosoft committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    02d01d9 View commit details
    Browse the repository at this point in the history
  2. build: require cgo

    abiosoft committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    4393f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d45c348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e533eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e2a0e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. vm: mounts: scope events to container volumes (#668)

    * vm: mount: limit to container volumes
    
    * vm: mount: validate file before running chmod
    
    * ci: fix lint error
    abiosoft committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bb08b72 View commit details
    Browse the repository at this point in the history
  2. ci: fix macos binaries (#670)

    * ci: fix macos binaries
    
    * ci: fix linux aarch64 binaries
    
    * ci: fix linux aarch64 binaries
    
    * ci: remove cgo requirement, implied for host.
    
    * ci: fix linux binaries
    abiosoft committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0294bc3 View commit details
    Browse the repository at this point in the history
  3. vm: mount: inotify: improve error messages and reduce noise (#671)

    * vm: mount: improve error messages and reduce noise
    
    * vm: mount: prevent double events
    abiosoft committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ce79bf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. cli: fix ssh config bug for multiple profiles (#675)

    * cli: fix ssh config bug for multiple profiles
    
    * ci: remove redundant integration tests
    
    * ci: fix integration tests
    
    * ci: revert "ci: fix integration tests"
    
    This reverts commit fdc4ac0.
    
    * cli: fix ssh config regression
    abiosoft committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9971eca View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. chore: minor fixes (#682)

    * net: gvproxy: use qemu 7.2 stream
    
    * cli: handle --profile flag for `colima list`
    abiosoft committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    65ee3d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. net: update vmnet (#694)

    abiosoft committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5f30c83 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    9575e08 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    20ba980 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. misc: minor fixes for v0.5.5 (#717)

    * k3s: add flexible k3s-arg flag
    
    * core: update to alpine 3.18
    abiosoft committed May 20, 2023
    Configuration menu
    Copy the full SHA
    6251dc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    627c4fd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. nix: fix vendorSha256 in colima.nix (#748)

    While attempting to install colima via nix, I encountered the following error:
    
    ```
    error: hash mismatch in fixed-output derivation '/nix/store/iz5w0f1hnjvh5w39q3gpiv10708188rl-colima-go-modules.drv':
             specified: sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE=
                got:    sha256-lsTvzGFoC3Brnr1Q0Hl0ZqEDfcTeQ8vWGe+xylTyvts=
    ```
    
    This change updates the hash to the correct hash indicated by the error output.
    karlhepler committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    92fb4b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore: use XDG base dir or platform dirs for config files. Fixes #483. (

    #736)
    
    * prefer XDG Base Dirs if XDG_CONFIG_HOME, XDG_CACHE_HOME env vars are defined, otherwise use UserConfigDir, UserCacheDir.
    
    * remove redundant 'colima' path to config files.
    
    * use $HOME/.colima if it exists, otherwise try $XDG_CONFIG_HOME/colima or
    os.UserConfigDir()/colima
    watersb committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b3df079 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. misc: fix multiple startup errors (#757)

    * ci: fix errors
    
    * config: exclude macOS from user config dir
    
    * k3s: update version
    
    * ssh: exclude other ssh keys. Fixes #735
    
    * build: update Makefile
    abiosoft committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5e4cd7f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    7b2b726 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. ci: add dependabot

    * Added dependabot to keep go dependencies & actions updated.
    Neo2308 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    75ca62d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. build(deps): bump golang.org/x/term from 0.5.0 to 0.11.0 (#772)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.5.0 to 0.11.0.
    - [Commits](golang/term@v0.5.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6a04231 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/containers/gvisor-tap-vsock (#774)

    Bumps [github.com/containers/gvisor-tap-vsock](https://github.com/containers/gvisor-tap-vsock) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/containers/gvisor-tap-vsock/releases)
    - [Commits](containers/gvisor-tap-vsock@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containers/gvisor-tap-vsock
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    79ce64f View commit details
    Browse the repository at this point in the history
  3. ci: update go versions used in workflows to 1.21 (#768)

    * Updated go versions used in workflows to 1.21
    Neo2308 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1917543 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#773)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.6.1...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    05f4e70 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/coreos/go-semver from 0.3.0 to 0.3.1 (#775)

    Bumps [github.com/coreos/go-semver](https://github.com/coreos/go-semver) from 0.3.0 to 0.3.1.
    - [Commits](coreos/go-semver@v0.3.0...v0.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/coreos/go-semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2ec56ec View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0 (#776)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.15.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.13.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    8fd09b9 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump actions/setup-go from 3 to 4 (#770)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    afe81c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. docs: add slack link (#807)

    abiosoft committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d946b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1c0c838 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    b81f871 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. chore: fix typo in logs (#816)

    Signed-off-by: guoguangwu <[email protected]>
    testwill committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1ffc951 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. build(deps): bump github.com/containers/gvisor-tap-vsock (#818)

    Bumps [github.com/containers/gvisor-tap-vsock](https://github.com/containers/gvisor-tap-vsock) from 0.7.0 to 0.7.1.
    - [Release notes](https://github.com/containers/gvisor-tap-vsock/releases)
    - [Commits](containers/gvisor-tap-vsock@v0.7.0...v0.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containers/gvisor-tap-vsock
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f2c91a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. vm: use ssh -F for custom ssh sessions (#822)

    * vm: use ssh -F for custom ssh sessions
    
    * core: update iso images
    
    * vm: temp workaround for cgroups v2
    
    * ci: use macos 13 runners
    
    * vm: revert cgroups v2 workaround
    
    * ssh: fix regression when layer is enabled
    abiosoft committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    dfe8579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819ba26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a34d79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceef812 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#826)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.12.0 to 0.13.0.
    - [Commits](golang/term@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    833ea05 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. build(deps): bump actions/checkout from 3 to 4 (#798)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fdc6c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. chore: remove redundant len check (#828)

    From the Go specification [1]:
    
      "3. If the map is nil, the number of iterations is 0."
    
    `len` returns 0 if the map is nil [2]. Therefore, checking `len(v) > 0`
    around a loop is unnecessary.
    
    [1]: https://go.dev/ref/spec#For_range
    [2]: https://pkg.go.dev/builtin#len
    
    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    164ab2b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#842)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b0893e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#843)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.15.0 to 1.16.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f32b597 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#846)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.13.0 to 0.14.0.
    - [Commits](golang/term@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b7809a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. v0.6.0 refactor (#848)

    * core: begin migration to ubuntu
    
    * core: update cloud image link
    
    * k3s: update version
    
    * core: fix boot for ubuntu
    
    * vm: add ability to set custom hostname
    
    * core: checkpoint: remove qemu wrapper
    
    * core: checkpoint: remove qemu wrapper
    
    * cli: minor bug fix for terminal output
    
    * cli: fix broken terminal output for deb download
    
    * cli: improve terminal output for deb download
    
    * vm: fix docker permission on initial create
    
    * net: remove gvproxy, migrate to user-v2
    
    * docker: fix host-gateway address
    
    * vm: avoid re-installing packages
    
    * k3s: fix broken coredns
    
    * core: improve downloader
    
    * vm: add binfmt for cross-platform containers
    
    * containerd: fix for ubuntu
    
    * containerd: fix broken working directory detection
    
    * chore: remove obsolete env var
    
    * chore: minor refactor for binfmt
    
    * cli: fix ip address for colima list
    
    * docker: add daemon support for proxy env vars
    
    * vm: add more utilities
    
    * ci: remove obsolete ubuntu layer
    
    * ci: move to gh from hub
    
    * core: use custom directory for Lima
    
    * chore: minor factor, remove obsolete variable
    
    * docker: workaround initial user permission issue
    
    * chore: remove obsolete code
    
    * vm: fix binfmt cache
    
    * core: enforce Lima version requirement
    
    * docker: workaround permission issue
    
    * vm: enable inotify by default
    
    * core: enable binfmt only on host arch
    
    * docs: prepare for v0.6.0
    
    * nix: update Go version in shell
    
    * nix: update build
    
    * build: add integration test script
    
    * ci: remove aarch64, defer until proper m1 support
    
    * build: fix colima path in integration test script
    abiosoft committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f36ff1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c3af24 View commit details
    Browse the repository at this point in the history
  3. docs: update logo (#850)

    abiosoft committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    088283a View commit details
    Browse the repository at this point in the history
  4. docs: fix broken link (#851)

    abiosoft committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    dfd8f81 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    fa1bc24 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    866e782 View commit details
    Browse the repository at this point in the history
  2. net: revert gateway ip address to 192.168.5.2 (#860)

    * net: revert gateway IP to 192.168.5.2
    
    * chore: minor refactor
    abiosoft committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    22d7e5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c68fa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. core: allow dev version of lima (#864)

    * Allow using brew installed dev version of lima.
    
    * update warning message
    
    ---------
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    terev and abiosoft committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ac7e9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565ddd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    603f37e View commit details
    Browse the repository at this point in the history
  2. cli: add prune command (#882)

    * cli: add prune command
    
    * vm: include socat as dependency
    abiosoft committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a9df8ba View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    4304114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776ae16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f4b7f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    2ba668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc799a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f923d View commit details
    Browse the repository at this point in the history
  4. cli: fix broken console output (#891)

    * ci: add integration test for vz vm-type
    
    * cli: fix broken output for package downloads
    
    * cli: re-introduce progress bar
    
    * ci: remove vz
    abiosoft committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    a3adebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f75d4ff View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. docker: move host-gateway-ip config to systemd (#904)

    * docker: move host-gateway-ip config to systemd
    
    * chore: remove redundant code
    abiosoft committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    95653db View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    9ed7f43 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#909)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.14.0 to 0.15.0.
    - [Commits](golang/term@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    af03f48 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    814bca5 View commit details
    Browse the repository at this point in the history
  2. docker: fix proxy env vars propagation (#915)

    Co-authored-by: Michele D'Avino <[email protected]>
    mdavino and Michele D'Avino committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    79c49e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. core: update underlying image (#921)

    * core: update underlying image
    
    * ci: prevent brew auto-update
    
    * ci: prevent brew auto-update
    abiosoft committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c1e797a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d4eef View commit details
    Browse the repository at this point in the history
  3. vm: inotify: monitor all containerd namespaces for volumes (#923)

    * vm: inotify: monitor all containerd namespaces for volumes
    
    * docker: ensure user added to group, reduce wait interval
    abiosoft committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a8d533d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1be00 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. build(deps): bump actions/setup-go from 4 to 5 (#927)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a18cb38 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    4e52450 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 (#951)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.15.0 to 0.16.0.
    - [Commits](golang/term@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    25939c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. core: update disk images (#975)

    * core: update disk images
    
    * core: avoid LIMA_CIDATA variables
    
    * core: update disk images
    
    * core: update disk images
    abiosoft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9b0809d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. ci: fix integration (#1009)

    * ci: fix integration
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: attempt to move 2to3
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: attempt to remove 2to3
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: attempt to overwrite symlinks
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: attempt exclusive install of python
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    75b104a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. docker: Increase ulimit to infinity (#1003)

    The current Colima VM (Ubuntu) is using the default value of 1024 file descriptors. This is insufficient for software such as Kafka that requires a high amount of open files, even in development environments.
    
    https://docs.confluent.io/platform/current/kafka/deployment.html
    
    Since the principal purpose of the Colima VM is just to run docker, this sets the value to infinity to limit to the OS limits.
    jramosf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bd99ce2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 3 to 4 (#984)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cc24a91 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/term from 0.16.0 to 0.18.0 (#996)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.16.0 to 0.18.0.
    - [Commits](golang/term@v0.16.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    281757a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 (#1013)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.19.0.
    - [Commits](golang/term@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    54b1ad9 View commit details
    Browse the repository at this point in the history
  2. core: update disk images (#1014)

    * core: update disk images
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: add vz and bump to macos 14
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: revert to macos 13
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * ci: remove vz
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d20a53a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore: fix function name in comment (#1018)

    Signed-off-by: rustfix <[email protected]>
    rustfix committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    17312bd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. containerd: add socket forwarding to host (#1017)

    * Added containerd socket port forward when using containerd runtime
    
    * Added comment to "HostSocketFile" function in containerd.go
    DieterBuys committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    de7af47 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 (#1024)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.19.0 to 0.20.0.
    - [Commits](golang/term@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    855e9e6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 4 to 5 (#1022)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8613d5e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. build(deps): bump golangci/golangci-lint-action from 5 to 6 (#1027)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    732703d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (#1028)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    33f5d2a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. core: update iso images (#1032)

    * core: update iso images
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * k3s: bump version
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c3a31ed View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    369561d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1ece8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    692264f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. core: revert to using qemu by default on M3 macs (#1058)

    This removes the special case logic for M3 macs that use the vz driver instead of qemu. A lot of people are having trouble with vz on M3 macs:
    
    - #987 (comment)
    - #1045 (comment)
    - #985 (comment)
    - #985 (comment)
    - #985 (comment)
    bradleyayers committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aeab61c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#1042)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3ba3369 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 (#1037)

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

Commits on Jul 5, 2024

  1. build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#1061)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.21.0 to 0.22.0.
    - [Commits](golang/term@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f313959 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. core: add support for COLIMA_HOME env var (#1062)

    * core: add support for COLIMA_HOME env var
    
    defaults to $HOME/.colima, but can be set via the $COLIMA_HOME
    environment variable
    
    * chore: minor code refactor
    
    * chore: fix syntax error
    
    ---------
    
    Co-authored-by: Abiola Ibrahim <[email protected]>
    fmgornick and abiosoft committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fd80766 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. core: support for configurable ssh port number (#1066)

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8d34919 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. core: update iso images (#1071)

    * core: update iso images
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * k3s: update version
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * cli: fix colima list --profile
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    12c0c83 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. chore: code refactor (#1072)

    * chore: code refactor
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * docs: update instructions
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    * chore: update refactor
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    
    ---------
    
    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3d8dd0e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. core: support for new disk images format

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d29c3ed View commit details
    Browse the repository at this point in the history
  2. containerd: remove obsolete dependencies setup

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    06c5d00 View commit details
    Browse the repository at this point in the history
  3. core: add support for none and incus runtime

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b0d3b08 View commit details
    Browse the repository at this point in the history
  4. core: fix images sha download

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b67af70 View commit details
    Browse the repository at this point in the history
  5. cli: show incus runtime in list output

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ce585e3 View commit details
    Browse the repository at this point in the history
  6. incus: add support for runtime

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2c231a0 View commit details
    Browse the repository at this point in the history
  7. incus: add docker remote

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf3f284 View commit details
    Browse the repository at this point in the history
  8. chore: remove obsolete code comment

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d948218 View commit details
    Browse the repository at this point in the history
  9. core: fix disk image downloader

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6566e8b View commit details
    Browse the repository at this point in the history
  10. core: prevent disk image re-download on resume

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4ad0bbb View commit details
    Browse the repository at this point in the history
  11. core: update iso images

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f750716 View commit details
    Browse the repository at this point in the history
  12. incus: fix teardown

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a7daa8a View commit details
    Browse the repository at this point in the history
  13. core: improve disk downloader

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    50b3299 View commit details
    Browse the repository at this point in the history
  14. ci: add vz and incus

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b6cb673 View commit details
    Browse the repository at this point in the history
  15. ci: remove vz

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5454782 View commit details
    Browse the repository at this point in the history
  16. incus: ensure user is added to incus-admin

    Signed-off-by: Abiola Ibrahim <[email protected]>
    abiosoft committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c8c4c5a View commit details
    Browse the repository at this point in the history