Releases: terraform-ibm-modules/terraform-ibm-icd-mysql
Releases · terraform-ibm-modules/terraform-ibm-icd-mysql
v1.7.0
1.7.0 (2025-01-31)
Features
- added support to the fscloud submodule and the DA to provision a read only replica using input
remote_leader_crn
(#200) (a97fafb)
v1.6.1
1.6.1 (2025-01-31)
Bug Fixes
- fix bug in the DA which can occur when using BYOK / KYOK for data encryption, but using the default ICD key for backups encryption (#199) (5656ae1)
v1.6.0
1.6.0 (2025-01-31)
Features
- updated the
service_credential_secrets
input object schema of the DA to support creating service specific roles
* The service_credentials_source_service_role
attribute has been renamed to service_credentials_source_service_role_crn
and now requires a full CRN value. For example: service_credentials_source_service_role_crn = "crn:v1:bluemix:public:iam::::role:Editor"
(#197) (cd9dd4a)
v1.5.0
1.5.0 (2025-01-21)
Features
v1.4.0
1.4.0 (2025-01-17)
(#194) (eb2a86a)
Features
configuration
input has been removed as its not applicable for MySQL.
- Root module updates:
existing_kms_instance_guid
is no longer a supported input. The code will now parse the GUID from the KMS key CRN
- added new input
use_same_kms_key_for_backups
to give more control over KMS key usage
kms_encryption_enabled
has been renamed to use_ibm_owned_encryption_key
fscloud
submodule updates:
- added new inputs
use_default_backup_encryption_key
and use_same_kms_key_for_backups
⚠️ Please note that when updating to this version, the s2s KMS auth policy that is created is now scoped to the exact KMS key, so you will see a destroy and re-create of the auth policy. The new policy will be created before the old one is deleted, so there will be no disruption to every day operations.
v1.3.12
1.3.12 (2024-11-29)
Bug Fixes
- Add workaround to ignore groups config when provisioning instance using backup CRN (#166) (fd96468)
v1.3.11
1.3.11 (2024-11-23)
Bug Fixes
- deps: update terraform terraform-ibm-modules/cbr/ibm to v1.29.0 (#167) (b9d0345)
v1.3.10
1.3.10 (2024-11-11)
Bug Fixes
- updated required IBM provider version to
>= 1.70.0, < 2.0.0
- updated CBR module to 1.28.1 (#159) (9ec00db)
v1.3.9
1.3.9 (2024-09-14)
Bug Fixes
v1.3.8
1.3.8 (2024-09-07)
Bug Fixes
- deps: update terraform terraform-ibm-modules/cbr/ibm to v1.24.1 (#131) (7e35b2d)