Skip to content

Releases: terraform-ibm-modules/terraform-ibm-cos

v8.18.0

27 Jan 15:29
v8.18.0
31bd240

Choose a tag to compare

8.18.0 (2025-01-27)

(#820) (31bd240)

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:cloud-object-storage::::serviceRole:ObjectWriter"`
      
    • For detailed usage, see Service credential secrets

v8.17.2

22 Jan 16:38
v8.17.2
4765387

Choose a tag to compare

8.17.2 (2025-01-22)

Bug Fixes

  • lock the time provider to specific version in the DA (#819) (4765387)

v8.17.1

20 Jan 18:15
v8.17.1
2876761

Choose a tag to compare

8.17.1 (2025-01-20)

Bug Fixes

  • Added a default prefix value to the DA (cos). NOTE: It is still supported to pass null (or __NULL__ if in projects / schematics) if you do not wan't to use any prefix (#812) (2876761)

v8.17.0

13 Jan 17:47
v8.17.0
acd33fc

Choose a tag to compare

8.17.0 (2025-01-13)

Features (#769) (acd33fc)

  • updated configuration to use the new ibm_cos_bucket_lifecycle_configuration for managing lifecycle configuration for a bucket since the legacy approach is now deprecated. Migrating to the new schema addresses the limitations where one cannot create a rule with same rule id that has transition, expiration and abort_incomplete simultaneously, and not being able to create multiple abort_incomplete_multipart_upload rules.
  • support has been added to optionally apply an expire or archive prefix filter using new inputs expire_filter_prefix and archive_filter_prefix

Upgrade note: When upgrading to this version, existing buckets will be updated in-place to migrate to the new lifecycle configuration.

v8.16.5

12 Jan 03:08
v8.16.5
29bc871

Choose a tag to compare

8.16.5 (2025-01-12)

Bug Fixes

v8.16.4

04 Jan 12:00
v8.16.4
c4f45b7

Choose a tag to compare

8.16.4 (2025-01-04)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.10 (#810) (c4f45b7)

v8.16.3

02 Jan 06:24
v8.16.3
edfc857

Choose a tag to compare

8.16.3 (2025-01-02)

Bug Fixes

  • add CBR doc link in the variable description. (#808) (edfc857)

v8.16.2

29 Dec 04:14
v8.16.2
9e09d12

Choose a tag to compare

8.16.2 (2024-12-29)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#792) (9e09d12)

v8.16.1

28 Dec 09:32
v8.16.1
f7c0465

Choose a tag to compare

8.16.1 (2024-12-28)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.9 (#804) (f7c0465)

v8.16.0

26 Dec 06:19
v8.16.0
6ca6516

Choose a tag to compare

8.16.0 (2024-12-26)

Features

  • adds the ability to pass CBR rules in DA. It adds a new variable instance_cbr_rules in DA variables. (#805) (6ca6516)