Skip to content

Releases: terraform-ibm-modules/terraform-ibm-event-notifications

v2.3.8

30 May 15:00
v2.3.8
56dcb61
Compare
Choose a tag to compare

2.3.8 (2025-05-30)

Bug Fixes

  • fix typo in catalog manifest around default flavor in addons config (#468) (56dcb61)

v2.3.7

26 May 03:43
v2.3.7
ea5144f
Compare
Choose a tag to compare

2.3.7 (2025-05-26)

Bug Fixes

v2.3.6

25 May 19:05
v2.3.6
7e9defc
Compare
Choose a tag to compare

2.3.6 (2025-05-25)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/cos/ibm to v9 (#462) (7e9defc)

v2.3.5

25 May 11:12
v2.3.5
361eaff
Compare
Choose a tag to compare

2.3.5 (2025-05-25)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/cloud-monitoring/ibm to v1.2.12 (#464) (361eaff)

v2.3.4

25 May 03:45
v2.3.4
6363b5b
Compare
Choose a tag to compare

2.3.4 (2025-05-25)

Bug Fixes

v2.3.3

24 May 07:13
v2.3.3
bd97de4
Compare
Choose a tag to compare

2.3.3 (2025-05-24)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#461) (bd97de4)

v2.3.2

23 May 17:17
v2.3.2
1342abc
Compare
Choose a tag to compare

2.3.2 (2025-05-23)

Bug Fixes

  • fix the wording for Observability add-on descrption (#459) (1342abc)

v2.3.1

23 May 15:19
v2.3.1
da76c01
Compare
Choose a tag to compare

2.3.1 (2025-05-23)

Bug Fixes

  • update the COS dependancy version to v9.0.2 in the DA (#458) (da76c01)

v2.3.0

22 May 13:57
v2.3.0
02122e4
Compare
Choose a tag to compare

2.3.0 (2025-05-22)

Features

v2.2.7

19 May 17:54
v2.2.7
7f06510
Compare
Choose a tag to compare

2.2.7 (2025-05-19)

(#457) (7f06510)

Bug Fixes

  • fixed bug in DA that was producing the following error:
    │ Error: Invalid index
    │ 
    │   on main.tf line 55, in locals:
    │   55:   cos_kms_key_crn = var.existing_event_notifications_instance_crn != null ? null : var.existing_kms_root_key_crn != null ? var.existing_kms_root_key_crn : module.kms[0].keys[format("%s.%s", local.en_key_ring_name, local.cos_key_name)].crn
    │     ├────────────────
    │     │ module.kms is empty tuple
    │ 
    │ The given key does not identify an element in this collection value: the collection has no elements.
    ╵