ci: update k8snetworkplumbingwg-plugins version to 5f263ea0 (of branch network-operator-26.4.x)#2270
Conversation
Signed-off-by: nvidia-ci-cd <svc-cloud-orch-gh@nvidia.com>
Greptile SummaryThis is an automated CI bump that updates the Key observations:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["GitHub Actions Workflow\n(network-operator-26.4.x)"] -->|"triggers automated PR"| B["PR #2270\nnvidia-ci-cd bot"]
B --> C["hack/release.yaml\nCniPlugins.version:\nnetwork-operator-v26.1.0 → 5f263ea0"]
B --> D["example/crs/*.yaml\ncniPlugins.version:\nnetwork-operator-v26.1.0 → 5f263ea0"]
C --> E["4 example CR files\nupdated in sync"]
D --> E
E --> F["Container image pulled:\nnvcr.io/nvstaging/mellanox/plugins:5f263ea0"]
style F fill:#ffe4b5,stroke:#d4a017
style C fill:#d4edda,stroke:#28a745
style D fill:#d4edda,stroke:#28a745
Last reviewed commit: "ci: update k8snetwor..." |
| repository: nvcr.io/nvstaging/mellanox | ||
| sourceRepository: k8snetworkplumbingwg-plugins | ||
| version: network-operator-v26.1.0 | ||
| version: 5f263ea0 |
There was a problem hiding this comment.
Short commit SHA used instead of a named version tag
Every other component in this file uses a descriptive, human-readable version tag (e.g. network-operator-v26.1.0), but CniPlugins is now pinned to a raw 8-character short SHA (5f263ea0). Short SHAs can become ambiguous as a repository grows, are harder to reason about in changelogs or incident response, and are inconsistent with the versioning convention used across the rest of this file.
If the k8snetworkplumbingwg-plugins build for the network-operator-26.4.x branch has not yet been tagged, it would be worth checking whether a proper tag (network-operator-v26.4.x or similar) has been (or will be) published before this lands on master, and updating the version accordingly. If using a commit SHA is intentional for this pre-release CI flow, a brief comment in release.yaml explaining the exception would help future maintainers.
The same version string is also mirrored in all four example CR files, so they would benefit from the same treatment once the version is clarified.
Automated CI update for component 'k8snetworkplumbingwg-plugins', created by GitHub actions reusable workflow run 23323590150 for release branch network-operator-26.4.x.