Skip to content

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

v1.18.1

15 Jan 15:17
v1.18.1
923b656

Choose a tag to compare

1.18.1 (2024-01-15)

Bug Fixes

  • fix bug that would occur on rollout status script when using different value for agent name (#274) (923b656)

v1.18.0

15 Jan 11:00
ed52f44

Choose a tag to compare

1.18.0 (2024-01-15)

Features (#268) (ed52f44)

  • Added an initContainer which sets the permissions on /var/lib/logdna which are required for the agent container to use the database which is required to enable the loopback feature.

  • Set both containers to imagePullPolicy: IfNotPresent as when set to Always it can prevent a pod from starting if the image registry can not be reached.

  • The following new variables are available for extra customisation: cloud_monitoring_agent_tolerations, cloud_monitoring_agent_namespace, cloud_monitoring_agent_name, cloud_monitoring_secret_name, log_analysis_agent_tolerations, log_analysis_agent_namespace, log_analysis_agent_name, log_analysis_secret_name

  • The following variables have been removed: log_analysis_instance_name, log_analysis_resource_group_id, cloud_monitoring_instance_name, cloud_monitoring_resource_group_id and have been replaced by log_analysis_endpoint_type, log_analysis_instance_region, cloud_monitoring_endpoint_type and cloud_monitoring_instance_region. This means that the instance no longer has to exist in the same account where the cluster agents are being installed. Below you can see how to migrate from a previous version to this version, keeping the same config:

    module "observability_agents" {
      source                             = "terraform-ibm-modules/observability-agents/ibm"
      version                            = "1.18.0"
      cluster_id                         = "cmn4fghu0egbk0hvu8o0"
      cluster_resource_group_id          = "07b6e588788a4631841e3fg5d0345dct"
    #  log_analysis_instance_name         = "my-instance-name"  # removed in 1.18.0
    #  log_analysis_resource_group_id     = "7ff5bf6c85cd6f86bef456280f341d5g"  # removed in 1.18.0
      log_analysis_ingestion_key         = "XXX"
      log_analysis_instance_region       = "us-south"  # added in 1.18.0
      log_analysis_endpoint_type         = "private"  # added in 1.18.0 (defaults to private if not set)
    #  cloud_monitoring_instance_name     = "my-instance-name"  # removed in 1.18.0
    #  cloud_monitoring_resource_group_id = "0cd01df7b0d47896bbccc426ef7442fch"  # removed in 1.18.0
      cloud_monitoring_access_key        = "XXX"
      cloud_monitoring_instance_region   = "us-south"  # added in 1.18.0
      cloud_monitoring_endpoint_type     = "private"  # added in 1.18.0 (defaults to private if not set)
    }
    

v1.17.2

30 Dec 00:07
v1.17.2
744f204

Choose a tag to compare

1.17.2 (2023-12-30)

Bug Fixes

  • deps: update icr.io/ext/logdna-agent docker tag to v3.9.1-20231225.fb0af936e8df898f (#261) (744f204)

v1.17.1

23 Dec 10:22
v1.17.1
48b675a

Choose a tag to compare

1.17.1 (2023-12-23)

Bug Fixes

  • deps: update icr.io/ext/logdna-agent docker tag to v3.9.1-20231218.5a9efae1b875efa8 (#257) (48b675a)

v1.17.0

23 Dec 02:23
v1.17.0
69310d5

Choose a tag to compare

1.17.0 (2023-12-23)

Features

  • deps: update icr.io/ext/sysdig/agent docker tag to v12.19.0 (#258) (69310d5)

v1.16.0

19 Dec 09:52
41f7ee8

Choose a tag to compare

1.16.0 (2023-12-19)

Features

  • All variables that started with logdna_ have been renamed to start with log_analysis_. (#237) (41f7ee8)
  • All variables that started with sysdig_ have been renamed to start with cloud_monitoring_. (#237) (41f7ee8)

v1.15.3

16 Dec 07:17
v1.15.3
166426d

Choose a tag to compare

1.15.3 (2023-12-16)

Bug Fixes

  • deps: update icr.io/ext/logdna-agent docker tag to v3.9.1-20231214.d51836ef681843f3 (#252) (166426d)

v1.15.2

14 Dec 12:37
v1.15.2
aff0987

Choose a tag to compare

1.15.2 (2023-12-14)

Bug Fixes

  • deps: update icr.io/ext/logdna-agent docker tag to v3.9.0-20231211.fe6d770d2b194a59 (#249) (aff0987)

v1.15.1

09 Dec 07:37
v1.15.1
e4eea2b

Choose a tag to compare

1.15.1 (2023-12-09)

Bug Fixes

  • deps: update icr.io/ext/logdna-agent docker tag to v3.9.0-20231204.f89f0d6c94267329 (#242) (e4eea2b)

v1.15.0

01 Dec 20:14
v1.15.0
2aee2f5

Choose a tag to compare

1.15.0 (2023-12-01)

Features

  • deps: update icr.io/ext/sysdig/agent docker tag to v12.18.0 (#236) (2aee2f5)