Skip to content

Commit

Permalink
stage 0.17.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Sep 19, 2023
1 parent 1ee8e41 commit e7029e0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.17.0 (Sep 19, 2023)

ENHANCEMENTS:

* resources/honeycombio_board: deprecate list-style Boards (#365)

BUGFIXES:

* datasource/honeycombio_auth_metadata: doc fix (#361)
* fix Marker client test flake (#363)
* queryspec Orders equivalency (#366)

HOUSEKEEPING:

* build(deps): Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 (#352)
* build: bump Golang to 1.20 (#359)
* build(deps): upgrade all libraries to protocol version 5.4 and 6.4 (#360)
* build(deps): Bump crazy-max/ghaction-import-gpg from 5 to 6 (#362)
* build(deps): Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#364)

# 0.16.0 (Sep 6, 2023)

NOTES: this release includes a complete rewrite of the `honeycombio_burn_alert` resource: migrating it from the Terraform Plugin SDKv2 to the new Plugin Framework.
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.16.0"
version = "~> 0.17.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.16.0"
version = "~> 0.17.0"
}
}
}
Expand Down

0 comments on commit e7029e0

Please sign in to comment.