Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: concourse/baggageclaim

v1.11.0

05 Mar 19:37
cc2c314
Compare
Choose a tag to compare

✈️ Features

  • Use overlay's metacopy feature if it's available when creating COW volumes. This will result in faster creaton of COW volumes for privileged containers #44

v1.10.0

03 Feb 20:51
4b89831
Compare
Choose a tag to compare

✈️ Features

  • use robocopy instead of native copy on Windows (#43) @vito 🔗

🤷 Miscellaneous

v1.9.1

06 Jan 21:55
aaa1b9b
Compare
Choose a tag to compare

🐞 Bug Fixes

v1.9.0

09 Nov 15:41
17813ca
Compare
Choose a tag to compare

✈️ Features

  • Support P2P volume streaming between two baggageclaim servers #39

v1.8.0

06 Aug 16:28
ea9252e
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Prevent nesting of volumes with overlay driver from exceeding kernel limit (#38) @vito 🔗

v1.7.0

23 Jul 15:53
9546325
Compare
Choose a tag to compare

🔗 enhancement

  • btrfs loop device is now mounted with the discard option. This will punch holes in the underlying loop file when blocks are freed. This will hopefully result in more optimal disk utilization. Thanks to @mikroskeem for the PR and @pothos for bringing up the issue!