1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 09:47:02 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Rafael Fonseca
0de5d49eda update vendor 2024-06-15 01:10:35 +02:00
Rafael Fonseca
ec3af735f6 update vendor 2024-02-01 16:59:14 +01:00
Christy Norman
51da6a85fe power vs installconfig assets: vendoring
a seperate commit for the vendor updates

Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
2022-03-09 14:01:34 -06:00
staebler
f79f00a14d vendor: update to remove terraform and providers
* Replace terraform modules with github.com/hashicorp/terraform-exec.
* Remove all terraform providers.
* Remove all unneeded replaces.
* Tidy up the replace stanzas so that it is more clear why each replace is needed.
* Remove and re-create all indirect requires to clean up ones that are
  no longer needed.
2022-02-21 10:50:19 -05:00
patrickdillon
f7f93ba95a go mod edit -require=github.com/openshift/api@master \
-replace=k8s.io/client-go=k8s.io/client-go@v0.22.0 \
            -replace=k8s.io/kube-openapi=k8s.io/kube-openapi@v0.0.0-20210305001622-591a79e4bda7

Bumps the OpenShift & k8s APIs. There seems to be a breaking change
in kube-openshift which breaks our kubevirt.io dependencies. I'm pinning
this to the earlier kube-openapi until these dependencies can be
updated.
2021-09-24 14:01:04 -04:00
Stephen Benjamin
831616341e vendor: update baremetal-operator to latest
Metal3 is currently failing due to the BMO vendored in the installer
being out of date.

See: https://github.com/openshift-metal3/dev-scripts/issues/829

Command run: `dep ensure -update github.com/metal3-io/baremetal-operator`
2019-10-14 09:52:38 -04:00
Casey Callendrello
2a606ef2f6 vendor: bump apimachinery to 1.11.3
Also had to manually add vfsutil to testImports because glide didn't
pick it up for some reason.

Commands run:

rm glide.lock
glide install --strip-vendor
glide-vc --use-lock-file --no-tests --only-code
2018-10-01 16:21:37 +02:00
Enxebre
c9e25224b3 move vendor to root folder 2018-05-24 13:12:31 +02:00