Skip to content

Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql

v3.0.1

17 May 08:07
v3.0.1
6463f5f
Compare
Choose a tag to compare

3.0.1 (2023-05-17)

Bug Fixes

  • add extra validation around KMS inputs (#188) (6463f5f)

v3.0.0

15 May 13:34
v3.0.0
56e623e
Compare
Choose a tag to compare

3.0.0 (2023-05-15)

Updates

  • removed incorrect variable validations - validation now handled by IBM terraform provider directly
  • several variables have changed from string type to number
  • input variable member_cpu_count now supports 0 (meaning shared CPU). This is now the default value, so take note that when updating from a previous version, you may now wish to explicitly set this to match (or update the current value)
  • input variable members now has a default value of 2 (was previously 3).
  • kms_encryption_enabled must now be set if you want to use BYOK or KYOK encryption
  • skip_iam_authorization_policy now defaults to true, but is only relevant if kms_encryption_enabled is set to atrue
  • The input variable allowlist has been removed as its now a legacy. The recommendation is to use CBRs instead.

FSCloud profile specific changes:

  • backup_encryption_key_crn is no longer a supported variable since it doesn't support HPCS (profile defaults to ICD randomly generated encryption key)
  • add crn output
  • input variable members now has a default value of 2 (was previously 3).

BREAKING CHANGES

v2.0.0

11 Apr 08:33
v2.0.0
6b094fa
Compare
Choose a tag to compare

2.0.0 (2023-04-11)

Features

  • added support for hyper protect (#120) (6b094fa)
  • added support to create the IAM auth policy with KMS (#120) (6b094fa)
  • added new fscloud profile module (#120) (6b094fa)

BREAKING CHANGES

  • key_protect_key_crn renamed to kms_key_crn since it now supports Hyper Protect

v1.5.0

07 Apr 09:10
v1.5.0
a0e8ff6
Compare
Choose a tag to compare

1.5.0 (2023-04-07)

Features

  • Added support for creating a new PostgreSQL instance pointing to a Point-In-Time-Recovery timestamp (#114) (a0e8ff6)

v1.4.0

31 Mar 11:05
v1.4.0
301599e
Compare
Choose a tag to compare

1.4.0 (2023-03-31)

Features

  • Support for creating read-only replicates. (#66) (301599e)

v1.3.3

25 Mar 00:10
v1.3.3
c55be82
Compare
Choose a tag to compare

1.3.3 (2023-03-25)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-cbr to v1.2.0 (#101) (c55be82)

v1.3.2

22 Mar 13:12
v1.3.2
500d174
Compare
Choose a tag to compare

1.3.2 (2023-03-22)

Bug Fixes

v1.3.1

20 Mar 17:28
d65ef8d
Compare
Choose a tag to compare

1.3.1 (2023-03-20)

Bug Fixes

v1.3.0

20 Mar 10:27
v1.3.0
73bba85
Compare
Choose a tag to compare

1.3.0 (2023-03-20)

Features

  • add capability to create service credentials in root module (#41) (73bba85)

v1.2.0

09 Mar 13:14
v1.2.0
649583c
Compare
Choose a tag to compare

1.2.0 (2023-03-09)

Features

  • add support to create an instance from a backup (#51) (649583c)