Skip to content

Releases: circonus-labs/terraform-provider-circonus

v0.11.3

28 Oct 19:02
c6443f3
Compare
Choose a tag to compare

CHANGES:

  • upgrade dependencies (go-apiclient,retryablehttp) to use Retry-After header on 429 API responses

v0.11.2

02 Sep 22:45
3f6fe91
Compare
Choose a tag to compare

FIXES:

  • add http check redirects attribute

CHANGES:

  • deprecate irc contact type

v0.11.1

05 Aug 19:30
Compare
Choose a tag to compare

FIXES:

  • use {{ .Tag }} in binary name to get v prefixed version in binary file name using {{ .Version }} resulted in x.y.z; using v{{ .Version }} resulted in vvx.y.z

v0.11.0

05 Aug 12:15
Compare
Choose a tag to compare

IMPROVEMENTS:

  • add NTP check support
  • add SMTP check support

v0.10.1

04 Aug 13:09
Compare
Choose a tag to compare
  • transfer repository to circonus-labs
  • add goreleaser configuration
  • initial build/release cycle