You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add bundle-release annotation to CER and phase objects
Plumb release as an explicit annotation (BundleReleaseKey) so the
release portion of the bundle version is directly inspectable without
parsing build metadata. The annotation is only set when a release
value is present (additive, non-breaking).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sc.Step(`^(?i)ClusterExtensionRevision "([^"]+)" is archived$`, ClusterExtensionRevisionIsArchived)
95
95
sc.Step(`^(?i)ClusterExtensionRevision "([^"]+)" contains annotation "([^"]+)" with value$`, ClusterExtensionRevisionHasAnnotationWithValue)
96
96
sc.Step(`^(?i)ClusterExtensionRevision "([^"]+)" has label "([^"]+)" with value "([^"]+)"$`, ClusterExtensionRevisionHasLabelWithValue)
97
+
sc.Step(`^(?i)ClusterExtensionRevision "([^"]+)" does not contain annotation "([^"]+)"$`, ClusterExtensionRevisionDoesNotHaveAnnotation)
98
+
sc.Step(`^(?i)resource "([^"]+)" does not have annotation "([^"]+)"$`, ResourceDoesNotHaveAnnotation)
97
99
sc.Step(`^(?i)ClusterExtensionRevision "([^"]+)" phase objects are not found or not owned by the revision$`, ClusterExtensionRevisionObjectsNotFoundOrNotOwned)
98
100
99
101
sc.Step(`^(?i)resource "([^"]+)" is installed$`, ResourceAvailable)
0 commit comments