Skip to content

Releases: yugabyte/terraform-provider-ybm

v1.0.4-pre1

29 Jun 20:54
Compare
Choose a tag to compare
v1.0.4-pre1 Pre-release
Pre-release

Changelog

v1.0.3

28 Jun 05:13
fe53c5c
Compare
Choose a tag to compare

Changelog

  • 1c95829 Add BYOK feature support to Terraform (#45)
  • 6d0d666 Check for a duplicate allow list (#44)
  • fe53c5c Update goreleaser (#49)
  • e2afe40 [CLOUDGA-14180] Terraform support for aws custom disk IOPS (#46)

v1.0.3-rc1

28 Jun 04:40
Compare
Choose a tag to compare
v1.0.3-rc1 Pre-release
Pre-release

Changelog

  • 1c95829 Add BYOK feature support to Terraform (#45)
  • 6d0d666 Check for a duplicate allow list (#44)
  • 5b9e88e Update goreleaser
  • e2afe40 [CLOUDGA-14180] Terraform support for aws custom disk IOPS (#46)

v1.0.3-pre.2

28 Jun 05:02
Compare
Choose a tag to compare
v1.0.3-pre.2 Pre-release
Pre-release

Changelog

  • ca4f38c Multiple releases for same commit

v1.0.2

26 Apr 18:26
a55c6ef
Compare
Choose a tag to compare
Provide external VPC ID in the VPC resource and fix minor bugs (#43)

v1.0.1

20 Apr 22:40
Compare
Choose a tag to compare
update docs

v1.0.0

26 Jan 23:46
9196fbd
Compare
Choose a tag to compare
disallow customers from providing account id and project id (#39)

v0.2.0-pre.5

06 Jan 05:58
6360af8
Compare
Choose a tag to compare
[CLOUDGA-9671]: Fixed_backup_descreption (#36)

* Fixed_backup_descreption
* Formatting
* Format in the lower part
* style

Co-authored-by: Ishan Pathak <[email protected]>
Co-authored-by: Catalin David <[email protected]>

v0.2.0-pre.4

06 Jan 02:18
d27f0d7
Compare
Choose a tag to compare
Fix API interoperability (#37)

When some enum's change on the API side, then
the deserialization fails on the client side since
the new fields are not known. This results in failures
to use the Terraform provider.

We fix this by ignoring the class of issues that
happens during deserialization.

v0.2.0-pre.3

16 Dec 02:09
f39bd5a
Compare
Choose a tag to compare
Fix user/password reversal (#35)

Due to a regression in our REST API auto-generated golang code, the username and password were reversed when passed to the golang library.

This fixes the inconsistency.