Skip to content

chore: update rust toolchain (v1.88.0) and kube-rs (v0.91.0)#777

Merged
gauravgahlot merged 19 commits into
project-akri:mainfrom
gauravgahlot:update-kube-rs
Dec 14, 2025
Merged

chore: update rust toolchain (v1.88.0) and kube-rs (v0.91.0)#777
gauravgahlot merged 19 commits into
project-akri:mainfrom
gauravgahlot:update-kube-rs

Conversation

@gauravgahlot
Copy link
Copy Markdown
Member

@gauravgahlot gauravgahlot commented Dec 13, 2025

What this PR does / why we need it:

The PR updates:

  • the Rust toolchain from v1.82.0 to v1.88.0.
  • the kube-runtime from v0.87.1 to v0.91.0.

Special notes for your reviewer:

I had to add to an exception in Rust check (clippy) GitHub workflow for:

  • clippy::doc_overindented_list_items - reported in generated files
  • result_large_err - touches multiple files, so I would prefer to tackle it separately

It's important to note that PR simply updates the dependency versions and does not really leverage the reconciliation provided like Kate was doing in her PR #702.

We definitely want to do that but I'm not there yet. So, I have added #778 and #779 to our roadmap.


If applicable:

  • this PR has an associated PR with documentation in akri-docs
  • this PR contains unit tests
  • added code adheres to standard Rust formatting (cargo fmt)
  • code builds properly (cargo build)
  • code is free of common mistakes (cargo clippy)
  • all Akri tests succeed (cargo test)
  • inline documentation builds (cargo doc)
  • all commits pass the DCO bot check by being signed off -- see the failing DCO check for instructions on how to retroactively sign commits

@gauravgahlot gauravgahlot self-assigned this Dec 13, 2025
@gauravgahlot gauravgahlot added the version/patch Patch version change is needed label Dec 13, 2025
@gauravgahlot gauravgahlot changed the title chore: update kube-rs to 0.91.0 chore: update rust toolchain (v1.88.0) and kube-rs to (v0.91.0) Dec 13, 2025
@gauravgahlot gauravgahlot changed the title chore: update rust toolchain (v1.88.0) and kube-rs to (v0.91.0) chore: update rust toolchain (v1.88.0) and kube-rs (v0.91.0) Dec 13, 2025
@gauravgahlot gauravgahlot marked this pull request as ready for review December 13, 2025 17:16
@gauravgahlot gauravgahlot merged commit 5bece1a into project-akri:main Dec 14, 2025
31 checks passed
@gauravgahlot gauravgahlot deleted the update-kube-rs branch December 14, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version/patch Patch version change is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants