Skip to content

Releases: circonus-labs/terraform-provider-circonus

v0.12.5

14 Dec 20:14
80b4920
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.8.0 to 2.10.0 by @dependabot in #85

Full Changelog: v0.12.4...v0.12.5

v0.12.4

30 Nov 21:54
Compare
Choose a tag to compare

What's Changed

  • CIRC-7240: Make acceptance tests configurable for other environments by @dhaifley in #82
  • fix mismatch in http contact types (not reading format field and norm… by @rileyberton in #83

v0.12.3

06 Oct 20:12
68786b3
Compare
Choose a tag to compare

CHANGES:

  • upd: deprecate tags on rule_set (they are just check tags, api ignores tags on rule_set objects)
  • upd: using over on rule_set REQUIRES all three attributes to be set

UPDATES:

  • upd: terraform-plugin-sdk v2.8.0
  • add: rule_set_group test
  • upd: use diagnostics instead of errors in several resources (ongoing updates)
  • upd: use *Context methods in several resources (ongoing updates)

v0.12.2

15 Sep 18:53
Compare
Choose a tag to compare

CHANGES:

  • fix: rule set group expression can be string or numeric,
    use interface for api, convert to string for state file

(incorporates changes from v0.12.1 -- unreleased)

v0.12.0

19 Mar 14:41
Compare
Choose a tag to compare

0.12.0 (March 19, 2021)

CHANGES:

  • upd: terraform-plugin-sdk v2 (Terraform v0.12.0+ required)

FIXES:

  • fix: regex for ruleset.metric_name, metric names can indeed have spaces

v0.11.8

05 Mar 14:09
Compare
Choose a tag to compare

FIXES:

  • fix spurious snmp diffs, test for snmp checks

CHANGES:

  • implement new ruleset.user_json field

v0.11.7

18 Feb 14:44
Compare
Choose a tag to compare

FIXES:

  • fix ruleset.parent regex to allow old form and new form

v0.11.6

16 Feb 23:02
Compare
Choose a tag to compare

CHANGES:

  • add support for eq_value and neq_value for numeric rulesets

v0.11.5

03 Feb 15:05
Compare
Choose a tag to compare

CHANGES:

  • add Name field to ruleset resource

FIXES:

  • resolve ruleset notify list ordering issue
  • deal with if.then.after == 0, deal with severity = 0 notify lists
  • spurious diffs in ruleset
  • fix clear ruleset rules (severity 0)
  • fixes for metric.caql whitespace causing spurious diffs
  • merge ntp test fixes from ntp_check branch
  • fix ruleset absence test with type switch since it can be string or number
  • fix graph test, make check name and graph name static across create/modification tests

v0.11.4

19 Nov 20:14
Compare
Choose a tag to compare

FIXES:

  • http check updating gets two configs in []interface{} list - the first is the valid updated config and the second is empty. This results in the check bundle Config being overwritten with blank values for each attribute, then the API complains about missing attributes.