Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql
Releases · terraform-ibm-modules/terraform-ibm-icd-postgresql
v3.19.5
3.19.5 (2024-11-16)
Bug Fixes
- deps: update terraform ibm to latest for deployable architectures (#527) (1f13f07)
v3.19.4
3.19.4 (2024-11-15)
Bug Fixes
- added fix to exclude group from point in time recovery (#525) (ed0458e)
v3.19.3
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.1
3.19.1 (2024-11-12)
Bug Fixes
- deps: update terraform ibm to latest for deployable architectures (#501) (2ef000c)
v3.19.0
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
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
3.18.1 (2024-11-10)
Bug Fixes
- Fix an issue in the original ICD hosting model logic for conditionally including the group block during a database restore operation (#516) (a1ab78d)
v3.18.0
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
Bug Fixes
- deps: updated DA to the latest KMS module version, and removed
force_delete_key_ring
as it is deprecated (#503) (ffc908c)