Skip to content

Releases: terraform-ibm-modules/terraform-ibm-observability-instances

v3.1.0

17 Oct 16:24
v3.1.0
7cbc21e
Compare
Choose a tag to compare

3.1.0 (2024-10-17)

Features

  • added support to create and use s2s auth policy for ATracker to Event Streams service (#584) (7cbc21e)

v3.0.2

15 Oct 08:33
v3.0.2
fb320fd
Compare
Choose a tag to compare

3.0.2 (2024-10-15)

Bug Fixes

  • add wait/depends on for cos auth policy (#588) (fb320fd)

v3.0.1

10 Oct 10:54
v3.0.1
d1ed5cf
Compare
Choose a tag to compare

3.0.1 (2024-10-10)

Bug Fixes

  • updated the service_endpoints input of the cloud_monitoring submodule to only allow the value public-and-private. Previouslly it incorrectly allowed values of public and private however it is not possible to create public only or private only Cloud Monitoring instances (#583) (d1ed5cf)

v3.0.0

08 Oct 11:47
v3.0.0
6b88ba2
Compare
Choose a tag to compare

3.0.0 (2024-10-08)

Features

  • fully remove Log Analysis and Activity Tracker support (#582) (6b88ba2)

BREAKING CHANGES

  • Log Analysis and Activity Tracker support has been removed from this module since those services are deprecated and replace by IBM Cloud Logs and ATracker routes

v2.19.1

30 Sep 10:29
v2.19.1
4870caa
Compare
Choose a tag to compare

2.19.1 (2024-09-30)

Bug Fixes

v2.19.0

30 Sep 07:44
v2.19.0
db5a58f
Compare
Choose a tag to compare

2.19.0 (2024-09-30)

Features (#576) (db5a58f)

  • add support to enable platform logs with a boolean for cloud logs
  • The module no longer deploys the deprecated services Log Analysis or Activity Tracker by default
    • log_analysis_provision is now false by default
    • activity_tracker_provision is now false by default

v2.18.1

18 Sep 10:08
v2.18.1
84c1143
Compare
Choose a tag to compare

2.18.1 (2024-09-18)

Bug Fixes

  • update Cloud Monitoring service endpoint variable description (#572) (84c1143)

v2.18.0

15 Sep 18:49
v2.18.0
a65ec6d
Compare
Choose a tag to compare

2.18.0 (2024-09-15)

Features

  • added support to Cloud Logs module to create log routing teneants that targets the Cloud Logs instance created by the module. To manage platform logs that are generated by IBM Cloud® services in a region of IBM Cloud, you must create a tenant in each region that you operate. (#559) (a65ec6d)

v2.17.0

13 Sep 11:37
v2.17.0
0f9d68c
Compare
Choose a tag to compare

2.17.0 (2024-09-13)

Features

  • added support to create an IBM Cloud Logs atracker target.
    • Root level module has new input at_cloud_logs_targets. The new input in the activity_tracker submodule is called cloud_logs_targets
  • The following root level module variables have been renamed:
    - cos_targets -> at_cos_targets
    - eventstreams_targets -> at_eventstreams_targets
    - log_analysis_targets -> at_log_analysis_targets
  • source_id and source_name have been removed from the cloud_logs_existing_en_instances input variable (#558) (0f9d68c)

v2.16.0

13 Sep 06:29
v2.16.0
e687aa3
Compare
Choose a tag to compare

2.16.0 (2024-09-13)

Features

  • Add new outputs cloud_logs_ingress_endpoint and cloud_logs_ingress_private_endpoint for Cloud logs (#566) (e687aa3)