Skip to content

Commit

Permalink
stage v0.12.0 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Dec 16, 2022
1 parent 37bd90c commit 9f15472
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 0.12.0 (Dec 16, 2022)

NOTES:

* `honeycombio_column` resource's argument `key_name` has been deprecated in favor of `name` and will be removed in a future release of the provider.

ENHANCEMENTS:

* *New Resource*: `honeycombio_dataset_definitions` (#217)
* resource/honeycombio_column: deprecate 'key_name' in favor of 'name' (#242)
* resource/honeycombio_board: add new 'board_url' attribute (#254)

BUGFIXES:

* datasource/honeycombio_recipient: fix bug where only supplying 'type' would error (#240)
* docs: fix 'recipients' misspellings (#246)
* docs: remove deprecated 'dataset' from simple board example (#249)
* resource/honeycombio_board: fix panic on board graph settings parsing (#250)
* docs: fix 'README' markdown rendering (#253)

HOUSEKEEPING:

* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 (#239)
* add missing OSS Lifecycle badge (#243)
* build(ci): send GitHub issues and PRs to Asana (#244, #251)
* build(deps): Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#252)

# 0.11.2 (Nov 7, 2022)

BUGFIXES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.11.2"
version = "~> 0.12.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.11.2"
version = "~> 0.12.0"
}
}
}
Expand Down

0 comments on commit 9f15472

Please sign in to comment.