Releases: honeycombio/terraform-provider-honeycombio
Releases · honeycombio/terraform-provider-honeycombio
v0.39.1
v0.39.0
v0.38.1
v0.38.0
NOTES:
- This release introduces provider-level Feature Toggles which were heavily influenced by the Azure Provider.
The first two toggles allow users to opt-in to the previous "import on conflict" behavior of bothr/column
andr/dataset
. - This release removes the long-deprecated
key_name
attribute fromr/column
.
ENHANCEMENTS:
- fix(client): add missing Dataset field to QueryPanel (#724)
- feat(features): add features support with column import override (#731)
- feat(r/dataset): add import_on_conflict feature (#732)
HOUSEKEEPING:
- chore(r/column): migrate to Plugin Framework (#730)
- maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 (#727)
- maint(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 (#728)
- maint(deps): bump actions/checkout from 4 to 5 (#729)
- maint(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#734)
- chore(build): bump Go to 1.24 (#735)
- chore(docs,dataset): add note about feature toggle to r/dataset docs (#736)
v0.37.1
v0.37.0
v0.36.2
v0.36.1
v0.36.0
NOTES: this release contains support for tagging Flexible Boards, however at the time of release the Honeycomb UI is still missing tagging support for Boards.
This was done to allow users to begin tag all three of the initial resources supporting tags (SLOs, Triggers, Boards).
ENHANCEMENTS:
- feat(r/trigger): add support for tags on triggers (#683)
- feat(r/trigger): add support for env-wide triggers (#687)
- chore(client): add limit and disable series to query result request (#695)
- feat(r/flexible_board): add support for tags on Boards (#694)
- chore(docs): clarify that dataset and datasets field of slos expect slugs (#693)
- feat: Enhance
detail_filter
support for multi-value and multi-filter (#689)
BUGFIXES:
- fix(ci): cleanup burn alert and trigger recipient creation (#688)
- fix(r/flexible_board): incorrect "prefer_overlaid_charts" field name in docs (#690)
- fix(client): use proper format for Retry-After fallback (#686)
HOUSEKEEPING:
- maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.14.1 to 1.15.0 (#680)
- maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.26.0 to 0.27.0 (#680)
- maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.18.0 to 0.19.0 (#680)
- maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 (#680)
- maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0 (#680)
- chore(r/slo): migrate SLO resource to Plugin Framework (#682)
- maint(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#696)
- chore: remove existing .env file and create .env.example template (#691)
- docs: Deprecate board resource in favour of flexible_board (#681)