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

9 Commits

Author SHA1 Message Date
Sandhya Dasu
8e645aa4e8 Update verndoring 2025-11-03 14:35:07 -05:00
Patrick Dillon
0fb323ef80 vendor: stream-metadata-go & armcompute
go mod tidy && go mod vendor
2025-08-21 11:48:52 -04: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
Sandhya Dasu
0fb5e0bb7f Vendoring changes accompanying installer/go.mod changes 2024-06-21 10:37:00 -04:00
rna-afk
00bf211ad1 vendor changes after bump to v1.14.2 2024-04-17 13:31:40 -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
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
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