Skip to content

Releases: lightstep/terraform-provider-lightstep

v1.70.3

04 Oct 18:51
d389871
Compare
Choose a tag to compare
Alerting rules in a metric_condition should be of type set (#97)

Alerting rules in a metric_condition should be of type set because order returned from the server is non-deterministic. This has been tested to be a non-breaking change.

v1.62.1

04 Oct 15:26
d389871
Compare
Choose a tag to compare
Alerting rules in a metric_condition should be of type set (#97)

Alerting rules in a metric_condition should be of type set because order returned from the server is non-deterministic. This has been tested to be a non-breaking change.

v1.62.0

01 Sep 19:43
cf6f768
Compare
Choose a tag to compare
Update go version in attempt to fix github action error (#96)

* Update go version

* Update go version in pr action

v1.61.2

15 Jun 20:50
Compare
Choose a tag to compare
bump version: v1.61.2

v1.61.1

14 Jun 17:25
c039330
Compare
Choose a tag to compare
Update heatmap latency_percentile behavior

v1.61.0

08 Jun 23:06
4be6ee7
Compare
Choose a tag to compare
Update doc generation with templates and checked via github actions (…

v1.60.7

08 Jun 17:31
fe6d471
Compare
Choose a tag to compare
Include heatmap in display type validation

v1.60.6

23 May 15:45
6705a1b
Compare
Choose a tag to compare
Change valid timeseries_operator to include 'avg' instead of 'mean' (…

v1.60.5

17 May 23:43
Compare
Choose a tag to compare

CHANGES

  • Allows non-equality operands to be set on dashboards and metric conditions (see filter property). #80
  • Adds additional renotify intervals for alerts (7d, 14d) #79

v1.60.4

11 May 19:53
267bc60
Compare
Choose a tag to compare

FIXES

  • Addresses issue where a non-normalized stream query expression causes streams to be re-created.