Releases: honeycombio/terraform-provider-honeycombio
Releases · honeycombio/terraform-provider-honeycombio
v0.23.0
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
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
v0.21.1
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
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, whileclient.NewClientWithConfig
has been added to allow passing a custom configuration.- This does not effect Terraform Configurations: only projects importing the
client
Package.
- This does not effect Terraform Configurations: only projects importing the
- 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 standardHONEYCOMB_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
v0.20.2
v0.20.1
v0.20.0
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)