-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ignacio Anaya
committed
Jun 2, 2021
1 parent
54afece
commit cbc89df
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.2.0-rc1] - 2021-06-02 | ||
### Added | ||
- Support for PagerDuty alert channels integration [#53](https://github.com/checkly/terraform-provider-checkly/issues/53). | ||
|
||
### Changed | ||
N/A | ||
|
||
### Removed | ||
N/A | ||
|
||
## [1.1.0] - 2021-05-28 | ||
### Added | ||
- Support for API high frequency checks [#68](https://github.com/checkly/terraform-provider-checkly/issues/68). | ||
- Add `setupSnippetId` and `teardownSnippetID` to `check_group` resource [#69](https://github.com/checkly/terraform-provider-checkly/issues/69). | ||
|
||
### Changed | ||
N/A | ||
|
||
### Removed | ||
N/A | ||
|
||
## [1.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 | ||
|
||
### Removed | ||
N/A |