Skip to content

Releases: splunk-terraform/terraform-provider-signalfx

v6.2.0

07 Dec 23:56
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/single_value_chart: Added timezone argument to set Calendar Window Time Zone in the chart.

v6.1.0

06 Nov 21:14
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/list_chart: Added hideMissingValues argument to show or hide missing values in the chart.

v6.0.0

26 Oct 14:38
e0fc55f
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/detector: Added back old method for setting teams.
  • resource/dashboard_group: Added back old method for setting teams.

BREAKING CHANGES:

  • resource/team: Removed short-lived method of setting detectors and dashboard_groups on team object.

v5.0.2

26 Oct 14:39
936aec9
Compare
Choose a tag to compare

BUGFIXES:

  • provider: Fix nil panic due to nil user in configuration method (#260

v5.0.1

23 Sep 15:51
Compare
Choose a tag to compare

BUGFIXES:

  • resource/dashboard_group: The field import_qualifiers would not resolve to a clean plan if the dashboard group had an entry like:

    "importQualifiers" : [ {
      "filters" : [ ],
      "metric" : ""
    } ]

    With this change the plan will at least be clean when the empty resource is included in tf:

    import_qualifiers {
    }
    

    This can be removed by sending a manual API request to update the dashboard group by setting importQualifiers: []. However if you modify the dashboard group in the UI the empty importQualifiers entry will return.

v5.0.0

11 Sep 15:57
dfe3b83
Compare
Choose a tag to compare

5.0.0 (September 10, 2020)

BREAKING CHANGES:

  • resource/dashboard_group: The field teams have been removed, please use the team resource's dashboard_groups argument. #244
  • resource/detector: The field teams has been removed, please use the team resource's detectors argument. #244

IMPROVEMENTS:

  • resource/team: The new arguments detectors and dashboard_groups have been added. #244

v4.26.4

11 Aug 17:53
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/dashboard: Document authorized_writer_teams and authorized_writer_users options. #239
  • provider: User-Agent has been reverted back to the older, more information version. #240

v4.26.3

10 Aug 16:33
bb70074
Compare
Choose a tag to compare

BUGFIXES:

  • resources/detector: Only "set" a start/end time when there isn't a time range. Fixes conflicting options on import of detectors. #238

v4.26.2

10 Aug 16:14
db525f1
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Bump Terraform SDK to v1.15.0. #237

v4.26.1

07 Aug 14:39
Compare
Choose a tag to compare

BUGFIXES:

  • provider: Removing a description from a chart now properly unsets that description, fixing unclean plans. #236