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

16 Commits

Author SHA1 Message Date
Patrick Dillon
4039cf6196 Vendor: CAPZ & ASO Bump
go mod vendor in
top-level
cluster-api/providers/azure
cluster-api/providers/azureaso
2025-05-28 13:10:41 -04:00
Joseph Callen
6f8d40df8f Bump api, client-go, library-go for k8s 1.31 2024-10-03 07:18:39 -04:00
Mark Hamzy
fe29e84e5a PowerVS: Vendoring the rest changes 2024-03-25 16:49:44 -05:00
Bob Fournier
679a4d047d CORS-3280: Bump cluster-api-provider-gcp to v1.6.0
Release notes are here https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/tag/v1.6.0
2024-03-13 08:40:39 -04:00
Rafael Fonseca
64ddd4d011 Vendor changes 2024-02-01 12:59:34 +01:00
Vince Prignano
56175c97b1 go: update vendor dependencies
Signed-off-by: Vince Prignano <vincepri@redhat.com>
2023-11-01 11:43:46 -07:00
Patrick Dillon
869dbc918f Vendor Dependencies after 4.14/1.27 API bump
$ go mod vendor
2023-06-01 11:45:16 -04:00
Eran Cohen
543c40f100 go.mod: update openshift/cluster-api-provider-libvirt to latest master + vendor 2023-02-05 13:03:41 +02:00
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
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
fe58208790 Go modules 2020-12-04 07:42:04 +02:00
Jan Chaloupka
c09854f674 Sync sigs.k8s.io/cluster-api-provider-azure to bring machine version promotion 2019-07-18 13:11:34 +02:00
Stephen Benjamin
d1de83532b vendor: add cluster-api-provider-baremetal for baremetal platform
This vendors cluster-api-provider-baremetal, and related code for use by
the baremetal platform.
2019-07-16 22:10:43 -04: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