Skip to content

Releases: terraform-ibm-modules/terraform-ibm-cbr

v1.23.1

26 Jul 08:03
v1.23.1
fa554b3
Compare
Choose a tag to compare

1.23.1 (2024-07-26)

Bug Fixes

  • Event Notifications introduced SMTP API that does not support report enforcement mode. By default report mode is set which excludes SMTP API. If enforcement mode is set to enabled, CBR will be applied to the SMTP API as well.
    - Added MQ segmentation to add data plane API type id (#485) (fa554b3)

v1.23.0

25 Jun 10:39
v1.23.0
3142064
Compare
Choose a tag to compare

1.23.0 (2024-06-25)

Features

  • Ability to add optional location for each serviceRef when creating zone (#457) (3142064)

v1.22.3

24 Jun 10:48
v1.22.3
2e9cff1
Compare
Choose a tag to compare

1.22.3 (2024-06-24)

Bug Fixes

  • update required ibm provider version to >= 1.65.0, < 2.0.0 to ensure fix for known provider issue is included (#467) (2e9cff1)

v1.22.2

10 Jun 18:52
v1.22.2
f388f0c
Compare
Choose a tag to compare

1.22.2 (2024-06-10)

Bug Fixes

  • remove upper limit for required terraform version (#458) (f388f0c)

v1.22.1

28 May 07:59
v1.22.1
264dc92
Compare
Choose a tag to compare

1.22.1 (2024-05-28)

Bug Fixes

  • only allow private COS endpoint access for all services except VPC which will use direct endpoint (#453) (264dc92)

v1.22.0

02 May 14:04
v1.22.0
81fec02
Compare
Choose a tag to compare

1.22.0 (2024-05-02)

Features (#433) (81fec02)

  • New serviceRefs are added which now supports CBR-
    • "cloudantnosqldb" (Cloudant)
    • "globalcatalog-collection" (Catalog Management)
    • "sysdig-monitor" (IBM Cloud Monitoring)
    • "sysdig-secure" (Security and Compliance Center Workload Protection)
    • "toolchain".
  • "compliance" and "containers-kubernetes" serviceRefs now support restriction per location.

v1.21.0

02 May 13:11
v1.21.0
803c097
Compare
Choose a tag to compare

1.21.0 (2024-05-02)

Features

  • added latest service targets (#436) (803c097):

    • "IAM" (All IAM Account Management services)
    • "context-based-restrictions"
    • "globalcatalog-collection" (Catalog Management)
    • "logdna" (IBM Log Analysis)
    • "logdnaat" (IBM Cloud Activity Tracker)
    • "mqcloud" (MQ)
    • "sysdig-monitor" (IBM Cloud Monitoring)
    • "sysdig-secure" (Security and Compliance Center Workload Protection)

v1.20.1

28 Mar 19:33
v1.20.1
4098bd6
Compare
Choose a tag to compare

1.20.1 (2024-03-28)

Bug Fixes

  • updated multiservice example (#423)
    * This release fixes the multi-service-profile example with location update.
    * location variable of cbr-service-profile submodule is now required (no default) (4098bd6)

v1.20.0

18 Mar 13:05
v1.20.0
512a33b
Compare
Choose a tag to compare

1.20.0 (2024-03-18)

Features

  • create global 'deny' rule when more narrow scoped rules are created by the module (#396)
    * minimum required provider version is 1.62.0.
    * Ability to scope a rule per region.
    * Support for multiple attributes per rule for a service.
    * Remove public default context set to 1.1.1.1
    * 0 context rule for services by default, which will deny all requests made to a service. (Note: By default enforcement mode is set to report-only).
    * option create a global 'deny' rule for all the scoped rule for a service. By default it is set to true. (512a33b)

v1.19.1

27 Feb 20:24
v1.19.1
c62077d
Compare
Choose a tag to compare

1.19.1 (2024-02-27)

Bug Fixes

  • extend the required terraform version to < 1.7 (#407) (c62077d)