Skip to content

chore: Bump Rust dependencies pre-26.7.0#751

Merged
Techassi merged 3 commits into
mainfrom
chore/bump-rust-deps-pre-26.7.0
Jul 8, 2026
Merged

chore: Bump Rust dependencies pre-26.7.0#751
Techassi merged 3 commits into
mainfrom
chore/bump-rust-deps-pre-26.7.0

Conversation

@Techassi

@Techassi Techassi commented Jul 8, 2026

Copy link
Copy Markdown
Member

Bump Rust Dependencies for Stackable Release 26.7.0

Part of stackabletech/issues#855

Note

During a Stackable release we need to update various Rust dependencies before
entering the final release period to ensure we run the latest versions of
crates. These bumps also include previously updated and released crates from
the operator-rs repository.

Tasks

  • Bump Rust Dependencies, see below for more details.
  • Add changelog entry stating which important crates were bumped (including the version).

Note

The bumping / updating of Rust dependencies is done in multiple steps:

  1. Update the minimum Version in the root Cargo.toml manifest.
  2. Run the cargo update command, which also updates the Cargo.lock file.
  3. Lastly, run make regenerate-nix to update the Cargo.nix file.

Bump Rust Dependencies

  • Bump stackable-operator and friends
  • Bump product-config
  • Bump all other dependencies

@Techassi Techassi moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Jul 8, 2026
@adwk67 adwk67 self-requested a review July 8, 2026 12:30
@adwk67 adwk67 moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jul 8, 2026

@adwk67 adwk67 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are missing a full update to the crate hashes and Cargo.nix.
When I

rm crate-hashes.json
rm Cargo.nix
make regenerate-nix

I get deltas (this is probably the case with other PRs as I didn't check this for all of them all).

@Techassi

Techassi commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

Well that's weird. I don't get a diff (other than the initial one related to the bumps) when I only run make regenerate-nix. But when I delete both generated files before, I do get a diff again.

@NickLarsenNZ and I already discovered that make regenerate-nix produces different results for different people. In most cases, it leads to breakages in the make run-dev workflow.

We weren't able to track down the cause for this yet.


I will push my changes for now, but we should investigate this further after the release.

Honestly, no clue why this only produces a diff when deleting the
files first...
@Techassi Techassi requested a review from adwk67 July 8, 2026 13:16
@Techassi Techassi added this pull request to the merge queue Jul 8, 2026
@Techassi Techassi moved this from Development: In Review to Development: Done in Stackable Engineering Jul 8, 2026
Merged via the queue into main with commit d7aa4d6 Jul 8, 2026
18 checks passed
@Techassi Techassi deleted the chore/bump-rust-deps-pre-26.7.0 branch July 8, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

2 participants