Skip to content

Releases: lightstep/terraform-provider-lightstep

v1.60.3

18 Apr 17:14
Compare
Choose a tag to compare

CHANGES

  • Adds support for new webhook field (pre-release).
  • Deprecates lightstep_stream_dashboard.

v1.60.2

09 Mar 17:44
303eaf7
Compare
Choose a tag to compare

FEATURES

  • Allow API key to be set as a provider variable (credit: @dmathieu)
  • Documentation updates

v1.60.1

23 Feb 19:10
Compare
Choose a tag to compare

FIXES

  • Increases timeout to 60s
  • Addresses issue where creating charts with ranks that do not correspond to their order cause superfluous diffs.

v1.60.0

10 Feb 18:54
5e213c0
Compare
Choose a tag to compare
Add support for an additional chart query type (#72)

* add support for spans query

* update tests to run on any environment

* rename from spans_query to spans block

* fix tflint errors

* add exporter support

* embed version number in releaser

* bump version

v1.51.6

04 Feb 17:33
Compare
Choose a tag to compare

FIXES

  • Increases HTTP client side timeout to allow creation of very large dashboards

v1.51.5

03 Feb 19:01
Compare
Choose a tag to compare

FIXES

  • Fixes fatal error when creating streams in certain conditions (#70)

v1.54.4

02 Feb 21:15
Compare
Choose a tag to compare
bump version to v1.54.4

v1.51.4

02 Feb 21:32
Compare
Choose a tag to compare

FIXES

  • Fix for fatal error under certain API conditions where the response object is nil (#68)

v1.51.3

02 Feb 00:41
8711900
Compare
Choose a tag to compare

FIXES

  • Graceful failure on stream API error (#67)
  • Increase client-side API rate limit (#66)

v1.51.2

27 Jan 21:31
f7e09d4
Compare
Choose a tag to compare

Version 1.5.2

FEATURES

  • Adds support for big_number charts
  • Adds User-Agent header to Lightstep API requests

FIXES

  • Fixes 500 errors from the Lightstep API when creating too many resources concurrently