Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone

v5.13.1

31 Jan 13:22
6bcc77c
Compare
Choose a tag to compare

5.13.1 (2024-01-31)

Bug Fixes (#693) (6bcc77c)

  • fix the way service endpoint type is passed to Key Protect. When upgrading to this version, you will see an expected update in place, such as this:
 ~ resource "ibm_resource_instance" "kms" {
      id                      = "crn:v1:bluemix:public:kms:us-east:a/abac0df06b644a9cabc6e44f55b3880e:a8fd5ab8-803f-4d8d-b4a8-ed6617eff7ae::"
      name                    = "slz-kms"
    + parameters              = {
        + "allowed_network" = "public-and-private"
      }
      tags                    = []
      # (33 unchanged attributes hidden)
  }

v5.13.0

30 Jan 19:36
bbcc1b0
Compare
Choose a tag to compare

5.13.0 (2024-01-30)

Features

  • exposed the ability to attach secondary storage to workers using new input variable secondary_storage (#691) (bbcc1b0)

v5.12.0

30 Jan 13:13
ac1e236
Compare
Choose a tag to compare

5.12.0 (2024-01-30)

Features

  • add support for setting expiry rule on COS buckets (#687) (ac1e236)

v5.11.1

30 Jan 09:26
03cb99c
Compare
Choose a tag to compare

5.11.1 (2024-01-30)

Bug Fixes

  • added workaround to create the kube to kms auth policy since IKS is not creating it automatically (#685) (03cb99c)

v5.11.0

10 Jan 14:20
7e68518
Compare
Choose a tag to compare

5.11.0 (2024-01-10)

Features

  • added new variable skip_all_s2s_auth_policies which allows you to skip all IAM auth policy creations (for a use case where you may be managing auth policies some place else). Also the add_kms_block_storage_s2s variable has been renamed to skip_kms_block_storage_s2s_auth_policy to keep naming consistent, and it has a default value of false.

    NB: If auth policy creation is being skipped, ensure that the policies exist in the account before attempting to provision SLZ resources. (#644) (7e68518)

v5.10.0

10 Jan 10:24
6626133
Compare
Choose a tag to compare

5.10.0 (2024-01-10)

Features

  • Exposed the service_endpoints input variable to all patterns, with a default value of public-and-private. The value will be used for App ID and Key Protect instance provisioning. (#663) (6626133)

v5.9.0

09 Jan 14:18
v5.9.0
83d4c24
Compare
Choose a tag to compare

5.9.0 (2024-01-09)

Features

  • added support for OCP 4.14, removed support for OCP 4.11 (#676) (83d4c24)

v5.8.0

09 Jan 09:15
05642b0
Compare
Choose a tag to compare

5.8.0 (2024-01-09)

Features

  • added support to pass an external account ID for cluster and worker boot volumes if KMS encryption key comes from another account (#664) (05642b0)

v5.7.3

08 Jan 20:30
c8f2a71
Compare
Choose a tag to compare

5.7.3 (2024-01-08)

Bug Fixes

  • deps: update required IBM provider to 1.61.0 for the landing zone DAs (#677) (c8f2a71)

v5.7.2

08 Jan 12:50
v5.7.2
0c95dcb
Compare
Choose a tag to compare

5.7.2 (2024-01-08)

Bug Fixes

  • updated logic in dynamic_values.tf to use try() in order to pass TFLint rule as value may be null (#670) (0c95dcb)