Releases: honeycombio/terraform-provider-honeycombio
Releases · honeycombio/terraform-provider-honeycombio
v0.13.0
NOTES:
The honeycombio_column
resource will now delete dataset columns on destroy. Deletes are a destructive and irreversible operation.
Prior to this release, column destroys were a 'noop' leaving the column untouched in the dataset.
ENHANCEMENTS:
- resource/honeycombio_column: delete column on destroy (#258)
HOUSEKEEPING:
- build(ci) - add repo name and link to Asana task (#257)
v0.12.0
NOTES:
honeycombio_column
resource's argumentkey_name
has been deprecated in favor ofname
and will be removed in a future release of the provider.honeycombio_column
no longer silently imports an existing column on create.
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)
- resource/honeycombio_column: no longer silently imports an existing column on create (#242)
- 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:
v0.11.2
v0.11.1
v0.11.0
v0.10.0
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:
v0.9.0
NOTES:
honeycombio_board
no longer requires specifyingdataset
for eachquery
object.dataset
has been marked deprecated.
FEATURES:
- the provider's configuration now respects the more standard
HONEYCOMB_API_KEY
in addition toHONEYCOMBIO_APIKEY
(#187, #208)
ENHANCEMENTS:
- resource/honeycombio_dataset: support for
description
andexpand_json_depth
arguments (#185) - resource/honeycombio_dataset: addition of
created_at
andlast_written_at
attributes (#204) - resource/honeycombio_column: addition of
created_at
,last_written_at
, andupdated_at
attributes (#198) - resource/honeycombio_board: environment-wide queries are now supported.
dataset
is no longer required as part of the boardquery
definition and has been marked deprecated. (#203)
BUGFIXES:
- docs: typos and corrections (#199, #206)
- resource/honeycombio_trigger: fix recipients ordering and potential infinite diff for pagerduty recipients (#202)
HOUSEKEEPING:
v0.8.0
NOTES:
- client: support for
zenoss
recipient type removed (#190)- this was never available at the Terraform resource level
honeycombio_recipient
will now fail if your query returns more than one recipient. Before it just picked the first one returned by the API.
FEATURES:
- New Resource:
honeycombio_email_recipient
(#186) - New Resource:
honeycombio_pagerduty_recipient
(#188) - New Resource:
honeycombio_slack_recipient
(#188) - New Resource:
honeycombio_webhook_recipient
(#188) - New Data Source:
honeycombio_recipients
(#188)
ENHANCEMENTS:
- client: error details from the API are now displayed in Terraform errors (#184)
- datasource/honeycombio_recipient: - now uses the Recpients API and can filter recipient types with an optional
detail_filter
(#188)dataset
is now ignored and marked as a deprecated argumenttarget
contines to work but is now deprecateddetail_filter
improves the experience of selecting the correct PagerDuty recipient you are looking for.
- resource/honeycombio_trigger and resource/honeycombio_burn_alert - notification severity can now be specified when a Trigger or a Burn Alert fires (#191)
BUGFIXES:
- docs: syntax and correctness updates (#176, #180)
- resource/honeycombio_trigger - correct Trigger query test schema (#177)
HOUSEKEEPING:
v0.7.0
NOTES:
honeycombio_trigger_recipient
data source has been deprecated in favour of the more generichoneycombio_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)