mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
CORS-3580: Update GCP Disk Types
** Update the version of the machine api so that the validation for the new gcp machine types are included.
This commit is contained in:
2
go.mod
2
go.mod
@@ -244,7 +244,7 @@ require (
|
||||
github.com/opencontainers/image-spec v1.1.0 // indirect
|
||||
github.com/opencontainers/runtime-spec v1.2.0 // indirect
|
||||
github.com/openshift/custom-resource-status v1.1.2 // indirect
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240702095949-e959540b5ab8 // indirect
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240722145313-3a817c78946a // indirect
|
||||
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
||||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
||||
|
||||
4
go.sum
4
go.sum
@@ -2007,8 +2007,8 @@ github.com/openshift/hive/apis v0.0.0-20220222213051-def9088fdb5a h1:E+XPJs/aVvY
|
||||
github.com/openshift/hive/apis v0.0.0-20220222213051-def9088fdb5a/go.mod h1:E1bgquRiwfugdArdecPbpYIrAdve5kTzMaJb0+8jMXI=
|
||||
github.com/openshift/library-go v0.0.0-20240207105404-126b47137408 h1:Evg6GEvEuyj9toFX14YenXI6hGRnhLWqYx/rHO7VnQ4=
|
||||
github.com/openshift/library-go v0.0.0-20240207105404-126b47137408/go.mod h1:ePlaOqUiPplRc++6aYdMe+2FmXb2xTNS9Nz5laG2YmI=
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240702095949-e959540b5ab8 h1:l3gj7u1YqFPHE1kftlNtslHddG6RBFsAnGD/xRCohGo=
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240702095949-e959540b5ab8/go.mod h1:0hQJFbHS+qy1WY1/lmQpb1tizytRws+IJxGwbtHBqt4=
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240722145313-3a817c78946a h1:0TwU3J28sQTGy/ZMVSvi3sUolH92BwlIWcf+wCJLWKE=
|
||||
github.com/openshift/machine-api-operator v0.2.1-0.20240722145313-3a817c78946a/go.mod h1:2TUb0+EfkIj5fWhGy+oR3QiANCzHTWzkyNDEknxrQJI=
|
||||
github.com/openshift/machine-api-provider-gcp v0.0.1-0.20231014045125-6096cc86f3ba h1:q9VMvYHgKq1v+3E57HIdbR9hJPNSmHDfZpOHsXC27Nk=
|
||||
github.com/openshift/machine-api-provider-gcp v0.0.1-0.20231014045125-6096cc86f3ba/go.mod h1:G1BYMrC49dMOkCEjG+LPoe0rRXFRv8o/jqLuN4fgfGM=
|
||||
github.com/openshift/machine-api-provider-ibmcloud v0.0.0-20231207164151-6b0b8ea7b16d h1:ELypg5zkw9jXCbp2jZ6iwYWTCtSqZVrxcKBQqwIgd2Y=
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -1121,7 +1121,7 @@ github.com/openshift/library-go/pkg/config/clusteroperator/v1helpers
|
||||
github.com/openshift/library-go/pkg/config/clusterstatus
|
||||
github.com/openshift/library-go/pkg/config/leaderelection
|
||||
github.com/openshift/library-go/pkg/route/routeapihelpers
|
||||
# github.com/openshift/machine-api-operator v0.2.1-0.20240702095949-e959540b5ab8
|
||||
# github.com/openshift/machine-api-operator v0.2.1-0.20240722145313-3a817c78946a
|
||||
## explicit; go 1.22.0
|
||||
github.com/openshift/machine-api-operator/pkg/controller/machine
|
||||
github.com/openshift/machine-api-operator/pkg/metrics
|
||||
|
||||
Reference in New Issue
Block a user