Skip to content

Latest commit

 

History

History
121 lines (93 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

121 lines (93 loc) · 7.84 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.6.6 - 2023-06-06

Added

  • Support new private dashboards #ba48b60

v1.6.3 - 2022-10-26

Added

  • Support locked environment variables in Check and Group#186
  • Add new Dashboard fields #199

Changed

  • Remove guides from provider documentation #196
  • Add alternatives auth methods in documentation #191
  • Follow resource naming convention in examples #190

Fixed

  • Avoid using all escalation configuration when no required #202
  • Stop saving deprecated ssl_certificates property #193

v1.6.2 - 2022-08-02

Changed

Fixed

v1.6.1 - 2022-07-06

Changed

  • Make locations property from Group optional #2901337

Fixed

  • Fix PrivateLocation docs which were missing #d99105f

v1.6.0 - 2022-06-21

Added

  • Support Private Locations resources #164
  • Allow Checks/Groups use private locations #159

v1.5.0 - 2022-06-21

Added

  • Support for global Environment Variables #41
  • Implemented tfdocs for automatic docs generation #125

Changed

  • Remove unneeded required from PublicDashboard#121
  • Remove unneeded required from MaintenanceWindow#140
  • Improve CI and local tooling #130
  • Update TF SDK and refactor local build #124
  • Flag sslCertificates as deprecated #137
  • Migrate to new Terraform schema Importer #138
  • Allow set empty locations in checks within groups #98
  • Bump github.com/google/go-cmp to v0.5.8 #149
  • Bump github/codeql-action to v2 #148
  • Bump hashicorp/setup-terraform to v2 #146
  • Bump goreleaser/goreleaser-action to v3 #154
  • Bump actions/setup-go to v3 #154
  • Bump github.com/gruntwork-io/terratest to v0.40.17 #169
  • Bump actions/checkout to v3 #132
  • Bump github.com/checkly/checkly-go-sdk to v1.5.7 #134
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 to v2.12.0 #135

v1.4.3 - 2022-03-09

Changed

  • Use generic provider descriptions in docs #e7bb925

v1.4.2 - 2022-03-02

Added

  • Add CHECKLY_API_SOURCE env variable #120

v1.4.1 - 2022-02-08

Changed

  • Migrate project test cases to User API Keys #b35d8a7

v1.4.0 - 2022-01-28

Added

  • Support for Command Line Triggers #87
  • Add Public API source HTTP header #110
  • Allow skip ssl validation to api checks #112

Changed

  • Made check/group locations property optional #103
  • Rename default branch to main #99
  • Improve User API Keys docs #95

v1.3.0 - 2021-11-10

Added

  • Support for Public Dashboards #81
  • Support for Maintenance Windows #83
  • Support for User API Keys #88

v1.2.1 - 2021-10-19

Changed

  • Fix optional and required values in webhooks alert channels #82

v1.2.0 - 2021-07-14

Added

  • Support for versioned runtimes #31.
  • Support for PagerDuty alert channels integration #53.

v1.1.0 - 2021-05-28

Added

  • Support for API high frequency checks #68.
  • Add setupSnippetId and teardownSnippetID to check_group resource #69.

v1.0.0 - 2021-04-09

Added

  • Apple Silicon support is now added. The Terraform provider now also has darwin_arm64 binaries

Changed

  • [🚨 BREAKING CHANGE] The default behavior of assigning all alert channels to checks and check groups is now removed. You can add alerts to your checks and check groups using the alert_channel_subscription
  • Support for go1.16