Releases: SumoLogic/terraform-provider-sumologic
Releases · SumoLogic/terraform-provider-sumologic
v2.22.1
2.22.1 (May 15, 2023)
FEATURES:
- resource/sumologic_slo: Added support for associating tags with an SLO
v2.22.0
2.22.0 (March 23, 2023)
FEATURES:
- resource/sumologic_monitor: Added support for creating SLO Monitors with multiple burn rates (GH-499)
- Add new optional
resolution_payload
field to connection resource and resolution_payload_override
field to notifications section of monitor resource (GH-482)
- New Resource: sumologic_local_file_source (GH-477)
BUG FIXES:
- Remove thresholdType field under searchSchedule in content resource (GH-483)
DEPRECATIONS:
- resource/sumologic_monitor: Deprecated
burn_rate_threshold
and time_range
in favor of burn_rate
inside slo_burn_rate_condition
block (GH-499)
v2.21.0
2.21.0 (February 27, 2023)
FEATURES:
- New Resource: sumologic_cse_first_seen_rule (GH-476)
- New Resource: sumologic_cse_automation (GH-467)
- Add new optional
min_data_points
field to metrics monitor trigger_conditions (GH-464)
- Added support to manage monitor based SLOs (GH-480)
BUG FIXES:
- Added validations to fail if no trigger conditions defined in monitor resource (GH-463)
- Fixed validation on connection name to match with UI/API (GH-478)
- Corrected SLO examples in the SLO terraform documentation (GH-481)
- Fixed Sumo help docs link in SLO documentation (GH-481)
v2.20.0
2.20.0 (December 15, 2022)
FEATURES:
- New Resource: sumologic_cse_custom_match_list_column (GH-462)
BUG FIXES:
- Fix typo on cse_match_list documentation (GH-461)
v2.19.2
2.19.2 (November 4, 2022)
ENHANCEMENTS:
- Suppress diffs for equivalent values of some time attributes. This should reduce output of
terraform plan
that didn't disappear after running terraform apply
. (GH-442)
- Add better validation and documentation for some time attributes (GH-443)
v2.19.1
2.19.1 (October 6, 2022)
FEATURES:
- Add new optional
resolution_window
field to resource/sumologic_monitor (GH-418)
BUG FIXES:
- CSE rules hard failing if passing tags with empty strings. (GH-445)
- Return error when unable to read collectors. (GH-446)
v2.19.0
2.19.0 (September 20, 2022)
FEATURES:
- New Resource: sumologic_cse_entity_normalization_configuration (GH-430)
ENHANCEMENTS:
- Updated maxdepth level for hierarchy resource (GH-433)
v2.18.2
2.18.2 (September 1, 2022)
BUG FIXES:
- Fix bug for validation for monitor name and description regex (GH-428)
v2.18.1
2.18.1 (August 31, 2022)
BUG FIXES:
- Fix compliance period validation for SLOs (GH-424)
- Adding validations for name, description and payload_override in monitors (GH-420)
v2.18.0
2.18.0 (August 8, 2022)
FEATURES:
- New Resource: sumologic_installed_collector (GH-182)
ENHANCEMENTS:
- Upgraded dependencies (GH-393)