Skip to content

Releases: honeycombio/terraform-provider-honeycombio

v0.39.1

25 Aug 20:26
b629f93
Compare
Choose a tag to compare

BUGFIXES:

  • fix(r/query_annotation): handle empty description (#747)

HOUSEKEEPING:

  • maint(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#746)

v0.39.0

22 Aug 19:49
b216b29
Compare
Choose a tag to compare

ENHANCEMENTS:

  • feat(r/flexible_board): add support for text panels (#743)
  • fix(client): add missing source field to query annotations (#742)

HOUSEKEEPING:

  • maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.2 to 1.13.3 (#741)
  • chore(build): upgrade golangci-lint and tidy (#740)
  • chore(r/query_annotation): migrate to Plugin Framework (#744)

v0.38.1

15 Aug 20:24
8cd5376
Compare
Choose a tag to compare

BUGFIXES:

  • fix(docs): fix 'features block' formatting (#738)

v0.38.0

15 Aug 15:54
cce58fb
Compare
Choose a tag to compare

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 both r/column and r/dataset.
  • This release removes the long-deprecated key_name attribute from r/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

23 Jul 15:25
5978a9b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • feat(client): Accommodate the "dataset_slug" field in triggers (#720)

BUGFIXES:

  • fix(r/flexible_board): Remove height limit (#721)

v0.37.0

21 Jul 18:02
44eadfc
Compare
Choose a tag to compare

ENHANCEMENTS:

  • chore(tags): increase tag Value max length to 128 (#717)
  • feat(r/flexible_board): allow panel positions to be autogenerated (#716)

BUGFIXES:

  • chore(flexible-board): Fix typo in resource description (#712)

HOUSEKEEPING:

  • maint(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1 (#713)
  • maint(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#715)

v0.36.2

02 Jul 19:53
cfea194
Compare
Choose a tag to compare

BUGFIXES:

  • fix(r/trigger): validate threshold when baseline_details in use (#708)
  • fix(r/trigger): updating env-wide trigger causes apply error (#709)
  • fix(r/slo): SLO update causing resource replacement (#710)

v0.36.1

24 Jun 19:00
4f6a7da
Compare
Choose a tag to compare

BUGFIXES:

  • fix(tags): handle empty tags map (#705)
  • fix(r/flexible_board): avoid panic on read with index check (#706)

HOUSEKEEPING:

  • maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.1 to 1.13.2 (#700)
  • maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 (#703)

v0.36.0

06 Jun 16:31
9e16232
Compare
Choose a tag to compare

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)

v0.35.0

14 May 21:39
bfd22d7
Compare
Choose a tag to compare

ENHANCEMENTS:

HOUSEKEEPING:

  • maint(deps): bump slackapi/slack-github-action from 2.0.0 to 2.1.0 (#674)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.17.0 to 0.18.0 (#678)