Skip to content

Releases: cirruslabs/tart

0.2.3

10 May 20:36
24375c2
Compare
Choose a tag to compare

Changelog

0.2.2

09 May 14:55
2f5a679
Compare
Choose a tag to compare

Changelog

0.2.1

08 May 12:46
341fd16
Compare
Choose a tag to compare

Changelog

0.2.0

06 May 23:09
efc9c74
Compare
Choose a tag to compare

Changelog

  • efc9c74 Report if an image already pulled (#52)
  • f712ba8 Proper documentation (#49)
  • 4a60c41 Registry: provide response body on auth token request failure (#51)
  • f20a98b Smart generation of new MAC addresses (#45)
  • d5e3a77 Registry: suport pulling public images (#50)
  • a4db60d Registry: don't loose query parameters on URL absolutization (#47)
  • 29e0822 Get OCI credentials only when needed (#46)
  • cdf4932 Improved logging a bit (#43)
  • 95316c0 Support pulling/pushing VMs to OCI-compatible registries (#32)
  • 4a5efef Embed AppIcon.png within binary (#30)
  • f07ffed --wait option for IP command (#29)

0.1.0

18 Apr 15:47
Compare
Choose a tag to compare

Changelog

  • 4ca7787 Added config release
  • 8b5b053 Fixed env variable name
  • d55e545 Make the disk size configurable upon creation (#26)
  • 609a253 Use GoReleaser for releases (#27)
  • ad2db14 Update App Icon (#28)
  • cc31388 Renamed disk file (#24)
  • e100cc0 Add App Icon (#23)
  • 75b5d63 Refactored UI (#22)
  • 466c3c5 Add ability to modify VM's configuration (number of CPUs and memory size) (#16)
  • 9f8d301 Handle incomplete MAC address (#15)
  • 49d430b Update dependencies and styles (#12)
  • dc1e502 Logger (#11)
  • 4836279 Swift package simplified (#7)
  • dd40717 Create LICENSE (#10)
  • 13f2366 Add ability to clone VMs (#9)
  • 7a67dea Introduce "tart ip" command to retrieve a VM's IP address (#8)
  • 2c7217f Merge pull request #1 from cirruslabs/basic-implementation
  • 8375e3c {cpuCount,memorySize}min → {cpuCount,memorySize}
  • 6fc868e VMDirectory: use file extensions for config, disk and nvram
  • 348d977 VMConfig: save pretty-printed JSON
  • 09a8109 Basic CLI implementation that wraps Virtualization.Framework
  • 28ee764 Added README.md