Releases: terraform-ibm-modules/terraform-ibm-event-notifications
Releases · terraform-ibm-modules/terraform-ibm-event-notifications
v2.2.0
2.2.0 (2025-05-13)
Features
- The value of
service_endpoints
now defaults to "private" (was previously "public-and-private"). This means when updating to this version from a previous version, the instance will be updated in place and public endpoint access will be removed. If public access is still required, ensure to explicitly set thre service_endpoints
to either "public" or "public-and-private" (#449) (fdb5b5f)
v2.1.0
2.1.0 (2025-05-13)
Features
- added support to specify the exact IBM Cloud Monitoring instance to monitoring the Object Storage bucket when enabling failed events in the DA using new input
existing_monitoring_crn
(#446) (b53fc14)
EN Addon Migration
migration_v3
Merge branch 'main' of github.com:terraform-ibm-modules/terraform-ibm…
v2.0.2
2.0.2 (2025-05-12)
Bug Fixes
v2.0.1
2.0.1 (2025-05-10)
Bug Fixes
- added support for all region that the service supports (#440) (0e206b7)
v2.0.0
2.0.0 (2025-05-08)
Features
- full refactor of the DA. It now has 2 variations
Fully configurable
and Security-enforced
(#395) (27121e7)
BREAKING CHANGES
- There is no upgrade path from the legacy
standard
variation to the new Fully configurable
or Security-enforced
variations
v1.20.1
1.20.1 (2025-05-06)
Bug Fixes
- deps: update required_provider to latest for the deployable architecture solution (#439) (80bdbee)
v1.20.0
1.20.0 (2025-05-01)
Features
- improved user experience for validating input variable values
- updated required terraform to be >= 1.9.0
(#419) (72f7274)