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

15 Commits

Author SHA1 Message Date
Patrick Dillon
89d9849658 vendor: capi v1.11 & openshift/api
go mod vendor
2025-11-11 16:19:45 -05:00
Sandhya Dasu
8e645aa4e8 Update verndoring 2025-11-03 14:35:07 -05:00
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
Vince Prignano
56175c97b1 go: update vendor dependencies
Signed-off-by: Vince Prignano <vincepri@redhat.com>
2023-11-01 11:43:46 -07:00
Zane Bitter
a62dc18d4b Update assisted-image-service 2023-07-13 08:18:41 +12:00
Andrea Fasano
bc16565a00 vendor: add testscript 2022-12-06 03:29:24 -05:00
Rafael Fonseca
897b6226e8 azure: azidentity: update go.mod and vendor
Notice that azblob also had to be upgraded to 0.4.1, otherwise we hit
the following build issue:

vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zc_blob_lease_client.go:25:16: undefined: to.StringPtr
vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zc_block_blob_client.go:145:20: undefined: to.StringPtr
vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zc_container_lease_client.go:25:16: undefined: to.StringPtr
vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zc_shared_policy_shared_key_credential.go:190:17: undefined: log.EventResponse
vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zm_lease_request_options.go:63:16: undefined: to.StringPtr
vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/zm_lease_request_options.go:142:16: undefined: to.StringPtr

and newer versions cause

pkg/gather/azure/azure.go:224:29: undefined: azblob.NewBlobClientWithSharedKey
pkg/gather/azure/azure.go:235:48: unknown field 'MaxRetryRequests' in struct literal of type blob.RetryReaderOptions
2022-12-05 18:09:14 +01:00
Zane Bitter
fcba8e9247 Update dependencies
go mod tidy && go mod vendor
2022-04-29 16:49:14 -04:00
Rafael Fonseca
dbb9a49123 Revert "Merge pull request #5665 from r4f4/azure-azid-adapter"
This reverts commit 26f8c53fb5, reversing
changes made to 3c4a5fb3d8.

Microsoft has decided to push back on the deprecation until the end of
the year [1]. So we have decided to revert the changes to the
authentication until the new API is stable.

[1] https://docs.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview
2022-03-17 17:39:10 +01:00
Rafael Fonseca
7779a0be0e Azure: import azidentity and adapter 2022-03-14 10:32:43 +01: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
Yaakov Selkowitz
7c73eab154 Revendor with golang 1.17 2021-11-24 02:02:14 -05:00
Christian Glombek
d02d3f048a Update vendor 2020-02-14 00:08:54 +01:00
Abhinav Dahiya
9a237b5da5 vendor: add github.com/pkg/sftp and golang.org/x/crypto/ssh/agent 2019-06-06 11:14:05 -07:00
Abhinav Dahiya
572bcaba55 vendor: add github.com/pkg/errors 2018-10-02 19:18:25 -07:00