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

18 Commits

Author SHA1 Message Date
Sandhya Dasu
8e645aa4e8 Update verndoring 2025-11-03 14:35:07 -05:00
vr4manta
664bd29ab0 Vendor updates 2025-01-29 07:15:01 -05:00
Mark Hamzy
cfbd1157c3 PowerVS: Vendoring the rest changes 2024-03-06 10:03:29 -06:00
Vince Prignano
56175c97b1 go: update vendor dependencies
Signed-off-by: Vince Prignano <vincepri@redhat.com>
2023-11-01 11:43:46 -07:00
Mark Hamzy
c648daef23 Vendoring changes platform-services-go-sdk to v0.42.0 2023-08-09 11:24:05 -05:00
Rafael Fonseca
841148236d azure: update mod and vendor 2022-12-07 21:52:28 +01:00
Sid Shukla
2b9d6673c3 Add dependency on Nutanix Prism Go Client
Use prism-go-client instead of embedded client in nutanix terraform provider
for the installer.
2022-06-14 16:03:41 +02:00
Hidematsu Sueki
f71d18f3c1 update vendor 2021-06-28 17:35:57 -04:00
Hidematsu Sueki
d6a5f959d6 ibmcloud: Add create cluster support
* wip: terraform wiring

* ibmcloud: dependencies for terraform-provider-ibm

* temp: Disable PlatformQuotaCheck

* fix(terraform): Update to work with installer

* feat(ibmcloud): Generate TF variables

* chore(ibmcloud): Placeholder for bootstrap removal

* chore: Remove ./_temp dependency

* chore: Reword TODO comments

Co-Authored-By: Bobby Radford <Bobby.Radford@ibm.com>

* Revert "temp: Disable PlatformQuotaCheck"

This reverts commit 29899cd0ff2e334dcfa29846495ad161533924a8.

* chore(ibmcloud): Add placeholder for quota checks

* fix(ibmcloud): Create resource group if set to empty

Co-authored-by: Bobby Radford <Bobby.Radford@ibm.com>
2021-06-28 16:54:47 -04:00
Nir Argaman
3e365051e6 Change modules dependencies
* Bump k8s.io modules version to v0.19.0
* Change machine-config-operator to latest master
* Move from k8s.io/klog to k8s.io/klog/v2
2020-10-13 05:43:10 +03:00
John Hixson
4cd576b464 vendor: use openshift fork of terraform-provider-aws and bump to v2.60.0
This is to address the "NoSuchBucket: The specified bucket does not exist"
error as explained in https://bugzilla.redhat.com/show_bug.cgi?id=1759617 and
many other similar bugs. This bug has been "fixed" several times over the
years, yet it continues to rear its ugly self. The ultimate problem is a race
condition with S3 eventual consistency. As described in the bug above, the
bucket does not yet exist when trying to reference tags. The openshift fork
that this commit references, contains an upstream patch as described in
https://github.com/terraform-providers/terraform-provider-aws/pull/13009 that
should address this issue.
2020-05-28 13:25:43 -07:00
Christian Glombek
d02d3f048a Update vendor 2020-02-14 00:08:54 +01:00
W. Trevor King
71a129a5ff vendor: Bump stretchr/testify to v1.3.0
Pulling in stretchr/testify@199de5f3a4 (Update the LICENSE to match
the 'standard' MIT license file, 2018-08-16, stretchr/testify#648) to
drop the "Please consider promoting this project..." deviation from
the stock MIT license.

Generated with:

  $ dep ensure -update github.com/stretchr/testify

using:

  $ dep version
  dep:
   version     : v0.5.1
   build date  : 2019-03-20
   git hash    : faa61893
   go version  : go1.10.3
   go compiler : gc
   platform    : linux/amd64
   features    : ImportDuringSolve=false
2019-04-01 16:34:08 -07:00
Abhinav Dahiya
1f45543179 vendor: switch from glide to dep
$ rm -rf tests
$ dep init
// edit Gopkg.toml
```toml
[prune]
  non-go = true
  go-tests = true
  unused-packages = true
```
$ dep ensure
2018-10-02 16:20:31 -07: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
2e835b0bdc vendor: Rebuild dependencies (drop jwt-go, etc.)
Generated with:

  $ glide get --test --strip-vendor github.com/stretchr/testify/assert
  [INFO]Preparing to install 1 package.
  [INFO]Attempting to get package github.com/stretchr/testify/assert
  [INFO]--> Gathering release information for github.com/stretchr/testify
  [INFO]The package github.com/stretchr/testify appears to have Semantic Version releases (http://semver.org).
  [INFO]The latest release is v1.2.2. You are currently not using a release. Would you like
  [INFO]to use this release? Yes (Y) or No (N)
  y
  [INFO]The package github.com/stretchr/testify appears to use semantic versions (http://semver.org).
  [INFO]Would you like to track the latest minor or patch releases (major.minor.patch)?
  [INFO]The choices are:
  [INFO] - Tracking minor version releases would use '>= 1.2.2, < 2.0.0' ('^1.2.2')
  [INFO] - Tracking patch version releases would use '>= 1.2.2, < 1.3.0' ('~1.2.2')
  [INFO] - Skip using ranges
  [INFO]For more information on Glide versions and ranges see https://glide.sh/docs/versions
  [INFO]Minor (M), Patch (P), or Skip Ranges (S)?
  m
  [INFO]--> Adding github.com/stretchr/testify to your configuration with the version ^1.2.2
  ...
  $ rm -rf glide.lock vendor
  $ glide install --strip-vendor
  $ glide-vc --use-lock-file --no-tests --only-code
  $ bazel run //:gazelle

using:

  $ glide --version
  glide version v0.13.1
  $ (cd $GOPATH/src/github.com/sgotti/glide-vc && git describe)
  v0.1.0-2-g6ddf6ee
  $ bazel version
  Build label: 0.16.1- (@non-git)
  Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
  Build time: Mon Aug 13 16:42:29 2018 (1534178549)
  Build timestamp: 1534178549
  Build timestamp as int: 1534178549

The changes look reasonable, with the possible exception of client-go:

  $ cd $GOPATH/src/k8s.io/client-go
  $ git describe 78700dec6369ba22221b72770783300f143df150
  v6.0.0
  $ git describe 7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65
  v8.0.0

The v6 hash came into this repo with da6286fb (vendor: Update vendor
for installconfig generation, 2018-08-23, #160), so I'm not clear on
why it was pulling in the 2017-12-06 v6 instead of the 2018-06-28 v8.
I guess CI will let us know if anything breaks ;).
2018-08-31 12:17:48 -07:00
Yifan Gu
da6286fb52 vendor: Update vendor for installconfig generation. 2018-08-29 18:45:12 -07:00
staebler
989532b57d Add some dependencies used for asset generation
- stretchr/testify
 - pborman/uuid
2018-08-22 10:54:35 -04:00