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

6 Commits

Author SHA1 Message Date
Zane Bitter
aed3ddb3bb Update assisted-service vendoring
Update to the assisted-service at commit
a40422bdea617f16cbdb724d53619ca74773be45.

This repo now contains multiple go modules, so we have to add overrides
for the internal references to the api and models modules.
2022-10-12 10:47:13 -04: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
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