Skip to content

Commit 23529b6

Browse files
authored
rel: v0.26.0 (#529)
1 parent 2806e22 commit 23529b6

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 0.26.0 (Aug 12, 2024)
2+
3+
NOTES:
4+
5+
This release deprecates `r/msteams_recipient` in favor of the new `r/msteams_workflow_recipient` in line with Microsoft's deprecation of O365 Connectors.
6+
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.
7+
8+
ENHANCEMENTS:
9+
10+
* feat(client): V2 API client ratelimit improvements (#519)
11+
* chore(r/query): add doc note about using latest derived column definition (#521)
12+
* r/msteams_workflow_recipient: new resource for managing MS Teams Workflow integrations (#524)
13+
* chore(client): improve V2 API error reporting (#526)
14+
15+
BUGFIXES:
16+
17+
* fix: temporarily disable broken r/query test (#510)
18+
* fix: allow auto ('0') granularity (#514)
19+
* fix(limits): separately test min-max vs header+jitter cases (#520)
20+
* fix: environments data source test flake (#525)
21+
22+
HOUSEKEEPING:
23+
24+
* chore(ci): limit integration test concurrency (#513)
25+
* maint(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#515)
26+
* chore(ci): add recipients sweeper (#516)
27+
* chore(ci): display test summary output (#517)
28+
* chore(ci): add environment sweeper (#522)
29+
* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 (#523)
30+
* maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#527)
31+
132
# 0.25.0 (Jul 25, 2024)
233

334
NOTES:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
honeycombio = {
2727
source = "honeycombio/honeycombio"
28-
version = "~> 0.25.0"
28+
version = "~> 0.26.0"
2929
}
3030
}
3131
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
required_providers {
1515
honeycombio = {
1616
source = "honeycombio/honeycombio"
17-
version = "~> 0.25.0"
17+
version = "~> 0.26.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)