Skip to content

Releases: honeycombio/terraform-provider-honeycombio

v0.43.0

25 Nov 22:55
20cfb16

Choose a tag to compare

NOTES:

  • This release removes the long-deprecated classic boards from r/boards.

ENHANCEMENTS:

  • feat(derived-columns): Infix notation support (#779)

HOUSEKEEPING:

  • maint(deps): bump actions/checkout from 5 to 6 (#784)
  • maint(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#785)
  • maint(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#783)
  • maint(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#778)
  • maint(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 (#782)

v0.42.0

10 Oct 19:39
3449501

Choose a tag to compare

BUGFIXES:

  • fix(triggers): allow two trigger calculations if one is a having (#772)
  • fix(triggers): Trigger Duration/Frequency error message (#770)

HOUSEKEEPING:

  • maint(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 (#771)
  • maint(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 (#769)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.18.0 to 0.19.0 in the hashicorp group (#768)

v0.41.0

01 Oct 22:20
59c062f

Choose a tag to compare

ENHANCEMENTS:

  • feat(r/query_annotation): add import support (#759)

BUGFIXES:

  • fix(d/query_specification): Allow wider granularity range (#762)

HOUSEKEEPING:

  • maint(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 (#758)
  • maint(deps): bump the hashicorp group with 4 updates (#761)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.0 to 2.38.1 in the hashicorp group (#763)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.16.0 to 1.16.1 in the hashicorp group (#766)

v0.40.1

05 Sep 20:40
881fde4

Choose a tag to compare

BUGFIXES:

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

v0.40.0

05 Sep 18:45
b86ba68

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

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

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

Choose a tag to compare

BUGFIXES:

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

v0.38.0

15 Aug 15:54
cce58fb

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

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)