v0.2.0
Nativelink v0.2.0
This is a quality-of-life release with various updates to dependencies, improvements to installation and usage instructions, as well as improved publishing workflows.
Installation
🦀 Cargo
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
❄️ Nix
nix run github:TraceMachina/nativelink/v0.2.0
🐋 Docker
docker run ghcr.io/tracemachina/nativelink:v0.2.0
📜 Changelog
❌️ Breaking changes
- Renamed the
cas
executable tonativelink
. Cargo installations should now invoke it asnativelink ./config.json
. The container entry point is now/bin/nativelink
(#573).
✨ Major changes
- Starting with this release we publish SemVer-tagged containers in addition to the rolling containers (#569).
- Remote execution containers for LRE toolchains are now based on LLVM 17.0.6 (#557).
- Fixed an issue in the S3 store where certain deployments wouldn't correctly register provided credentials (#494).
See CHANGELOG.md for the full list of changes.
❤️ Thanks to our Contributors
This release contains contributions from @steed924 and various contributors at @TraceMachina.