File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed
github.com/openshift/api/features Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ require (
7070 github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.3.3-0.20240416171357-98239ba02cb2
7171 github.com/nutanix-cloud-native/prism-go-client v0.3.4
7272 github.com/onsi/gomega v1.33.1
73- github.com/openshift/api v0.0.0-20240808150900-cbdcd0df43e8
73+ github.com/openshift/api v0.0.0-20240808203820-e69593239e49
7474 github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6
7575 github.com/openshift/assisted-service/api v0.0.0
7676 github.com/openshift/assisted-service/client v0.0.0
Original file line number Diff line number Diff line change @@ -764,8 +764,8 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
764764github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
765765github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
766766github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
767- github.com/openshift/api v0.0.0-20240808150900-cbdcd0df43e8 h1:3rCq+cmukljkde0q/4EEPrGZzAL0zTbuX0GZNvwsHoc =
768- github.com/openshift/api v0.0.0-20240808150900-cbdcd0df43e8 /go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM =
767+ github.com/openshift/api v0.0.0-20240808203820-e69593239e49 h1:sw+VD/623xdBnqm1r5DUfch1R7lm7uE5wiYkJt6ioRI =
768+ github.com/openshift/api v0.0.0-20240808203820-e69593239e49 /go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM =
769769github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6 h1:U6ve+dnHlHhAELoxX+rdFOHVhoaYl0l9qtxwYtsO6C0 =
770770github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6 /go.mod h1:o2H5VwQhUD8P6XsK6dRmKpCCJqVvv12KJQZBXmcCXCU =
771771github.com/openshift/assisted-service/api v0.0.0-20230831114549-1922eda29cf8 h1:+fZLKbycDo4JeLwPGVSAgf2XPaJGLM341l9ZfrrlxG0 =
Original file line number Diff line number Diff line change @@ -1410,6 +1410,7 @@ func TestValidateInstallConfig(t *testing.T) {
14101410 name : "cluster is not heteregenous" ,
14111411 installConfig : func () * types.InstallConfig {
14121412 c := validInstallConfig ()
1413+ c .Platform = types.Platform {Azure : validAzureStackPlatform ()}
14131414 c .Compute [0 ].Architecture = types .ArchitectureARM64
14141415 return c
14151416 }(),
@@ -1420,8 +1421,6 @@ func TestValidateInstallConfig(t *testing.T) {
14201421 installConfig : func () * types.InstallConfig {
14211422 c := validInstallConfig ()
14221423 c .Compute [0 ].Architecture = types .ArchitectureARM64
1423- c .FeatureSet = "CustomNoUpgrade"
1424- c .FeatureGates = []string {"MultiArchInstallAWS=true" }
14251424 return c
14261425 }(),
14271426 },
@@ -1431,8 +1430,6 @@ func TestValidateInstallConfig(t *testing.T) {
14311430 c := validInstallConfig ()
14321431 c .Platform = types.Platform {GCP : validGCPPlatform ()}
14331432 c .Compute [0 ].Architecture = types .ArchitectureARM64
1434- c .FeatureSet = "CustomNoUpgrade"
1435- c .FeatureGates = []string {"MultiArchInstallGCP=true" }
14361433 return c
14371434 }(),
14381435 },
Original file line number Diff line number Diff line change @@ -1036,7 +1036,7 @@ github.com/opencontainers/image-spec/specs-go/v1
10361036# github.com/opencontainers/runtime-spec v1.2.0
10371037## explicit
10381038github.com/opencontainers/runtime-spec/specs-go
1039- # github.com/openshift/api v0.0.0-20240808150900-cbdcd0df43e8
1039+ # github.com/openshift/api v0.0.0-20240808203820-e69593239e49
10401040## explicit; go 1.22.0
10411041github.com/openshift/api/annotations
10421042github.com/openshift/api/config/v1
You can’t perform that action at this time.
0 commit comments