Skip to content

Releases: honeycombio/terraform-provider-honeycombio

v0.23.0

20 Mar 20:32
6ff29ea
Compare
Choose a tag to compare

ENHANCEMENTS:

  • r/query - migrate from SDKv2 to Framework and add import support (#454)

HOUSEKEEPING:

  • maint(ci): add testifylint (#449)
  • maint(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#450)
  • maint(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.6.0 to 1.6.1 (#451)
  • maint(deps): Bump github.com/hashicorp/terraform-plugin-testing from 1.6.0 to 1.7.0 (#451)
  • maint(ci): update dependabot commit message prefix (#452)
  • maint(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.22.0 to 0.22.1 (#453)

v0.22.0

29 Feb 15:28
ad6fd97
Compare
Choose a tag to compare

BUGFIXES:

  • d/query_specification: always treat 'in','not-in' filter values as an array (#439)
  • r/burn_alert, r/trigger: fix dynamic recipient "Value Conversion Error" (#444)

HOUSEKEEPING:

  • build(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#442)
  • build(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#443)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.5.0 to 1.6.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.14.0 to 0.15.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 (#445)
  • build: bump Go to 1.21 (#447)

v0.21.2

20 Feb 15:45
90d8741
Compare
Choose a tag to compare

BUGFIXES:

  • handle column and derived column imports with slashes in the name (#437)

HOUSEKEEPING:

  • build(ci): fix codecov after v4 upgrade (#436)

v0.21.1

16 Feb 15:56
44c06bc
Compare
Choose a tag to compare

BUGFIXES:

  • r/burn_alert, r/trigger: better handle the case where a recipient is modified outside of Terraform (#433)

HOUSEKEEPING:

  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 (#426)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.13.0 to 0.14.0 (#427)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 (#427)
  • build(ci): Bump codecov/codecov-action from 3.1.5 to 3.1.6 (#428)
  • build(ci): Bump codecov/codecov-action from 3.1.6 to 4.0.0 (#429)
  • build(ci): Bump codecov/codecov-action from 4.0.0 to 4.0.1 (#430)
  • build(ci): Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#431)
  • build(ci): Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#432)

v0.21.0

26 Jan 20:43
f3dc857
Compare
Choose a tag to compare

NOTES:

  • If you are a downstream consumer of the client package in another Go project, this release contains a breaking change:
    client.NewClient now takes no arguments and creates a client with the default configuration
    values, while client.NewClientWithConfig has been added to allow passing a custom configuration.
    • This does not effect Terraform Configurations: only projects importing the client Package.
  • If you were making use of the previously undocumented HONEYCOMB_API_HOST environment variable to override the Honeycomb API URL,
    it has been renamed to the more standard HONEYCOMB_API_ENDPOINT.

ENHANCEMENTS:

  • feat(client): standardize and document API endpoint envvar (#414)
  • refactor(client) - testsuite and constructor improvements (#416)

BUGFIXES:

  • fix(client): fix Marker Settings flakey test (#420)
  • fix(client): fix queryspec equivalence for empty breakdowns (#421)
  • fix(docs): add missing mention to HONEYCOMB_API_ENDPOINT env var for endpoint configuration (#422)

HOUSEKEEPING:

  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0 (#413)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.12.0 to 0.13.0 (#413)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 (#413)
  • build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#415)
  • chore(ci): switch to golangci-lint and fix lints (#417)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 (#419)
  • build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#418)
  • build(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#423)
  • chore(license): update copyright time range (#424)

v0.20.3

14 Dec 15:55
531c17b
Compare
Choose a tag to compare

BUGFIXES:

  • fix: legacy api key typo (#412)
  • Fix description of end_time in trigger docs (#408)
  • docs: cleanup value_string reference (#409)

v0.20.2

27 Nov 15:36
2f50030
Compare
Choose a tag to compare

BUGFIXES:

  • client - queryspec Granularity equivalency (#404)
  • r/burn_alert: validation needs to allow 'unknown' values for interpolation (#403)

v0.20.1

20 Nov 16:28
6686faf
Compare
Choose a tag to compare

BUGFIXES:

  • fix: missing resources shouldn't error but be recreated (#398)
  • r/board: "graph_settings" values should revert to false when removed (#400)

HOUSEKEEPING:

  • chore: first pass at moving away from pre-created columns (#401)

v0.20.0

16 Nov 15:34
d56765d
Compare
Choose a tag to compare

ENHANCEMENTS

  • r/burn_alert: Add support for budget rate burn alerts (#391)

BUGFIXES

  • client: Fix bug where API errors weren't including the field or getting separated (#392)

HOUSEKEEPING

  • build(deps): Bump github.com/hashicorp/go-retryablehttp from v0.7.4 to v0.7.5 (#389)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.29.0 to v2.30.0 (#390)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 (#394)
  • client: better support for nondefault api hosts (#393)

v0.19.0

08 Nov 16:10
7d26260
Compare
Choose a tag to compare

ENHANCEMENTS:

  • add support for 'msteams' recipients (#386)

HOUSEKEEPING:

  • build(ci): bump hashicorp/setup-terraform from 2 to 3 (#385)
  • maint: prune dead code and tidy up (#387)