Skip to content

Releases: vmware/terraform-provider-wavefront

Fix typo in main page of documentation

01 Mar 22:31
64bb227
Compare
Choose a tag to compare

2.8.2 (March 1, 2021)

BUG FIXES:

  • Fix typo on main page of the Wavefront provider terraform documentation.

v2.8.1

01 Feb 16:36
95440ce
Compare
Choose a tag to compare

Release 2.8.1 (2021-02-01T16:28:26Z)

BUG FIXES:

  • Update documentation

v2.8.0

29 Jan 18:19
f5040b8
Compare
Choose a tag to compare

Release 2.8.0 (2021-01-29T18:03:19Z)

BUG FIXES:

  • Fix broken releases paage link in README.md
  • Fix broken make command in README.md

ENHANCEMENTS:

  • Support ingestion policies in service accounts

FEATURES:

  • New Resource: wavefront_ingestion_policy

v2.7.3

16 Dec 20:40
4256bcd
Compare
Choose a tag to compare

Release 2.7.3 (2020-12-16T20:05:50Z)

ENHANCEMENTS:

  • Support logarithmic charts in dashboards with the "base" attribute within the chart mapping.

v2.7.2

03 Dec 01:02
d859df2
Compare
Choose a tag to compare

Release 2.7.2 (2020-12-02T22:20:49Z)

BUG FIXES:

  • Send sparkline_decimal_precision for dashboards even if 0

ENHANCEMENTS:

  • Chart attributes can be set in both dashboard and dashboard json resources.

v2.7.1

27 Oct 16:29
cbab6e5
Compare
Choose a tag to compare

Release 2.7.1 (2020-10-26T21:53:03Z)

BUG FIXES:

  • Changes in alert severity no longer trigger a terraform update.

ENHANCEMENTS:

  • Now chart attributes in dashboards can be set.

v2.7.0

05 Oct 19:02
9364229
Compare
Choose a tag to compare

Release 2.7.0 (2020-10-05T18:49:44Z)

FEATURES:

  • New Resource: wavefront_external_link

v2.6.0

23 Sep 17:09
8b8c8a6
Compare
Choose a tag to compare

Release 2.6.0 (2020-09-23T16:25:10Z)

BUG FIXES:

  • When user changes external_id, destroy and re-create the AWS cloud integration resource rather than trying to change external_id in a PUT request.

FEATURES:

  • New Resource: wavefront_maintenance_window

v2.5.1

16 Sep 18:25
73a7d84
Compare
Choose a tag to compare

Release 2.5.1 (2020-09-16T17:51:05Z)

BUG FIXES:

  • fix resource_cloud_integration_cloudwatch so that it doesn't think the resource changed all the time because of missing external_id.

v2.5.0

10 Sep 17:55
c046091
Compare
Choose a tag to compare

Release 2.5.0 (September 10, 2020)

BUG FIXES:

  • wavefront_user resource fixed so that terraform doesn't try to constantly update the user groups field PR 4.
  • Code made to pass the golangci lint checker

ENHANCEMENTS:

  • Documentation changed to meet latest standards

FEATURES:

  • New Resource: wavefront_service_account