From 23529b6361bf7f042c47575d41f28b1561fa1c9c Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Mon, 12 Aug 2024 17:22:27 -0400 Subject: [PATCH] rel: v0.26.0 (#529) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a185d3..03769e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# 0.26.0 (Aug 12, 2024) + +NOTES: + +This release deprecates `r/msteams_recipient` in favor of the new `r/msteams_workflow_recipient` in line with Microsoft's deprecation of O365 Connectors. +New instances of `r/msteams_recipient` can no longer be created and we recommend you migrate your integration to the Workflow-based solution as soon as possible. + +ENHANCEMENTS: + +* feat(client): V2 API client ratelimit improvements (#519) +* chore(r/query): add doc note about using latest derived column definition (#521) +* r/msteams_workflow_recipient: new resource for managing MS Teams Workflow integrations (#524) +* chore(client): improve V2 API error reporting (#526) + +BUGFIXES: + +* fix: temporarily disable broken r/query test (#510) +* fix: allow auto ('0') granularity (#514) +* fix(limits): separately test min-max vs header+jitter cases (#520) +* fix: environments data source test flake (#525) + +HOUSEKEEPING: + +* chore(ci): limit integration test concurrency (#513) +* maint(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#515) +* chore(ci): add recipients sweeper (#516) +* chore(ci): display test summary output (#517) +* chore(ci): add environment sweeper (#522) +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 (#523) +* maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#527) + # 0.25.0 (Jul 25, 2024) NOTES: diff --git a/README.md b/README.md index eab6e1b0..f960986a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.25.0" + version = "~> 0.26.0" } } } diff --git a/docs/index.md b/docs/index.md index 436015d2..8b912623 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.25.0" + version = "~> 0.26.0" } } }