github abiosoft/colima v0.3.0

latest releases: v0.6.9, v0.6.8, v0.6.7...
2 years ago

Note

v0.3.0 has underlying changes that warrants starting afresh by deleting existing instances (if created with v0.2.2 or lower).
This can be done with colima delete.

Highlights

  • Employ the use of docker context to avoid clashes with other docker servers (e.g. docker for mac)
  • Cross-architecture support. i.e. running x86 vm/containers on m1/arm and vice versa.
  • Default to writeable vollume
  • Support for running multiple instances of Colima
  • Support running on Linux hosts
  • Underlying Linux distro switched to Alpine for lighter setup
  • Support for SSH agent forwarding

Commits

  • feat(completion): add auto-completion support by @developer-guy in #34
  • Add cmd option to change default architecture by @computeralex92 in #36
  • feat(architecture): use user-specified architecture for kubernetes by @abiosoft in #37
  • feat(docker): fixes #38, use docker context to avoid clashes with other servers by @abiosoft in #40
  • feat(profiles): multiple instances support with --profile flag by @abiosoft in #41
  • feat(network): make port-forwarding host interface configurable by @abiosoft in #45
  • feat(logging): enable verbose logging by @abiosoft in #47
  • feat(runtime): enable multi-architecture for docker, containerd. by @abiosoft in #50
  • switch distro to alpine by @abiosoft in #76
  • kubernetes: fix containerd runtime for M1 devices by @abiosoft in #78
  • add documenation for installation via nix by @aaschmid in #89

New Contributors

Full Changelog: v0.2.2...v0.3.0

Don't miss a new colima release

NewReleases is sending notifications on new releases.