Skip to content

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

v3.19.3

12 Nov 21:01
v3.19.3
857e1fd
Compare
Choose a tag to compare

3.19.3 (2024-11-12)

Bug Fixes

  • fix bug when setting use_ibm_owned_encryption_key to true in the DA (#522) (857e1fd)

v3.19.2

12 Nov 13:28
v3.19.2
bd9c2aa
Compare
Choose a tag to compare

3.19.2 (2024-11-12)

Bug Fixes

v3.19.1

12 Nov 12:27
v3.19.1
2ef000c
Compare
Choose a tag to compare

3.19.1 (2024-11-12)

Bug Fixes

  • deps: update terraform ibm to latest for deployable architectures (#501) (2ef000c)

v3.19.0

12 Nov 10:58
v3.19.0
ed78199
Compare
Choose a tag to compare

3.19.0 (2024-11-12)

Features

  • expose the ability to use default encryption keys in fscloud submodule + DA
  • exposed the ability to set the IBM terraform provider visibility in the DA (#521) (ed78199)

v3.18.2

11 Nov 11:26
v3.18.2
7a73dc5
Compare
Choose a tag to compare

3.18.2 (2024-11-11)

Bug Fixes

  • updated required IBM provider version to >= 1.70.0, < 2.0.0
  • updated CBR module to 1.28.1 (#519) (7a73dc5)

v3.18.1

10 Nov 19:40
v3.18.1
a1ab78d
Compare
Choose a tag to compare

3.18.1 (2024-11-10)

Bug Fixes

v3.18.0

07 Nov 15:08
v3.18.0
68cd6c7
Compare
Choose a tag to compare

3.18.0 (2024-11-07)

Features

  • added support to the DA to use a different KMS instance / key for backup encryption using new optional inputs existing_backup_kms_key_crn and existing_backup_kms_instance_crn
  • added support to to the DA to provision and instance from a backup CRN using new input backup_crn (#511) (68cd6c7)

v3.17.12

07 Nov 14:15
v3.17.12
ffc908c
Compare
Choose a tag to compare

3.17.12 (2024-11-07)

Bug Fixes

  • deps: updated DA to the latest KMS module version, and removed force_delete_key_ring as it is deprecated (#503) (ffc908c)

v3.17.11

07 Nov 08:56
v3.17.11
97a9f96
Compare
Choose a tag to compare

3.17.11 (2024-11-07)

Bug Fixes

  • removed wal_level setting from DA default configuration to workaround a backend schema bug. By not setting it, it will default to replica. (#514) (97a9f96)

v3.17.10

05 Nov 16:45
v3.17.10
21c0b23
Compare
Choose a tag to compare

3.17.10 (2024-11-05)

Bug Fixes

  • added workaround to ensure group config is not set when provisioning using a backup CRN.
  • fixed bug in DA where wal_level config setting was incorrectly set to hot_standby. Its now set to replica which is a valid option.(#508) (21c0b23)