这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: cirruslabs/tart

Tags

2.19.1

Toggle 2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update access time on `pull` (#925)

To make sure we won't prune then immediately after. Useful for when scenarios similar to Cirrus CLI when we make sure that several images are up-to-date before every request for task execution.

2.19.0

Toggle 2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart {clone,pull}: make deduplication opt-in (#924)

2.18.5

Toggle 2.18.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent pipe deadlock when spawning a Process() (#916)

2.18.4

Toggle 2.18.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Re-generate ANTLR files using ANTLR 4.13.2 (#907)

* Re-generate ANTLR files using ANTLR 4.13.2

* Package.swift: require exactly ANTLR of version 4.13.2

2.18.3

Toggle 2.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Package.swift: bump Sentry SDK to 8.36.0 + upgrade other packages (#905)

* Package.swift: bump Sentry SDK to 8.36.0

* $ swift package update

2.18.2

Toggle 2.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Completely disable audio devices in case of `--no-audio` (#904)

This way VM won't have empty audio device at all.

This should fix with an issue like that actions/runner-images#9330

2.18.1

Toggle 2.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart run: provide a hint with names of other running VMs (#900)

When VM limit gets exceeded.

2.18.0

Toggle 2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Drop Monterey Support (#843)" (#893)

This reverts commit 0175920.

2.17.0

Toggle 2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart push: re-try when encountering errors when pushing disk layers (#…

…888)

* tart push: re-try when encountering errors when pushing disk layers

* Only re-try on URLError

2.16.0

Toggle 2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize DiskV2 Deduplication (#878)

* Revert "Lowercase `tart.app` (#751)"

This reverts commit a9e2a19.

* Optimize DiskV2 deduplication logic

In case we cloned `disk.img` from a local image, check if data at offset has the expected contents already.

* Hole punch only if needed

* Calculate hash only if needed

* subdataChunks optimization

* Reapply "Lowercase `tart.app` (#751)"

This reverts commit e74e9c8.

* format

* Save at least 1GB on deduplication logic

* Build separately

* Revert "subdataChunks optimization"

This reverts commit e59382a.

* Another optimization

* Removed debug log

* reformat

* Revert "Hole punch only if needed"

This reverts commit 8c569fc