Skip to content

Releases: honeycombio/terraform-provider-honeycombio

v0.40.1

05 Sep 20:40
881fde4
Compare
Choose a tag to compare

BUGFIXES:

  • fix(r/query_specification): handle validation with dynamic blocks (#754)

v0.40.0

05 Sep 18:45
b86ba68
Compare
Choose a tag to compare

ENHANCEMENTS:

  • feat(r/flexible_board): add panel type consistency validation (#749)
  • feat(d/query_specification): add support for compare_time_offset seconds (#751)

HOUSEKEEPING:

  • maint(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#750)
  • maint(deps): bump actions/setup-go from 5 to 6 (#752)

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)