Releases: cirruslabs/tart
Releases · cirruslabs/tart
0.35.2
0.35.1
Changelog
- 31635e5 Don't swallow VZVirtualMachine.start() exceptions (#343)
- e061d00 Fix SwiftFormat's URL/glob mishandling (#342)
- 4555dd5 README.md: document --dir (#338)
- ad9c3c6 Reformat code idents and introduce the SwiftFormat linter (#339)
- c27d4a0 OCI: WWW-Authenticate's scheme should be treated case-insensitive (#336)
- 70f9fcc tart run: do not check --disk lock for read-only attachments (#334)
0.35.0
0.34.2
What's Changed
- use 64bit int for memory by @sheldonneuberger-sc in #327
- VZVirtualMachineDelegate implementation: show the error details by @edigaryev in #330
New Contributors
- @sheldonneuberger-sc made their first contribution in #327
Full Changelog: 0.34.1...0.34.2
0.34.1
0.34.0
What's Changed
- Implement Get command by @evanburkeyhl in #309
- Introduce "tart stop" by @edigaryev in #316
- OCI: pull blobs via file by @edigaryev in #306
- Option to provide registry credentials via environment variables by @fkorotkov in #320
- Packer json configuration is deprecated by @Esysc in #307
- more realistic Packer HCL example by @edigaryev in #308
New Contributors
- @Esysc made their first contribution in #307
- @evanburkeyhl made their first contribution in #309
Full Changelog: 0.33.0...0.34.0
0.33.0
0.32.1
What's Changed
- OCI: always read channel until end by @edigaryev in #284
Full Changelog: 0.32.0...0.32.1
0.32.0
What's Changed
- Relax status code acceptance by @fkorotkov in #281
- Use URLSession.dataTask() with delegate instead of URLSession.bytes() by @edigaryev in #282
Full Changelog: 0.31.0...0.32.0
0.31.0
Changelog
- 36bb68a tart run: deprecate --with-softnet and introduce --net-softnet (#274)
- afd707e OCI reference parser: allow dashes in host name (#275)
- c67efb8 Fix tart prune --cache-budget logic (#272)
- 667de2a Monitor Softnet process and throw if it terminates prematurely (#270)
- 44650e9 Improve RemoteName parser (#225) (#269)
- 62ee42d Plug URLSession.bytes() memory leak (#267)
- 89301d1 Log cache pruning to $TART_HOME/tart.log (#265)
- dbb33d0 Don't download IPSWs into memory (#262)