This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Releases: terraform-ibm-modules/terraform-ibm-observability
Releases · terraform-ibm-modules/terraform-ibm-observability
v2.0.5
v2.0.4
v2.0.3
2.0.3 (2022-10-27)
Bug Fixes
- switch to the square bracket syntax when accessing items in list (see terraform_deprecated_index) (#95) (9de3df0)
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2022-08-05)
Bug Fixes
- pre-commit fixed outputs for previous name changes (ee8a456)
- pre-commit fixes for terraform_naming_convention (f7cc619)
- pre-commit fixes for terraform_required_providers (7ff2a6b)
- pre-commit fixes for terraform_unused_declarations (fdc7d21)
Features
- v2.0.0 restructure (42df076)
BREAKING CHANGES
- Most Terraform changes were benign in nature, such as formatting or file naming. However there were some resource names that were changed to pass linting checks. Because the names of resources were changed, applying this new version to existing resources may result in a destroy/create operation which could be seen as a breaking change.
terraform-ibm-observability v1.4.0
FEATURES:
- Re-architectured module directories to be inline with Type-1 module (https://github.com/terraform-ibm-modules/getting-started/blob/master/design_guidelines.md)
- Added root level module
terraform-ibm-observability v1.3.0
ENHANCEMENTS
- Added CRON scheduler to validate the modules periodically
- Added terratest files for activity tracker, sysdig monitoring and logdna instance creations
terraform-ibm-observability v1.2.0
Enhancements
- Added timeout block at module level (LogDNA, Sysdig monitor and Activity tracker)
- Added parameter block argument
- Added index check at output level
terraform-ibm-observability v1.0.1
- Added github action workflows
- Added pre-commit hooks and git ignore files