Skip to content

v0.5.3

Latest
Compare
Choose a tag to compare
@blakehatch blakehatch released this 04 Sep 21:30
· 148 commits to main since this release
v0.5.3
913e710

NativeLink v0.5.3

This is a hotfix release to fix the VerifyStore which was broken in v0.5.1.

🐋 Images

docker pull ghcr.io/tracemachina/nativelink:v0.5.3

# New! This image copies nativelink to a specified location such as a mounted
# volume. You can then re-mount that volume into your worker container.
docker pull ghcr.io/tracemachina/nativelink-worker-init:v0.5.3

# The nativelink-worker-lre-cc remote execution container for Bazel with a
# Clang/LLVM 18 C++ toolchain:
docker pull ghcr.io/tracemachina/nativelink-worker-lre-cc:v0.5.3

See the contribution docs for instructions on how to build from source with Bazel, Cargo, and Nix.

📜 Changelog

🩹 Notable Fixes

  • Fix verify_size w/ verify_hash set to true in VerifyStore (#1273)
  • Fix bug in redis store when zero data stored but data does not exist (#1304)

See CHANGELOG.md for the full list of changes.

❤️ Thanks to our Contributors

This release contains contributions from various contributors at @TraceMachina.