Releases: SumoLogic/terraform-provider-sumologic
Releases · SumoLogic/terraform-provider-sumologic
v2.31.5
ENHANCEMENTS:
- Added index_id attribute to sumologic_scheduled_view. (GH-691)
- Added support for configuring sumologic_data_forwarding_rule for sumologic_scheduled_view. (GH-691)
BUG FIXES:
- Fix analytics_tier case sensitivity in resource_sumologic_partition (GH-692)
- Remove regex match in resource_sumologic_log_search (GH-693)
v2.31.4
ENHANCEMENTS:
- New Resource: sumologic_data_forwarding_destination (GH-678)
- New Resource: sumologic_data_forwarding_rule (GH-688)
v2.31.3
ENHANCEMENTS:
- Add time source and parse mode to dashboard search panel query (GH-679)
v2.31.2
2.31.2 (August 2, 2024)
ENHANCEMENTS:
- Add IsIncludedInDefaultSearch field to partition resource (GH-674)
BUG FIXES:
- Fix cse_log_mappings resource conversion affecting import (GH-675)
v2.31.1
2.31.1 (July 2, 2024)
BUG FIXES:
- Fix use_versioned_api default value discrepancy (GH-650)
v2.31.0
2.31.0 (June 28, 2024)
ENHANCEMENTS:
- Add support for AnomalyLogCondition to Monitor resource (GH-653)
BUG FIXES:
- Upgrade GoLang to handle new module versions and prevent future CVE (GH-666)
- Upgrade GoLang modules (x/net, protobuf, go-retryablehttp, go-getter) to address CVE (GH-667)
v2.30.1
2.30.1 (June 6, 2024)
BUG FIXES:
- Corrected examples and removed dataType in the Fields terraform documentation (GH-648)
v2.30.0
2.30.0 (May 21, 2024)
FEATURES:
- resource/sumologic_muting_schedule: Added support for Muting Schedule for an alert group (GH-601)
- New Resource: sumologic_role_v2 (GH-651)
- New Data Source: sumologic_role_v2 (GH-651)
- New Resource: sumologic_azure_event_hub_log_source (GH-626)
v2.29.0
2.29.0 (April 9, 2024)
FEATURES:
- Added support for signal suppression window size in CSE Rules. (GH-641)
ENHANCEMENTS:
- Added support for custom window sizes for the CSE Rules (Aggregation, Chain, Threshold). (GH-623)
BUG FIXES:
- Fix error while importing monitor having timeZone as
null
in the Email notification object. (GH-637)
- Fix perpetual diff in Extraction Rules by normalizing the parse expression.
- Fix
resource_sumologic_cse_match_list
timing out when updating match list items (GH-640)
v2.28.3
2.28.3 (March 5, 2024)
BUG FIXES:
- Update module dependencies to pick up security fixes. (GH-602)