Skip to content

Releases: SumoLogic/terraform-provider-sumologic

v2.31.2

02 Aug 12:00
db8a0f8
Compare
Choose a tag to compare

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

02 Jul 08:23
73ab427
Compare
Choose a tag to compare

2.31.1 (July 2, 2024)

BUG FIXES:

  • Fix use_versioned_api default value discrepancy (GH-650)

v2.31.0

28 Jun 23:52
8d62e85
Compare
Choose a tag to compare

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

07 Jun 08:29
e83b643
Compare
Choose a tag to compare

2.30.1 (June 6, 2024)

BUG FIXES:

  • Corrected examples and removed dataType in the Fields terraform documentation (GH-648)

v2.30.0

21 May 11:50
67c9ee8
Compare
Choose a tag to compare

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

10 Apr 03:17
f4add7c
Compare
Choose a tag to compare

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

05 Mar 20:26
f963f74
Compare
Choose a tag to compare

2.28.3 (March 5, 2024)

BUG FIXES:

  • Update module dependencies to pick up security fixes. (GH-602)

v2.28.2

01 Feb 11:01
37add1d
Compare
Choose a tag to compare

2.28.2 (February 1, 2024)

BUG FIXES:

  • Uses the recently added API support for rule_ids for CSE Rule Tuning Expressions to fix the resource import functionality. (GH-612)

v2.28.1

20 Jan 01:43
d620fe6
Compare
Choose a tag to compare

2.28.1 (January 19, 2024)

ENHANCEMENTS:

  • Added support for dynamic_severity for the CSE Custom Insight. (GH-607)

BUG FIXES:

  • Minor fixes enabling proper resource import for CSE Rules (severity, severity_mapping, aggregation_functions). (GH-606)

v2.28.0

23 Nov 11:20
7a1a5bc
Compare
Choose a tag to compare

2.28.0 (November 23, 2023)

FEATURES:

  • resource/sumologic_monitor: Added support for setting time_zone at Monitor level for notifications content (GH-586)

BUG FIXES:

  • Fixes resource_sumologic_cse_match_list constant change when defining a match list containing a custom column using the custom columns name instead of ID (GH-591)