Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ DraDriverSriov:
image: dra-driver-sriov
repository: nvcr.io/nvstaging/mellanox
sourceRepository: dra-driver-sriov
version: network-operator-v26.1.0
version: 832f007
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit SHA used instead of a semantic version tag

All other components in this file use semantic version tags (e.g., network-operator-v26.1.0), but DraDriverSriov is being set to a bare 7-character Git commit SHA (832f007). This diverges from the established versioning convention used by every other entry in release.yaml.

Using a short commit SHA introduces several concerns:

  • It is ambiguous — short SHAs can collide across repositories, and the referenced commit may not point to a stable, tagged release.
  • It is harder to audit/track in release notes or changelogs compared to a named version.
  • It is inconsistent with the rest of the manifest, which could cause confusion for release tooling that expects a uniform version format.

Was a proper release tag (e.g., network-operator-v26.4.x-...) not yet available for this commit? If this is intentional for pre-release testing, it should ideally be updated to a tagged version before merging into master.

nSpectScope: gov-ready
Loading