Releases: jianyuan/terraform-provider-sentry
v0.14.6
What's Changed
- Update Sentry data by @github-actions[bot] in #653
- Fix auto_assignment attribute documentation by @osherdp in #636
- fix(deps): update module golang.org/x/sync to v0.16.0 by @renovate[bot] in #672
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.2 by @renovate[bot] in #663
- fix(deps): update module github.com/hashicorp/terraform-plugin-mux to v0.20.0 by @renovate[bot] in #647
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.28.0 by @renovate[bot] in #646
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.15.0 by @renovate[bot] in #645
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.18.0 by @renovate[bot] in #642
- fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.8 by @renovate[bot] in #667
- chore(deps): update dependency golang to v1.24.5 by @renovate[bot] in #659
- chore(deps): update actions/setup-go action to v5.5.0 by @renovate[bot] in #641
- chore(deps): update golangci/golangci-lint-action action to v8 by @renovate[bot] in #637
- chore(deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.131.0 by @dependabot[bot] in #644
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #629
Full Changelog: v0.14.5...v0.14.6
v0.14.5
What's Changed
Enhancements
- Update Sentry data by @github-actions in #620, #630, #634
- chore(deps): update golangci/golangci-lint-action action to v6.5.2 by @renovate in #586
- fix(deps): update module golang.org/x/sync to v0.13.0 by @renovate in #621
- fix(deps): update module github.com/orange-cloudavenue/terraform-plugin-framework-supertypes to v1.2.0 by @renovate in #628
- chore(deps): update astral-sh/setup-uv action to v6 by @renovate in #632
New Contributors
Full Changelog: v0.14.4...v0.14.5
v0.14.4
What's Changed
- doc(datasource/sentry_client_key): add missing backtick in key datasource by @henworth in #554
- feat(provider/sentry): Validate provider
base_urlandtokenupfront by @jianyuan in #553 - feat(resource/sentry_organization): add admin role of org by @devkoriel in #612
- fix(resource/sentry_dashboard): Remove discover widget_type from examples by @narsaynorath in #576
- fix(resource/sentry_key): mark
secretanddsn_secretfields as sensitive by @auvred in #565 - fix(resource/sentry_project_inbound_data_filter): Typo in
sentry_project_inbound_data_filterlegacy browsers filter by @jianyuan in #591 - fix(resource/sentry_project): do not remove default key on project update by @jianyuan in #619
- ref(sentry_client_key): client_key resource and data source uses superschema and supertypes by @jianyuan in #585
- ref: Automatically update sentry data by @jianyuan in #578
- Update Sentry data by @github-actions in #602, #605, #610, #564
- chore(deps): update golang.org/x/net to 0.36.0 by @dependabot in #604
- chore(deps): update actions/setup-go action to v5.4.0 by @renovate in #611
- chore(deps): update dependency golang to v1.24.2 by @renovate in #566
- chore(deps): update golangci/golangci-lint-action action to v6.4.1 by @renovate in #583
- chore(deps): update goreleaser/goreleaser-action action to v6.3.0 by @renovate in #617
- chore(deps): update python docker tag to v3.13 by @renovate in #579
- fix(deps): update module github.com/google/go-cmp to v0.7.0 by @renovate in #593
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.21.0 by @renovate in #596
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.14.1 - autoclosed by @renovate in #588
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.17.0 by @renovate in #590
- fix(deps): update module github.com/hashicorp/terraform-plugin-mux to v0.18.0 by @renovate in #563
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.36.1 by @renovate in #587
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.12.0 by @renovate in #609
- fix(deps): update module github.com/orange-cloudavenue/terraform-plugin-framework-superschema to v1.11.0 by @renovate in #606
- fix(deps): update module github.com/orange-cloudavenue/terraform-plugin-framework-supertypes to v1.1.1 by @renovate in #607
- fix(deps): update module golang.org/x/sync to v0.12.0 by @renovate in #599
- ref: Move sentryplatforms to sentrydata by @jianyuan in #580
New Contributors
- @henworth made their first contribution in #554
- @auvred made their first contribution in #565
- @narsaynorath made their first contribution in #576
- @devkoriel made their first contribution in #612
Full Changelog: v0.14.3...v0.14.4
v0.14.3
v0.14.2
What's Changed
- feat(sentry_issue_alert): The
conditions,filters, andactionsattributes which are JSON strings have been deprecated in favor ofconditions_v2,filters_v2, andactions_v2which are lists of objects by @jianyuan in #545 - feat(resource/sentry_project): Add support for client security settings by @jianyuan in #537
- fix(resource/sentry_project): The
fingerprinting_rules,grouping_enhancements,digests_max_delay,digests_min_delay,resolve_age, andfiltersattributes are now computed by @jianyuan in #538, #541 - fix(resource/sentry_organization_repository): GitLab
externalSluguses integers by @jianyuan in #523 - ref: Define an OpenAPI-based API specification and automatically generate a Golang client by @jianyuan
- doc: Add note section on the token for organization member management by @marcaurele in #528
Dependency upgrades
- chore(deps): update dependency golang to v1.23.4 - autoclosed by @renovate in #530
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in https://github.com/jianyuan/terraform-provider-sentry/
- fix(deps): update module golang.org/x/oauth2 to v0.24.0 by @renovate in #517
- fix(deps): update module golang.org/x/sync to v0.9.0 by @renovate in #518
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.20.1 by @renovate in #527
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.11.0 by @renovate in #520
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.16.0 by @renovate in #540
pull/544
New Contributors
- @marcaurele made their first contribution in #528
Full Changelog: v0.14.1...v0.14.2
v0.14.1
Migration notes
- The
sentry_projectnow supports specifyingfingerprinting_rulesandgrouping_enhancements. If you have these set via the UI, you must also set them in your Terraform manifest.
What's Changed
- feat: New
sentry_organization_repositoryresource by @jianyuan in #500 - feat:
sentry_projectsupportsfingerprinting_rulesandgrouping_enhancements. by @jianyuan in #510 - fix: Allow
otheras a platform option by @jianyuan in #505 - fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.14.0 by @renovate in #497
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.25.0 by @renovate in #503
- fix(deps): update module github.com/hashicorp/terraform-plugin-mux to v0.17.0 by @renovate in #504
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.35.0 by @renovate in #508
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.15.0 by @renovate in #509
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.13.0 by @renovate in #507
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- new datasource: sentry_all_organization_members by @crivetechie in #496
- feat:
sentry_projectfilters can now be configured by @jianyuan in #492 - ref:
sentry_metric_alertrequires at least an action by @jianyuan - fix: owner and environment of
sentry_metric_alertshould not computed value by @buzztaiki in #486 - ref: migrate organization data source to the plugin framework by @jianyuan in #484
- ref: migrate project resource to framework by @jianyuan in #487
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4 by @renovate in #413
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.24.0 by @renovate in #489
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.12.0 by @renovate in #488
- Update Sentry platforms by @github-actions in #491, #493
- chore(deps): update dependency go to v1.23.2 by @renovate in #494
New Contributors
- @buzztaiki made their first contribution in #486
- @crivetechie made their first contribution in #496
Full Changelog: v0.13.2...v0.14.0
v0.13.2
What's Changed
- Increase alert name limit to the real limit by @JParisFerrer in #468
- Update Sentry platforms by @github-actions in #481
- fix: Ignore name attribute in issue alert conditions by @jianyuan in #483
- docs: Add units to rate limit description by @schew2381 in #471
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.13.0 by @renovate in #465
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.11.0 by @renovate in #475
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.10.0 by @renovate in #476
- fix(deps): update module golang.org/x/sync to v0.8.0 by @renovate in #474
- fix(deps): update module golang.org/x/oauth2 to v0.23.0 by @renovate in #482
- chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in #480
New Contributors
- @JParisFerrer made their first contribution in #468
- @schew2381 made their first contribution in #471
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Update Sentry platforms by @github-actions in #454, #458
- Gracefully handle 404 in team member resource by @ben-z in #447
- fix(deps): update module golang.org/x/oauth2 to v0.21.0 by @renovate in #452
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 by @renovate in #451
- fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 by @renovate in #450
- chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #453
New Contributors
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
-
[BREAKING CHANGE] fix: Extend the Project ID range by changing the type from int to string by @jianyuan in #417
-
feat: Adds support for
comparison_deltatosentry_metric_alertby @agadzik in #441 -
feat: new
sentry_integration_opsgenieresource by @jianyuan in #431 -
feat: new
sentry_integration_pagerdutyresource by @jianyuan and @sbrudz in #430 -
feat: new
sentry_all_projects_spike_protectionresource to enable/disable spike protection across several projects by @jianyuan in
#429 -
ref: update
sentry_issue_alertSlack example with notes by @jianyuan in #434 -
ref: migrate
sentry_projectdata source to plugin framework by @jianyuan in #436 -
ref: migrate
sentry_keyresource to plugin framework by @jianyuan in #425 -
ref: migrate
sentry_keydata source to plugin framework. query sentry_key by id by @jianyuan in #427 -
chore(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.8.0 by @renovate in #394
-
chore(deps): update module github.com/hashicorp/terraform-plugin-go to v0.23.0 by @renovate in #435
-
chore(deps): update module github.com/hashicorp/terraform-plugin-mux to v0.16.0 by @renovate in #437
-
chore(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.34.0 by @renovate in #444
-
chore(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 by @renovate in #445
-
chore(deps): update module github.com/jianyuan/go-sentry/v2 to v2.8.0 by @renovate in #438
-
chore(deps): update module golang.org/x/oauth2 to v0.20.0 by @renovate in #426
-
chore(deps): update goreleaser/goreleaser-action action to v5.1.0 by @renovate in #440
-
chore(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.6 by @renovate in #439
Full Changelog: v0.12.3...v0.13.0