Skip to content

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

v8.1.1

28 Mar 12:37
v8.1.1
3e915b0
Compare
Choose a tag to compare

8.1.1 (2024-03-28)

Bug Fixes

  • fixed bug in prereq script required for ibm catalog validation (#570) (3e915b0)

v8.1.0

28 Mar 09:18
v8.1.0
ed1ac8c
Compare
Choose a tag to compare

8.1.0 (2024-03-28)

Features

  • onboard COS DA solutions to IBM Cloud (#532) (ed1ac8c)

v8.0.0

27 Mar 16:36
v8.0.0
e682585
Compare
Choose a tag to compare

8.0.0 (2024-03-27)

Features

  • the following variables have been removed create_resource_key, resource_key_name, resource_key_role, generate_hmac_credentials, resource_key_existing_serviceid_crn and replaced by the resource_keys variable which gives more flexibility for creating resource keys.
    * added new resource_keys output. (#522) (e682585)

BREAKING CHANGES

  • If you were consuming the module with create_resource_key = true and are now upgrading to this version, you will see that your plan will attempt to destroy a resource key. You should now use the new resource_keys variable to manage resource keys. Please plan accordingly before upgrading incase you are using the resource key planned for destroy else where. Please note that before this version was released, the module did not output the resource key details, so unless you were extracting the resource key from some other method, its possible you were not using the key that is getting identified for destroy.

v7.5.3

21 Mar 15:13
v7.5.3
8fba3fc
Compare
Choose a tag to compare

7.5.3 (2024-03-21)

Bug Fixes

  • add fix for breaking change introduced to fscloud submodule in 7.5.2 (#564) (8fba3fc)

v7.5.2

21 Mar 13:29
v7.5.2
2d47517
Compare
Choose a tag to compare

7.5.2 (2024-03-21)

Bug Fixes

  • added fix to fscloud profile submodule where value of create_cos_instance was being ignored (#563) (2d47517)

BREAKING CHANGE

Do not upgrade to this version if using the fscloud submodule as it contains a breaking change that will destroy COS resources. Please upgrade directly to v7.5.3

v7.5.1

14 Mar 14:05
v7.5.1
697ccc3
Compare
Choose a tag to compare

7.5.1 (2024-03-14)

Bug Fixes

  • Don't output bucket name until it exists (#559) (697ccc3)

v7.5.0

08 Mar 07:28
v7.5.0
f00db98
Compare
Choose a tag to compare

7.5.0 (2024-03-08)

Features

  • added support for bucket-name-suffix in fscloud and bucket module (#550) (f00db98)

v7.4.3

05 Mar 11:56
v7.4.3
b7d555e
Compare
Choose a tag to compare

7.4.3 (2024-03-05)

Bug Fixes

v7.4.2

02 Mar 03:53
v7.4.2
68d58ec
Compare
Choose a tag to compare

7.4.2 (2024-03-02)

Bug Fixes

v7.4.1

27 Feb 17:54
v7.4.1
a75748c
Compare
Choose a tag to compare

7.4.1 (2024-02-27)

Bug Fixes

  • extend the required terraform version to < 1.7 (#541) (a75748c)