Skip to content

Commit

Permalink
Merge pull request #174 from honeycombio/jharley.prep-070
Browse files Browse the repository at this point in the history
Stage 0.7.0
  • Loading branch information
jharley authored Jun 2, 2022
2 parents ca052f3 + 3209798 commit e6f0bad
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 0.7.0 (Jun 2, 2022)

NOTES:

* `honeycombio_trigger_recipient` data source has been deprecated in favour of the more generic `honeycombio_recipient`.
The deprecated data source will be removed in a future release.

FEATURES:

* *New Resource*: `honeycombio_slo` (#166)
* *New Resource*: `honeycombio_burn_alert` (#166)
* *New Data Source*: `honeycombio_recipient` (#166)

ENHANCEMENTS:

* resource/honeycombio_trigger: add `alert_type` argument (#159)
* docs: fixes and additional examples (#167, #169)

BREAKING CHANGES:

* `honeycombio_query_result` now takes the Query Specification JSON directly (#165)

HOUSEKEEPING:

* terraform-plugin-sdk upgraded from 2.15.0 to 2.16.0 (#164)

# 0.6.0 (May 9, 2022)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.6.0"
version = "~> 0.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.6.0"
version = "~> 0.7.0"
}
}
}
Expand Down

0 comments on commit e6f0bad

Please sign in to comment.