Skip to content

Releases: ebu/terraform-provider-mcma

v0.0.27

15 Aug 18:36
Compare
Choose a tag to compare
v0.0.27: Updated documentation

v0.0.26

15 Aug 15:20
Compare
Choose a tag to compare
v0.0.26: Updated libs to v0.0.24

v0.0.25

14 Aug 16:51
Compare
Choose a tag to compare
v0.0.25: Http request body fix

* Updates libs to v0.0.23

v0.0.24

09 Aug 20:27
Compare
Choose a tag to compare
v0.0.24: Support mcma_api_key_auth

* Update libs to v0.0.19

v0.0.23

25 Mar 19:01
Compare
Choose a tag to compare
v0.0.23: Update libs to v0.0.16

v0.0.22

14 Oct 17:15
Compare
Choose a tag to compare
v0.0.22 - Update libs to v0.0.14

* Initialize ResourceManager with base url for Service Registry rather than a url specifically for services
* Introduce notion of default Authenticator to be used with McmaHttpClient and set it when only one Authenticator is registered

v0.0.21

12 Oct 17:40
Compare
Choose a tag to compare
v0.0.21 - Set DateCreated from state on update

v0.0.20

12 Oct 14:33
Compare
Choose a tag to compare
v0.0.20 - Update libs for HTTP retries & use SetId

* Update to lib version 0.0.13 (fixes HTTP retry conditions)
* Call SetId("") when a resource is not found to indicate to Terraform that it should recreate

v0.0.19

11 Oct 21:07
Compare
Choose a tag to compare
v0.0.19 - Update libs for JSON serialization & HTTP retries

* Update to lib version 0.0.10
* Fixes issues with Marshal/UnmarshalJSON functions not being invoked
* Refactor HTTP retry logic, including not retrying on 404s

v0.0.18

05 Oct 18:29
Compare
Choose a tag to compare
v0.0.17 - Update libs for JSON serialization issue

* Update to lib version 0.0.4 to fix issue with Marshal/UnmarshalJSON functions not being used