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

64 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
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
Patrick Dillon
8e549310b5 vendor: Azure packages for identity creation
This revendors the azure packages that are needed to create a
user-assigned identity.
2025-05-20 14:21:43 -04:00
Patrick Dillon
6e834b3a42 Revert "Merge pull request #9665 from patrickdillon/revert-azurestack-ipi"
This reverts commit 2d3f2c5763, reversing
changes made to 63e0c358e0.
2025-04-16 10:06:31 -04:00
Patrick Dillon
dfabdf1f8a Revert "Merge pull request #9645 from patrickdillon/azurestack-mark-iii"
This reverts commit 63e0c358e0, reversing
changes made to d9c19b4517.
2025-04-16 07:50:56 -04:00
Patrick Dillon
46beec0542 vendor: armstorage packages
go mod tidy && go mod vendor
2025-04-15 11:12:18 -04:00
Sandhya Dasu
0fe9c4748c Vendoring updates accompanying the CAPZ version bump 2025-03-26 10:54:43 -04:00
Patrick Dillon
803e6d27c5 vendor: update azure packages for identity
go mod tidy
go mod vendor
2025-03-21 11:00:36 -04:00
Sandhya Dasu
065c651219 Vendoring changes to bring in Azure armkeyvault modules 2024-07-19 15:12:18 -04:00
John Hixson
26f5badd8d Azure: go mod vendor for authorization module 2024-06-22 04:36:28 -07:00
Sandhya Dasu
0fb5e0bb7f Vendoring changes accompanying installer/go.mod changes 2024-06-21 10:37:00 -04:00
Rafael Fonseca
7b556392e8 azure: vendor changes 2024-05-06 16:10:42 +02:00
rna-afk
00bf211ad1 vendor changes after bump to v1.14.2 2024-04-17 13:31:40 -04:00
Patrick Dillon
1eb9d4f210 vendor: azure armnetwork packages
go mod vendor
2024-04-02 06:31:13 -04:00
openshift-merge-bot[bot]
6bb3cae1d0 Merge pull request #8134 from patrickdillon/azure-sku-perf
OCPBUGS-31546: azure: use filter when listing SKUs
2024-03-30 00:45:03 +00:00
Patrick Dillon
9ff7906e06 vendor: remove unused compute packages
go mod tidy && go mod vendor
2024-03-29 14:46:46 -04:00
John Hixson
2ffd60914a Azure: go mod vendor 2024-03-29 09:02:05 -07:00
rna-afk
e3c6bdbfcb vendor: Added armdns latest version
Adding latest armdns version to create DNS entries.
2024-03-27 10:56:15 -04:00
Maysa Macedo
8a808faf6b go: update vendor for CAPO
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-02-27 08:21:16 -03:00
Rafael Fonseca
64ddd4d011 Vendor changes 2024-02-01 12:59:34 +01:00
John Hixson
e969e7be39 go mod tidy & go mod vendor 2023-11-24 13:11:31 -08:00
Flavian Missi
ca2d65ec9d vendor azure armresources sdk for tag management 2023-11-22 16:00:22 +01:00
Flavian Missi
0ca9eef9c6 add azure resourcegraph pkg 2023-11-22 16:00:22 +01:00
Flavian Missi
a085cca7b6 add armnetwork so that we can tag user provided azure vnet 2023-11-22 15:56:03 +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
Rafael Fonseca
c681066354 gather: azure: vendor changes 2023-03-22 19:51:46 +01:00
Rafael Fonseca
fcaccfacc8 azure: session: vendor changes 2023-02-27 20:24:41 +01:00
Lisa Rashidi-Ranjbar
14c2a36bd8 ARO-1796: Update Azure SDK for go to v63.1.0+incompatible 2023-01-05 14:00:34 -08:00
Rafael Fonseca
841148236d azure: update mod and vendor 2022-12-07 21:52:28 +01: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
Joel Speed
1dd74ca7a8 Update openshift API dependency 2022-09-29 13:04:18 +02:00
rna-afk
ca66e04b7d vendor: go mod tidy and go mod vendor
There was a bug in the certs authorizer that was fixed in the
Azure/auth v0.5.1. Updating the library version.
2022-09-13 12:24:37 -04:00
Rafael Fonseca
58d953864f azure: go mod tidy && go mod vendor
Azure Blob SDK
Azure Storage SDK
2022-07-20 23:14:05 +02:00
Rafael Fonseca
85db0d86e2 azure: update vendor 2022-05-11 13:10:25 +02:00
Patrick Dillon
6194c1ccc4 Fixup Azure marketplace pr 5799 (#5839)
* vendor: azure client for marketplace images

Vendor in additional packages from github.com/Azure/azure-sdk-for-go
to support the calls needed to validate Azure marketplace images.

* azure: support selecting marketplace image in install config

Additional fields added to Azure machine pools that give the user
the option to select the marketplace image to use for the OS image.
The OS image can only be selected for compute machine pools.
Validation will be performed that (1) the marketplace image selected
exists and (2) that the license terms for the marketplcae image
selected have been accepted.

```
osImage:
  publisher: <string>
  offer: <string>
  sku: <string>
  version: <string>
```

https://issues.redhat.com/browse/CORS-1824

* azure: update client mock

Re-generate the mock for the Azure client so that the additional
functions added to support marketplace images are included in the
mock.

* azure: unit tests for static validation of marketplace images

Add unit tests for the static validation of marketplace images
selected in the install config.

* azure: unit tests for dyanmic validation of marketplace images

Add unit tests for the dynamic validation of the Azure marketplace images.

* fixup! azure: unit tests for dyanmic validation of marketplace images

Co-authored-by: staebler <staebler@redhat.com>
2022-04-25 12:02:04 -04:00
John Hixson
9db42d32a1 azure: go mod vendor
Vendor the disk encryption set of the Azure SDK
2022-03-28 12:11:53 -07: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
Christy Norman
1608772d17 Power VS machine assets vendor
Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
2022-03-15 16:45:22 -04:00
Rafael Fonseca
7779a0be0e Azure: import azidentity and adapter 2022-03-14 10:32:43 +01:00
Rafael Fonseca
af21849f82 Azure: update to latest SDK 2022-03-14 10:24:52 +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
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
John Hixson
b79e5f59ae Upgrade to Terraform 0.14.6: update vendor 2021-12-14 09:52:37 -05:00
Kenny Woodson
9433c308a3 Vendor update: remove dependencies on the machine-api-operator by updating ovirt and openstack. Remove AliyunContainerService/ to openshift/. 2021-11-24 17:52:14 -05:00
Yaakov Selkowitz
7c73eab154 Revendor with golang 1.17 2021-11-24 02:02:14 -05:00
patrickdillon
6fbadd44bf Vendor: Azure Stack Dependencies
Vendors the OpenShift fork of the Azure Stack Terraform provider and
azure sdk.
2021-07-23 18:06:09 -04:00
rna-afk
4abfaaf637 vendor: Add vendor files for Azure-sdk-for-go
Adding vendor files for Azure Stack Hub client support for DNS.
2021-07-23 11:09:38 -04:00
Etienne Simard
ba9d3893d0 Pin terraform-provider-azurerm to 2.48.0-openshift 2021-04-27 16:37:41 -04:00