v0.14.2
What's Changed
- feat(sentry_issue_alert): The
conditions
,filters
, andactions
attributes which are JSON strings have been deprecated in favor ofconditions_v2
,filters_v2
, andactions_v2
which 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
, andfilters
attributes are now computed by @jianyuan in #538, #541 - fix(resource/sentry_organization_repository): GitLab
externalSlug
uses 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