Releases: concourse/baggageclaim
Releases · concourse/baggageclaim
v1.11.0
✈️ 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
✈️ Features
- use robocopy instead of native copy on Windows (#43) @vito 🔗
🤷 Miscellaneous
v1.9.1
🐞 Bug Fixes
- fix nesting volumes even more deeply (#41) @vito 🔗
v1.9.0
✈️ Features
- Support P2P volume streaming between two baggageclaim servers #39
v1.8.0
🐞 Bug Fixes
- Prevent nesting of volumes with
overlay
driver from exceeding kernel limit (#38) @vito 🔗
v1.7.0
🔗 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!