Skip to content

Releases: cirruslabs/tart

0.35.2

05 Dec 14:58
15b26f7
Compare
Choose a tag to compare

Changelog

  • 15b26f7 Registry: include port when looking up credentials (#346)
  • d9f4f9e Switch to github.com/nicklockwood/SwiftFormat version 0.50.6 (#345)

0.35.1

01 Dec 19:41
31635e5
Compare
Choose a tag to compare

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

22 Nov 12:27
456ebc1
Compare
Choose a tag to compare

Changelog

0.34.2

18 Nov 15:15
c09cbef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.34.1...0.34.2

0.34.1

15 Nov 06:02
f08ddf3
Compare
Choose a tag to compare

Changelog

0.34.0

11 Nov 22:29
833c162
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.33.0...0.34.0

0.33.0

02 Nov 17:49
fb954b7
Compare
Choose a tag to compare

Changelog

0.32.1

18 Oct 15:44
0e77f14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.0...0.32.1

0.32.0

18 Oct 12:54
39e1b84
Compare
Choose a tag to compare

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

14 Oct 14:38
36bb68a
Compare
Choose a tag to compare

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)