Skip to content

Releases: EnterpriseDB/edb-terraform

v1.8.5

13 Dec 03:34
Compare
Choose a tag to compare

Release v1.8.5

Changes:

  • AWS Kubernetes (EKS)
    • outputs added, any unformatted outputs are subject to change, modification or removal by the api or between releases
      • cluster_info
      • cluster_auth
      • raw
    • force_service_kubernetes root module variable added to set public access list
      • when no service cidrs are provided, public access is disabled to avoid exposing resources to 0.0.0.0/0
  • Azure Kubernetes
    • cluster_version added to spec configuration
  • Gcloud Kubernetes
    • cluster_version added to spec configuration

Fixes:

  • AWS Kubernetes (EKS)
    • update EKS and VPC module versions
    • remove unused Kubernetes provider list
    • reference cluster name instead of cluster id
    • use keyname and hex id for resource names
    • tag resources
    • disable_eks_public_access root module variable added as a workaround to refresh the access list or disable public access
  • edb-terraform cli
    • create tags at generation time so they are known during terraform plan instead of relying on terraform resource which causes tags to be undefined until apply time or until a targeted apply.

Full Changelog: v1.8.4...v1.8.5

v1.8.4

23 Nov 00:58
Compare
Choose a tag to compare

Release v1.8.4

Fixes:

  • Biganimal module
    • check for duplicate clusters
    • delete leftover clusters after internal server failures
    • do not interpret special characters from api response

Full Changelog: v1.8.3...v1.8.4

v1.8.3

06 Nov 12:43
Compare
Choose a tag to compare

Release v1.8.3

Changes:

  • Biganimal module
    • provider version bump: v1.0.0 -> v1.1.1
    • tags supported for cluster's created with the provider terraform resources

Full Changelog: v1.8.2...v1.8.3

v1.8.2

17 Oct 01:02
Compare
Choose a tag to compare

Release v1.8.2

Fixes:

  • Biganimal Module
    • creation timeout extended to 75 minutes
    • fail when a Failed phase status is returned
    • local.cluster_region variable access updated to fix syntax error

Full Changelog: v1.8.1...v1.8.2

v1.8.1

27 Sep 02:06
Compare
Choose a tag to compare

Release v1.8.1

Fixes:

  • Biganimal Module
    • retry cluster creation if ValidateQuota error occurs
    • surface jq errors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

25 Sep 02:24
Compare
Choose a tag to compare

Release v1.8.0

Changes:

  • Allow management of AWS preattached storage with LVM
  • Dynamic ip endpoint uses https://checkip.amazonaws.com/
  • Credential docs updated
  • Handle github action interrupts
  • Tagging updates
  • Biganimal module
    • PGD support
    • added new output data_groups
    • handle alt postgres engine names
      • pg -> postgres
      • pge -> pgextended
    • provider version updated to v1 release
    • custom images allowed for dev environments only
    • expose cloud_account variable for default overrides
  • force_ variables set to true by default
  • Azure module
    • azurerm provider updated to v4 release and now requires the environment variable ARM_SUBSCRIPTION_ID as it will no longer use the default set by the azure cli

Fixes:

  • edb-terraform cli - azure cli version command
  • edb-terraform setup paths
  • Machine module - setup_volume.sh nvme-cli command
  • Biganimal module
    • remove :<>& from random_password
    • handle endpoint forward slashes
    • ignore cluster does not exist errors during terraform destroy
  • dependabot only supports terraform hcl files (.tf). terraform json hcl files not supported at the moment (.tf.json)
  • azure module fixes
  • gcloud module fixes

Full Changelog: v1.7.5...v1.8.0

v1.8.0-rc.4

12 Sep 00:16
Compare
Choose a tag to compare
v1.8.0-rc.4 Pre-release
Pre-release

Release v1.8.0-rc.4

Changes:

  • Biganimal module - handle alt postgres engine names
    • pg -> postgres
    • pge -> pgextended

Fixes:

  • Biganimal module - ignore cluster does not exist errors during terraform destroy

Full Changelog: v1.8.0-rc.3...v1.8.0-rc.4

v1.8.0-rc.3

12 Sep 00:10
Compare
Choose a tag to compare
v1.8.0-rc.3 Pre-release
Pre-release

Release v1.8.0-rc.3

Changes:

  • Biganimal module - added new output data_groups
  • force_ variables set to true by default

Fixes:

  • Azure modules
  • Gcloud modules

Full Changelog: v1.8.0-rc.2...v1.8.0-rc.3

v1.8.0-rc.2

31 Aug 03:22
Compare
Choose a tag to compare
v1.8.0-rc.2 Pre-release
Pre-release

Release v1.8.0-rc.2

Changes:

  • Handle github action interrupts
  • Tagging updates

Full Changelog: v1.8.0-rc.1...v1.8.0-rc.2

v1.8.0-rc.1

09 Aug 07:41
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release

Release v1.8.0-rc.1

Changes:

  • Expose Biganimal's cloud_account variable for default overrides
  • Update biganimal provider version

Full Changelog: v1.8.0-rc.0...v1.8.0-rc.1