fix: bump libredfish to v0.44.19#3442
Merged
williampnvidia merged 1 commit intoJul 13, 2026
Merged
Conversation
Signed-off-by: Josh P <williamp@nvidia.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Summary by CodeRabbit
WalkthroughThe workspace updates its ChangesWorkspace dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
poroh
approved these changes
Jul 13, 2026
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
10 tasks
nv-dmendoza
pushed a commit
that referenced
this pull request
Jul 13, 2026
Backport of #3442 to `release/v2.0`. Newer Dell firmware appends interface details to HTTP boot-option display names. libredfish v0.44.19 preserves the legacy exact-name match while also accepting the suffix used by newer firmware, allowing SetBootOrder to work with both firmware generations. `release/v2.0` previously pinned libredfish v0.44.16, so this backport advances it directly to v0.44.19. This also includes the changes from v0.44.17 and v0.44.18. Because v0.44.18 introduced `RedfishVendor::VeraRubin`, this PR also cherry-picks the compatibility handling from #3074 required to keep the release branch compiling. ## Related issues - Mainline dependency PR: #3442 - VeraRubin compatibility PR: #3074 - libredfish fix: NVIDIA/libredfish#102 - libredfish issue: NVIDIA/libredfish#101 ## Type of Change - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Breaking Changes - [ ] **This PR contains breaking changes** ## Testing - [x] Unit tests added/updated in the upstream libredfish fix - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required Validated on Linux against this backport branch: - `cargo check --locked -p carbide-redfish -p carbide-site-explorer` - focused Clippy for `carbide-redfish` and `carbide-site-explorer` - `cargo make --no-workspace clippy-flow` ## Additional Notes This PR contains two backported mainline commits: - `bec9dfe7c` — bump libredfish to v0.44.19 - `366947aef` — handle the VeraRubin vendor variant introduced by v0.44.18 Release Management should perform the merge. --------- Signed-off-by: Josh P <williamp@nvidia.com> Co-authored-by: hakhondzadeh <hakhondzadeh@nvidia.com>
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.
Summary
Upstream fix: NVIDIA/libredfish#102
Issue: NVIDIA/libredfish#101
Testing
cargo metadata --locked --no-deps --format-version 1cargo check --locked -p carbide-redfishcargo check --locked -p carbide-redfish -p carbide-machine-controller -p carbide-api-core(Linux)cargo make --no-workspace clippy-flow(Linux)