ci: update dra-driver-sriov version to 2a1db41 (of branch network-operator-26.4.x)#2269
ci: update dra-driver-sriov version to 2a1db41 (of branch network-operator-26.4.x)#2269nvidia-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: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions Workflow\nnetwork-operator-26.4.x branch] -->|triggers automated CI PR| B[PR #2269\ntargets master]
B --> C[hack/release.yaml\nDraDriverSriov.version]
C --> D{Version Format}
D -->|Before| E["network-operator-v26.1.0\n(named semantic tag)"]
D -->|After| F["2a1db41\n(raw commit SHA)"]
F --> G[Build/Release tooling\nconsumes release.yaml]
G --> H[nvcr.io/nvstaging/mellanox/dra-driver-sriov:2a1db41]
Last reviewed commit: "ci: update dra-drive..." |
| repository: nvcr.io/nvstaging/mellanox | ||
| sourceRepository: dra-driver-sriov | ||
| version: network-operator-v26.1.0 | ||
| version: 2a1db41 |
There was a problem hiding this comment.
Version uses raw commit SHA instead of semantic tag
All other components in this file use named version tags (e.g., network-operator-v26.1.0, v25.10.0, network-operator-v26.1.0-stig-fips), but DraDriverSriov is now pinned to a raw 7-character commit SHA 2a1db41. This makes it harder to understand which release this corresponds to, undermines traceability in CI/CD pipelines, and may cause confusion when auditing or reproducing builds.
If this is a deliberate pre-release/interim bump before a proper tag is cut on the network-operator-26.4.x branch, it should be documented. Otherwise, consider waiting until a proper tag (e.g., network-operator-v26.4.0) is available on the source branch and using that instead.
Automated CI update for component 'dra-driver-sriov', created by GitHub actions reusable workflow run 23323299298 for release branch network-operator-26.4.x.