Skip to content

Release NativeLink v0.7.4#2005

Merged
MarcusSorealheis merged 2 commits intoTraceMachina:mainfrom
MarcusSorealheis:release-v0.7.4
Oct 23, 2025
Merged

Release NativeLink v0.7.4#2005
MarcusSorealheis merged 2 commits intoTraceMachina:mainfrom
MarcusSorealheis:release-v0.7.4

Conversation

@MarcusSorealheis
Copy link
Collaborator

@MarcusSorealheis MarcusSorealheis commented Oct 22, 2025

This PR prepares NativeLink v0.7.4 for release.

Changes

  • Bumped version to 0.7.4 in MODULE.bazel
  • Bumped version to 0.7.4 in Cargo.toml and all nativelink-*/Cargo.toml files
  • Updated CHANGELOG.md using git-cliff

Next Steps

After this PR is merged:

  1. Update local repository and origin:

    git switch main
    git pull -r upstream main
    git push
  2. Create a signed tag on the release commit:

    git tag -s v0.7.4
    # tag message should be: v0.7.4
  3. Push the signed tag to origin first to test the workflow:

    git push origin v0.7.4
  4. After verifying the workflow passes in your fork, push to upstream:

    git push upstream v0.7.4
  5. Go to the Tags tab and create release notes.

🤖 Generated with Claude Code


This change is Reviewable

🤖 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>
@MarcusSorealheis MarcusSorealheis merged commit 0cc8e5d into TraceMachina:main Oct 23, 2025
29 of 30 checks passed
MarcusSorealheis added a commit that referenced this pull request Oct 24, 2025
* main:
  Buck2 integration test (#1828)
  Release NativeLink v0.7.4 (#2005)
  Update Swatinem/rust-cache digest to 9416228 (#2004)
  Pin various dependencies (mostly Docker images) (#1990)
  Unify all the service setups with a macro (#1996)
  Add Rust test to RBE work (#1992)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants