Skip to content

Commit 6f7c795

Browse files
authored
rel: v0.30.0 (#624)
1 parent 6a00c28 commit 6f7c795

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

CHANGELOG.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,52 @@
1-
# 0.29.0 (Jan 10, 2024)
1+
# 0.30.0 (Feb 24, 2025)
2+
3+
NOTES: this release adds support for syntax validation of Derived Columns.
4+
5+
ENHANCEMENTS:
6+
7+
* feat(r/derived_column): expression syntax validation (#622)
8+
9+
BUGFIXES:
10+
11+
* fix(r/query_annotation): update name and description max length (#601)
12+
* fix(r/dataset): changing a dataset's name requires replacement (#618)
13+
* fix(r/derived_column): don't run validation parser in debug mode (#623)
14+
15+
HOUSEKEEPING:
16+
17+
* fix(ci): extend 'go test' timeout to 20 min (#599)
18+
* maint(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#600)
19+
* build(deps): bump github.com/hashicorp/yamux from 0.1.1 to 0.1.2 (#606)
20+
* maint(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (#608)
21+
* maint(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.1 (#610)
22+
* maint(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#613)
23+
* maint(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 (#612)
24+
* maint(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#611)
25+
* maint(deps): bump github.com/hashicorp/jsonapi from 1.3.2 to 1.4.2 (#609)
26+
* maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#609)
27+
* maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 (#609)
28+
* maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 (#609)
29+
* chore(ci): adjust linter config. after golangci-lint update (#615)
30+
* chore(build): bump Go to 1.23 (#617)
31+
* maint(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.1 (#616)
32+
* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (#621)
33+
* maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.0 to 2.36.1 (#621)
34+
* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (#621)
35+
* maint(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 (#619)
36+
37+
# 0.29.0 (Jan 10, 2025)
238

339
NOTES: this release contains support for managing Customizable Webhook Recipients.
440
To learn more about the feature check out the [provider documentation](https://registry.terraform.io/providers/honeycombio/honeycombio/latest/docs/resources/webhook_recipient)
541
or the [Honeycomb documentation](https://docs.honeycomb.io/integrations/webhooks/#customize-your-webhook).
642

7-
ENHANCEMENTS
43+
ENHANCEMENTS:
844

945
* feat(r/webhook_recipient): support for templates, custom headers, and template variables (#580, #582, #583, #586)
1046
* feat(r/board): bump up max number of SLOs on a board to 24 (#585)
1147
* feat(r/trigger, r/burn_alert): notification variable support (#594)
1248

13-
HOUSEKEEPING
49+
HOUSEKEEPING:
1450

1551
* chore(ci): tidy up lint config (#577)
1652
* maint(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 (#570)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
honeycombio = {
2626
source = "honeycombio/honeycombio"
27-
version = "~> 0.29.0"
27+
version = "~> 0.30.0"
2828
}
2929
}
3030
}

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.29.0"
17+
version = "~> 0.30.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)