Release NativeLink v0.7.4#2005
Merged
MarcusSorealheis merged 2 commits intoTraceMachina:mainfrom Oct 23, 2025
Merged
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Changes: - Corrected CHANGELOG.md comparison from v0.7.2..0.7.4 to v0.7.3..v0.7.4 - Moved 0.7.3 commits to their own section (health check, GCS auth, fast-slow store fixes) - Updated Cargo.lock with v0.7.4 versions and latest dependency updates This resolves the nix build error where Cargo.lock was out of sync. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
amankrx
approved these changes
Oct 23, 2025
MarcusSorealheis
added a commit
to MarcusSorealheis/nativelink
that referenced
this pull request
Nov 3, 2025
MarcusSorealheis
added a commit
to MarcusSorealheis/nativelink
that referenced
this pull request
Nov 3, 2025
* main: Buck2 integration test (TraceMachina#1828) Release NativeLink v0.7.4 (TraceMachina#2005) Update Swatinem/rust-cache digest to 9416228 (TraceMachina#2004) Pin various dependencies (mostly Docker images) (TraceMachina#1990) Unify all the service setups with a macro (TraceMachina#1996) Add Rust test to RBE work (TraceMachina#1992)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR prepares NativeLink v0.7.4 for release.
Changes
Next Steps
After this PR is merged:
Update local repository and origin:
Create a signed tag on the release commit:
git tag -s v0.7.4 # tag message should be: v0.7.4Push the signed tag to origin first to test the workflow:
After verifying the workflow passes in your fork, push to upstream:
Go to the Tags tab and create release notes.
🤖 Generated with Claude Code
This change is