Skip to content

Commit

Permalink
Stage 0.10.0 release (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Aug 16, 2022
1 parent 3babb54 commit 25bbad6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.10.0 (Aug 16, 2022)

ENHANCEMENTS:

* resource/honeycombio_board: support for `column_layout` (single vs multi) (#210)
* resource/honeycombio_board: board queries' graph settings (Omit Missing Values, Use UTC X-Axis, et cetera) are now configurable via the optional `graph_settings` block (#211)

BUGFIXES:

* resource/honeycombio_pagerduty_recipient: `integration_key` is now marked "sensitive" (#213)

HOUSEKEEPING:

* Go upgraded from 1.17.13 to 1.18.5 (#215)
* terraform-plugin-sdk upgraded from 2.20.0 to 2.21.0 (#214)

# 0.9.0 (Aug 10, 2022)

NOTES:
Expand All @@ -11,7 +27,7 @@ FEATURES:
ENHANCEMENTS:

* resource/honeycombio_dataset: support for `description` and `expand_json_depth` arguments (#185)
* resource/honeycombio_dataset: addition of `created_at` and `last_wrriten_at` attributes (#204)
* resource/honeycombio_dataset: addition of `created_at` and `last_written_at` attributes (#204)
* resource/honeycombio_column: addition of `created_at`, `last_written_at`, and `updated_at` attributes (#198)
* resource/honeycombio_board: environment-wide queries are now supported. `dataset` is no longer required as part of the board `query` definition and has been marked deprecated. (#203)

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.9.0"
version = "~> 0.10.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.9.0"
version = "~> 0.10.0"
}
}
}
Expand Down

0 comments on commit 25bbad6

Please sign in to comment.