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
4 changes: 2 additions & 2 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ spectrumXOperatorStigFipsRhel:
image: spectrum-x-operator-stig-fips
repository: nvcr.io/nvstaging/mellanox
sourceRepository: spectrum-x-operator
version: network-operator-v26.1.0-beta.7-stig-fips-rhel
version: 92071f3-rhel
Copy link

Choose a reason for hiding this comment

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

Version format changed from semantic versioning (network-operator-v26.1.0-beta.7-stig-fips-rhel) to short commit hash (92071f3-rhel). This breaks the established pattern where all other components use network-operator-v* prefixed versions. Verify this is intentional and won't break the release workflow logic that constructs tags like ${COMPONENT_TAG}-stig-fips-${component_flavor} (see .github/workflows/release.yaml:174 and :261).

nSpectScope: fedramp
spectrumXOperatorStigFipsUbuntu:
image: spectrum-x-operator-stig-fips
repository: nvcr.io/nvstaging/mellanox
sourceRepository: spectrum-x-operator
version: network-operator-v26.1.0-beta.7-stig-fips-ubuntu
version: 92071f3-ubuntu
Copy link

Choose a reason for hiding this comment

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

Same version format inconsistency as RHEL variant - using commit hash 92071f3-ubuntu instead of network-operator-v26.1.0-beta.7-stig-fips-ubuntu pattern used by all other components.

nSpectScope: fedramp
nodeFeatureDiscovery:
image: node-feature-discovery
Expand Down
Loading