Skip to content

v1.5.0

Compare
Choose a tag to compare
@mirii1994 mirii1994 released this 29 Sep 08:41
· 44 commits to master since this release
9995c6f
  • v1.5
    • Update client version(v1.8).
    • sub_account:
      • Breaking changes:
        • Deprecated attribute utilization_settings. Use frequency_minutes and utilization_enabled instead.
      • Added attributes flexible and reserved_daily_gb.
      • Refactor tests.
      • Refactor code to use Terraform's retry.
    • endpoint:
      • Breaking changes:
        • Types naming.
      • New endpoints for OpsGenie, ServiceNow and Microsoft Teams.
      • Fix bug for body_template for custom type (#70).
      • Refactor tests.
      • Refactor code to use Terraform's retry.
    • alerts_v2:
      • Fix bug for filter_must,filter_must_not (#82)
      • Refactor tests.
      • Refactor code to use Terraform's retry.
    • drop_filter:
      • Improve tests.