Skip to content

Releases: EnterpriseDB/terraform-provider-biganimal

v0.8.0

29 Feb 09:46
v0.8.0
2a004e7
Compare
Choose a tag to compare
Features:

* New access keys authorisation support using provider resource or environment variable

v0.7.1

12 Feb 16:00
v0.7.1
8ffd70d
Compare
Choose a tag to compare
Bug Fixes:

* Fixed pg config to only use user custom config values in plan and not include default config values
* Small bug fixes on create/update operation for `biganimal_pgd` and `biganimal_cluster` resources

Enhancements:
* Updated default storage size from 4 Gi to 32 Gi in examples for `biganimal_pgd` resources

v0.7.0

17 Jan 16:58
v0.7.0
5707955
Compare
Choose a tag to compare
v0.7.0 (January 12. 2024)

Features:
* Pgvector support for `biganimal_cluster` resources
* PgBouncer support for `biganimal_cluster` resources
* BigAnimal Terraform Provider now can output password for `biganimal_pgd` resources

Bug Fixes:
* Private networking and allowed IP ranges mismatching plan bug fix
* Other bug fixes

Enhancements:
* Dependency updates
* Improved warnings for `biganimal_pgd` resources
* Updated example links in the examples README

v0.6.1

18 Oct 10:39
5b7be16
Compare
Choose a tag to compare
v0.6.1 (October 18. 2023)

Features:
* BigAnimal Terraform Provider now supports BigAnimal's cloud account
  AWS, Azure and Google Cloud provider for `biganimal_cluster` and `biganimal_pgd` resources
* Custom maintenance window support for `biganimal_cluster` resources
* Custom maintenance window support for the Witness groups in the `biganimal_pgd` resources

Bug Fixes:
* Removed PGD upscale not supported note in `biganimal_pgd` resource docs
* Small bug fixes in `biganimal_pgd` resources

Enhancements:
* Dependency updates
* PG Config values warnings support for `biganimal_pgd` and `biganimal_cluster` resources
* Changed default data nodes from 2 to 3 for `biganimal_pgd` resource
* Add and change validations for `biganimal_cluster` resources

v0.6.0

29 Aug 15:41
v0.6.0
95cbef1
Compare
Choose a tag to compare
v0.6.0 (August 28. 2023)

Features:
* Added examples for PGD resources on Google Cloud.
* Cross-CSP support for the Witness groups in the PGD resources
* Default PG Config values for `biganimal_pgd` and `biganimal_cluster` resources
* Cluster resources can now be imported.

Enhancements:
* Dependency updates
* Cluster architecture names are updated
* Terraform and Golang models for PGD implementation has been updated.

v0.5.1

27 Jul 08:34
v0.5.1
397f9d8
Compare
Choose a tag to compare
v0.5.1 (July 27. 2023)

Features:
* BigAnimal Terraform Provider now supports GCP. Examples and documentation are updated.

Bug Fixes:
* `biganimal_pgd` resource: For immutable fields(cloud provider, pg version or pg type), when user tries to change those fields, provider throws an error.

Enhancements:
* Dependency updates
* Examples now use EPAS-15 as the pre-configured postgresql version

v0.5.0

24 Jul 15:38
v0.5.0
5601ba4
Compare
Choose a tag to compare
v0.5.0 (July 24. 2023)

Features:
* New Data Source: `biganimal_pgd`
* New Resource to manage BigAnimal Extreme High Availability clusters: `biganimal_pgd`
* Projects, Regions and PGD resources can now be imported.

Enhancements:
* Dependency updates.
* `biganimal_project` and `biganimal_region` resources and `biganimal_projects` and `biganimal_region` data sources are migrated to use the new Terraform Plugin Framework Library.
* Various CI improvements

v0.4.2

06 Jun 12:23
v0.4.2
0c10dbf
Compare
Choose a tag to compare
v0.4.2 (June 6. 2023)

Bug Fixes:
* Regression fix for Faraway Replicas
* Fix for Projects data source

Enhancements:
* Acceptance tests are introduced.
* Dependencies updated.
* Development documents improved.

v0.4.1

25 Apr 08:49
v0.4.1
85b2ab9
Compare
Choose a tag to compare
v0.4.1 (April 24. 2023)

Bug Fixes:
* Throughput field in the `biganimal_cluster` and `biganimal_faraway_replica` resources is now configurable.
* Big fixes on drift-detection of allowedIpRanges and pgConfig fields of the `biganimal_cluster` and `biganimal_faraway_replica` resources.

Enhancements:
* Dependency updates
* Extended developer documentation about easier token fetching

v0.4.0

05 Apr 14:58
v0.4.0
fee1023
Compare
Choose a tag to compare
v0.4.0 (April 05. 2023)

Features:
* New Data Source: `biganimal_aws_connection`
* New Data Source: `biganimal_faraway_replica`
* New Resource: `biganimal_aws_connection`
* New Resource: `biganimal_azure_connection`
* New Resource: `biganimal_faraway_replica`

Enhancements:
* data-source/biganimal_cluster: `faraway_replica_ids` and `cluster_type` fields are added.
* resource/biganimal_cluster: `faraway_replica_ids` and `cluster_type` fields are added.
* Initial skeleton for the acceptance tests implemented.
* Switched to terraform-plugin-testing module
* Dependencies updated.
* Various CI improvements.