Skip to content

Commit e0f75c5

Browse files
committed
** Vendor changes for api to drop tech preview for capg installs
1 parent 67ebd1d commit e0f75c5

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-20240731234847-c299a673ec72
73+
github.com/openshift/api v0.0.0-20240802111554-a912e2ab1441
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
764764
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
765765
github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk=
766766
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
767-
github.com/openshift/api v0.0.0-20240731234847-c299a673ec72 h1:l6jJhOXc3c2ZSPY4xxJdHum4cPm0nslAYkG2mlE7GlA=
768-
github.com/openshift/api v0.0.0-20240731234847-c299a673ec72/go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM=
767+
github.com/openshift/api v0.0.0-20240802111554-a912e2ab1441 h1:32cV7o6wdQb4CMPTbVWNy6uHHXSeiTceGEtZ3q2mvuo=
768+
github.com/openshift/api v0.0.0-20240802111554-a912e2ab1441/go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM=
769769
github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6 h1:U6ve+dnHlHhAELoxX+rdFOHVhoaYl0l9qtxwYtsO6C0=
770770
github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6/go.mod h1:o2H5VwQhUD8P6XsK6dRmKpCCJqVvv12KJQZBXmcCXCU=
771771
github.com/openshift/assisted-service/api v0.0.0-20230831114549-1922eda29cf8 h1:+fZLKbycDo4JeLwPGVSAgf2XPaJGLM341l9ZfrrlxG0=

vendor/github.com/openshift/api/config/v1/types_feature.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/features/features.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
10381038
github.com/opencontainers/runtime-spec/specs-go
1039-
# github.com/openshift/api v0.0.0-20240731234847-c299a673ec72
1039+
# github.com/openshift/api v0.0.0-20240802111554-a912e2ab1441
10401040
## explicit; go 1.22.0
10411041
github.com/openshift/api/annotations
10421042
github.com/openshift/api/config/v1

0 commit comments

Comments
 (0)