1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

9 Commits

Author SHA1 Message Date
Sandhya Dasu
8e645aa4e8 Update verndoring 2025-11-03 14:35:07 -05: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
Nir Argaman
fe58208790 Go modules 2020-12-04 07:42:04 +02: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
Alex Crawford
0c6d53b7d6 *: remove bazel
This removes all of the files which are directly required by bazel.
2018-09-27 22:13:02 -07:00
W. Trevor King
60fb50a99e *: Run gazelle with Bazel 0.15.2
Generated with:

  $ bazel run //:gazelle

Using:

  $ bazel version
  Build label: 0.15.2- (@non-git)
  Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
  Build time: Tue Jul 17 13:32:28 2018 (1531834348)
  Build timestamp: 1531834348
  Build timestamp as int: 1531834348
2018-08-24 07:25:21 -07:00
Enxebre
c9e25224b3 move vendor to root folder 2018-05-24 13:12:31 +02:00