Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Releases: rh-mobb/terraform-provider-azureopenshift

v0.4.0

10 Jul 21:24
9b298c8
Compare
Choose a tag to compare
ci: fix goreleaser changelog skipping

Signed-off-by: Dustin Scott <[email protected]>

v0.3.0-pre.1

05 Dec 16:20
a93b432
Compare
Choose a tag to compare
Merge pull request #44 from rh-mobb/support_multiple_workerpool

Support multiple workerpools

v0.3.0

11 Dec 13:33
a93b432
Compare
Choose a tag to compare
Merge pull request #44 from rh-mobb/support_multiple_workerpool

Support multiple workerpools

v0.2.2

30 Oct 17:32
a6f9610
Compare
Choose a tag to compare
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

27 Oct 17:16
a6f9610
Compare
Choose a tag to compare
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

26 Oct 21:55
035163d
Compare
Choose a tag to compare
chore: upgrade go version and dependencies (#39)

Signed-off-by: Dustin Scott <[email protected]>

v0.2.1-pre.4

26 Oct 19:46
c1b4cd1
Compare
Choose a tag to compare
refactor: reduce duplicate function call and simplify aro credential …

v0.2.1-pre.3

26 Oct 18:59
026d066
Compare
Choose a tag to compare
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

26 Oct 16:07
05ae89e
Compare
Choose a tag to compare
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

26 Oct 15:55
d420361
Compare
Choose a tag to compare
configuring hashicorp azure go sdk environments and auth sdk to help …