Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@aaronmondal aaronmondal released this 07 Mar 06:13
· 6 commits to main since this release
v0.6.0
66250b7

NativeLink v0.6.0

This is a bugfix release.

🐋 Images

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

# 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.6.0

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

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

📜 Changelog

❌️ Breaking changes

  • The idle_file_descriptor_timeout_millis config option has been removed (#1582).

🩹 Notable fixes

  • Fixed an issue where long running actions would time out incorrectly when using ReClient (#1580).
  • Fixed an issue where file existence checks would cause excessive syscalls (#1584).
  • Fixed flakiness in the K8s examples where the Tekton setup would deadlock (#1593).

See CHANGELOG.md for the full list of changes.

❤️ Thanks to our Contributors

This release contains contributions from @aleksdmladenovic, @chrisstaite-menlo, @JordanDJackson and various contributors at @TraceMachina.