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

10 Commits

Author SHA1 Message Date
staebler
af4738abfd vendor: update openshift/api to include some alibaba infra changes
* Update openshift/api to 6e0b1eb97188.
* Update kube modules to v0.23.0.
* Update controller-runtime to v0.11.0.
* Remove unused terraform-provider-kubernetes.
2022-01-21 16:51:22 -05:00
Yaakov Selkowitz
7c73eab154 Revendor with golang 1.17 2021-11-24 02:02:14 -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
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
Honza Pokorny
f8b633844c baremetal: vendor: bump baremetal-operator
This updates baremetal-operator to pull in the latest changes including
hardware profiles.  The installer vendors hardware profiles from
baremetal-operator to keep the interface the same between
terraform-provisioned baremetal hosts and those provisioned by the
machine-api.

This is done by updating the entry in the `replace` clause of the go.mod
file.  Then, we run `go mod tidy`, followed by `go mod vendor`. This
breaks because the requested version of google.golang.org/grpc, v1.27.0,
changes the API in backwards-incompatible ways.  Thus, we also include a
new pin for this dependency to the previously requested version,
v1.25.0, which yields a working build.
2020-06-16 11:13:49 -03:00
Christian Glombek
d02d3f048a Update vendor 2020-02-14 00:08:54 +01:00
Abhinav Dahiya
d92442d096 vendor: add cluster-api, aws, libvirt provider packages and k8s.io/utils
k8s.io/utils/pointer provider various type to *type converts which are helpful
2018-11-02 09:54:58 -07:00
Alex Crawford
de8e527126 vendor: remove unused dependencies
After removing the installer code, these dependencies were removed by
glide.
2018-09-27 22:57:28 -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
Enxebre
b00e40e175 vendor: Add client from sigs.k8s.io/cluster-api
This vendors the client for the Kubernetes cluster-api extension.
2018-09-13 15:11:23 -04:00