Skip to content

Releases: SumoLogic/terraform-provider-sumologic

v2.22.1

16 May 01:55
925e07a
Compare
Choose a tag to compare

2.22.1 (May 15, 2023)

FEATURES:

  • resource/sumologic_slo: Added support for associating tags with an SLO

v2.22.0

24 Mar 03:09
Compare
Choose a tag to compare

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

28 Feb 00:45
c838185
Compare
Choose a tag to compare

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

16 Dec 02:54
Compare
Choose a tag to compare

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

04 Nov 22:52
73621e9
Compare
Choose a tag to compare

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

07 Oct 02:14
76f189e
Compare
Choose a tag to compare

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

21 Sep 00:10
1fa2064
Compare
Choose a tag to compare

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

01 Sep 18:27
2828bc9
Compare
Choose a tag to compare

2.18.2 (September 1, 2022)

BUG FIXES:

  • Fix bug for validation for monitor name and description regex (GH-428)

v2.18.1

31 Aug 21:18
72a69bb
Compare
Choose a tag to compare

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

08 Aug 21:28
bc6b313
Compare
Choose a tag to compare

2.18.0 (August 8, 2022)

FEATURES:

  • New Resource: sumologic_installed_collector (GH-182)

ENHANCEMENTS:

  • Upgraded dependencies (GH-393)