Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.25 KB

pre-release-rust-deps.md

File metadata and controls

38 lines (31 loc) · 1.25 KB

Bump Rust Dependencies for Stackable Release XX.(X)X

Part of https://github.com/stackabletech/issues/issues/TRACKING_ISSUE

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-version`.
- [ ] Bump all other dependencies.