ci: update multus-cni version to 4cbc32b2 (of branch network-operator-26.4.x)#2256
ci: update multus-cni version to 4cbc32b2 (of branch network-operator-26.4.x)#2256nvidia-ci-cd wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: nvidia-ci-cd <svc-cloud-orch-gh@nvidia.com>
Greptile SummaryThis automated CI PR updates the
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CI Workflow\nnetwork-operator-26.4.x branch] -->|Triggered automated PR| B[PR #2256]
B --> C[hack/release.yaml\nMultus.version]
B --> D[cr-full.yaml\nspec.multus.version]
B --> E[cr-ipoib.yaml\nspec.multus.version]
B --> F[cr-nvidia-ipam.yaml\nspec.multus.version]
B --> G[cr.yaml\nspec.multus.version]
C & D & E & F & G -->|network-operator-v26.1.0 → 4cbc32b2| H[nvcr.io/nvstaging/mellanox/multus-cni:4cbc32b2]
Last reviewed commit: 1cbf457 |
| repository: nvcr.io/nvstaging/mellanox | ||
| sourceRepository: multus-cni | ||
| version: network-operator-v26.1.0 | ||
| version: 4cbc32b2 |
There was a problem hiding this comment.
Short commit SHA used as version
The multus-cni version is set to a short 8-character commit SHA (4cbc32b2) rather than a tagged release version. All other components in this file (e.g., CniPlugins, Ipoib, nvIpam) use human-readable version tags like network-operator-v26.1.0.
Using a truncated SHA as the version has two concerns:
- Traceability: It's harder to reason about which release, changelog, or security patch baseline is being deployed without manually looking up the commit.
- Collision risk: Short SHAs (8 chars) have a small but non-zero probability of ambiguity across a large commit history.
If this is intentional (e.g., the network-operator-26.4.x branch hasn't been tagged yet), consider using the full 40-character SHA for unambiguity, or document why a pre-release SHA is being promoted to master-targeted example configs.
Automated CI update for component 'multus-cni', created by GitHub actions reusable workflow run 22981297008 for release branch network-operator-26.4.x.