Releases: EnterpriseDB/terraform-provider-biganimal
Releases · EnterpriseDB/terraform-provider-biganimal
v0.8.0
Features: * New access keys authorisation support using provider resource or environment variable
v0.7.1
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
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
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
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
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
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
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
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
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.