What's Changed
Notes
- Invalid v2 credentials (HONEYCOMB_KEY_ID / HONEYCOMB_KEY_SECRET) now surface on first use of a v2 resource or data source (honeycombio_api_key, honeycombio_environment, honeycombio_environments) rather than at provider-configure time. Error message is unchanged; only the timing differs.
- Users of only v1 resources with broken v2 creds will see a strict improvement — those errors no longer block unrelated operations.
ENHANCEMENTS
- feat: Add auto_investigate support for burn alerts and triggers by @roncodingenthusiast in #835
- fix(client): defer v2 auth validation until first use by @kentquirk in #841
HOUSEKEEPING
- maint(deps): bump the hashicorp group with 5 updates by @dependabot[bot] in #827
- maint(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 by @dependabot[bot] in #828
- maint(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 by @dependabot[bot] in #829
- maint(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 by @dependabot[bot] in #830
- maint(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot[bot] in #837
- maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.23.0 to 0.23.1 in the hashicorp group across 1 directory by @dependabot[bot] in #838
- maint(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.24.0 to 0.25.0 in the hashicorp group by @dependabot[bot] in #840
- maint(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #839
Other Changes
- maint: Bump go version to latest-1, current patch by @kentquirk in #842
New Contributors
- @kentquirk made their first contribution in #841
Full Changelog: v0.47.1...v0.48.0