Skip to content

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

v8.19.3

14 Feb 20:12
v8.19.3
b3c2d38
Compare
Choose a tag to compare

8.19.3 (2025-02-14)

Bug Fixes

v8.19.2

09 Feb 02:02
v8.19.2
841022a
Compare
Choose a tag to compare

8.19.2 (2025-02-09)

Bug Fixes

v8.19.1

08 Feb 04:22
v8.19.1
64e0a00
Compare
Choose a tag to compare

8.19.1 (2025-02-08)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#813) (64e0a00)

v8.19.0

30 Jan 14:46
v8.19.0
a1cb65f
Compare
Choose a tag to compare

8.19.0 (2025-01-30)

Features

  • improved user experience for validating input variable values
    * updated required terraform to be >= 1.9.0 (#821) (a1cb65f)

v8.18.0

27 Jan 15:29
v8.18.0
31bd240
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

8.16.5 (2025-01-12)

Bug Fixes

v8.16.4

04 Jan 12:00
v8.16.4
c4f45b7
Compare
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)