Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

64 lines (46 loc) · 3.82 KB

v1.1.4

  • build: add support for windows by [@paretl]

v1.1.3

  • resource monitor: fix getting timeout (by @kevincali)

v1.1.2

  • build: add support for darwin_arm64 by [@paretl]
  • go: upgrade to version 1.17 [@paretl]

v1.1.1

  • resource monitor: fix support for timeout by [@paretl]

v1.1.0

  • resource monitor: support for timeout by [@paretl]

v1.0.0

  • resource monitor: support for POST queries with http_method / post_type / post_value / post_content_type by [@paretl]
  • fix: release workflow by [@paretl]

v0.5.1

  • release: Removed the tar.gz release format to fix issue with tf registry

v0.5.0

  • resource monitor: support for importing alert_contact field (#77 by @louy)
  • resource monitor: support for http_auth_type (#75 by @jasonrogena)

v0.4.3

  • resource monitor: fix update suppport for recurrence and threshold in alert_contact (#67 by @drubin)

v0.4.2

v0.4.1

v0.4.0

v0.3.2

  • data source alert_contact: Allow default alert contact to be configured (#21 by @aequitas)
  • resource monitor: Handle nil value in alert contact (#28 by @louy)

v0.3.1

  • resource monitor: add support for custom_http_headers (#20 by @leeif)

v0.3.0

  • resource monitor: fix support for recurrence and threshold in alert_contact (#18 by @drubin)
  • make release builds more portable by adding the CGO_ENABLED=0 flag (#19 by @Novex)

v0.2.1

  • resource monitor: fix broken port monitor type (#17 by @louy)

v0.2.0

  • resource monitor: add support for interval attribute (#7 by @nhamlh)
  • resource monitor: remove ForceNew on url (#12 by @drubin)
  • various documentation updates (#8 and #10 by @drubin)

v0.1.1

  • Fix a bug in resourceMonitorUpdate (#5 by @nhamlh)
  • Fix a crash in resourceMonitorGet when the monitor doesn't exist (#6 by @louy)

v0.1.0

  • initial release (by @louy)