This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: rh-mobb/terraform-provider-azureopenshift
Releases · rh-mobb/terraform-provider-azureopenshift
v0.4.0
ci: fix goreleaser changelog skipping Signed-off-by: Dustin Scott <[email protected]>
v0.3.0-pre.1
Merge pull request #44 from rh-mobb/support_multiple_workerpool Support multiple workerpools
v0.3.0
Merge pull request #44 from rh-mobb/support_multiple_workerpool Support multiple workerpools
v0.2.2
fix: roll back azurerm packages (#41) This was caused by an upgrade of packages which introduce a breaking change in the Azure SDK. In newer versions, a value of 'worker' is returned for all worker profiles, which breaks the parse.InternalID logic. Signed-off-by: Dustin Scott <[email protected]>
v0.2.1-pre.6
fix: roll back azurerm packages (#41) This was caused by an upgrade of packages which introduce a breaking change in the Azure SDK. In newer versions, a value of 'worker' is returned for all worker profiles, which breaks the parse.InternalID logic. Signed-off-by: Dustin Scott <[email protected]>
v0.2.1-pre.5
chore: upgrade go version and dependencies (#39) Signed-off-by: Dustin Scott <[email protected]>
v0.2.1-pre.4
refactor: reduce duplicate function call and simplify aro credential …
v0.2.1-pre.3
fix: insert arm client options (#35) * fix: add options to aro client Signed-off-by: Dustin Scott <[email protected]> * refactor: remove conditional statements and move creds var Signed-off-by: Dustin Scott <[email protected]> --------- Signed-off-by: Dustin Scott <[email protected]>
v0.2.1-pre.2
fix: remove china support (#34) AzureChina is not a supported region for ARO just yet, so we should remove support until (if) it becomes available. Leaving the AzureChina code commented so it can easily be reverted. Signed-off-by: Dustin Scott <[email protected]>
v0.2.1-pre.1
configuring hashicorp azure go sdk environments and auth sdk to help …