Skip to content

Releases: jianyuan/terraform-provider-sentry

v0.15.0-beta1

01 Apr 17:06
74aa1b2

Choose a tag to compare

What's Changed

Resource Updates

  • New resources: sentry_cron_monitor, sentry_metric_monitor, sentry_uptime_monitor, sentry_alert by @jianyuan in #788
  • Mark resources as deprecated: sentry_issue_alert, sentry_metric_alert

Data Source Updates

  • Mark data sources as deprecated: sentry_issue_alert, sentry_metric_alert

Full Changelog: v0.14.13...v0.15.0-beta1

v0.14.13

01 Apr 13:36
de8198f

Choose a tag to compare

What's Changed

Resource Updates

  • sentry_issue_alert: Fix ProjectRuleFilterEventAttribute.value unmarshalling by @jianyuan in #800

Dependency & CI Updates

Full Changelog: v0.14.12...v0.14.13

v0.14.12

31 Mar 17:01
909b989

Choose a tag to compare

What's Changed

Resource Updates

  • sentry_issue_alert: Fix Slack channel name state drift by @outring in #775
  • sentry_issue_alert: Fix integer strings are now integers by @jianyuan in #795
  • sentry_organization_repository_github: Removed by @jianyuan in #794

Function Updates

Dependency & CI Updates

Full Changelog: v0.14.11...v0.14.12

v0.14.11

06 Mar 13:56
c04b7ae

Choose a tag to compare

What's Changed

  • fix: making Slack channel id writeable by @outring in #771
  • feat: add sentry_app_id to sentry_app_installation data source by @souredoutlook in #773
  • Update Sentry data by @github-actions[bot] in #774

Dependency & CI Updates

  • fix(deps): update github.com/jianyuan/go-sentry/v2 digest to 49ef3a5 by @renovate[bot] in #754
  • chore: Upgrade packages by @jianyuan in #769
  • chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #757
  • chore(deps): update crazy-max/ghaction-import-gpg action to v7 by @renovate[bot] in #770
  • chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabot[bot] in #763
  • chore(deps): bump h11 from 0.14.0 to 0.16.0 in /internal/sentrydata by @dependabot[bot] in #747
  • chore(deps): update module github.com/oapi-codegen/oapi-codegen/v2 to v2.6.0 by @renovate[bot] in #768

Full Changelog: v0.14.10...v0.14.11

v0.14.10

26 Feb 17:22
5655653

Choose a tag to compare

What's Changed

  • fix: alert resource expressions support by @outring in #756

  • feat: add subject template to projects by @halkeye in #758

  • docs: remove incorrect data block for Sentry App example by @souredoutlook in #760

  • chore(deps): update module golang.org/x/tools to v0.42.0 by @renovate[bot] in #752

  • chore: Upgrade packages by @jianyuan in #764

  • chore(deps): update hashicorp/setup-terraform action to v4 by @renovate[bot] in #761

  • chore(deps): update python docker tag to v3.14 by @renovate[bot] in #710

New Contributors

Full Changelog: v0.14.9...v0.14.10

v0.14.9

16 Feb 16:44
e587c26

Choose a tag to compare

What's Changed

  • Update Sentry data by @github-actions[bot] in #745
  • chore(deps): update module golang.org/x/tools to v0.41.0 by @renovate[bot] in #743
  • chore(deps): update dependency jinja2 to v3.1.6 [security] by @renovate[bot] in #748
  • update sentry-go and metric_alert (fixes #633 and #734) by @souredoutlook in #753

New Contributors

Full Changelog: v0.14.8...v0.14.9

v0.14.8

12 Jan 14:33
e96aa55

Choose a tag to compare

What's Changed

Bug Fixes

  • Return a more descriptive error when the member is not found (PR: #739)
  • Properly handle import state id for Project Ownership Rules (PR: #665)

Features & Enhancements

  • Add information about importing spike_protection to the resource documentation (PR: #738)
  • Adding priority field defining (PR: #741)
  • Auto-generate provider code (PR: #735)

Resource Updates

  • sentry_project: Add highlight_tags attribute (PR: #685)

Data Sources Updates

  • sentry_organization_member: Add internal_id attribute (PR: #723)

Automation / Data Updates

  • Update Sentry data (PR: #730)

Dependency & CI Updates

  • Update actions/checkout action to v6 (PR: #726)
  • Update peter-evans/create-pull-request action to v8 (PR: #737)
  • Update module golang.org/x/sync to v0.19.0 (PR: #736)
  • Update module github.com/hashicorp/terraform-plugin-testing to v1.14.0 (PR: #733)
  • Update module github.com/hashicorp/terraform-plugin-log to v0.10.0 (PR: #721)
  • Update module github.com/hashicorp/terraform-plugin-framework to v1.17.0 (PR: #732)

New Contributors

Full Changelog: v0.14.7...v0.14.8

v0.14.7

24 Nov 16:56
36bb083

Choose a tag to compare

What's Changed

Bug Fixes

  • Gracefully handle 404s for removed team members and in issue_alert/project read methods (PRs: #655, #673)
  • Fix error message (PR: #693)
  • Ensure JSON200 response body is not nil on successful API calls (PR: #728)

Features & Enhancements

  • Support nullable JSON types (PR: #717)

Data Sources & Schema Updates

  • Deprecate id attribute in sentry_organization data source (PR: #718)
  • Migrate sentry_team data source to plugin framework and deprecate fields (PR: #719)
  • Clarify _v2 attribute availability in issue alert docs/schema (PR: #729)

Automation / Data Updates

Dependency & CI Updates

  • Update actions/checkout to v5 (PR: #688)
  • Update actions/setup-go to v6 (PR: #696)
  • Update golangci-lint-action to v9 (PR: #715)
  • Update golang.org/x/sync to v0.18.0 (PR: #716)
  • Update goreleaser-action to v6.4.0 (PR: #691)

New Contributors

Full Changelog: v0.14.6...v0.14.7

v0.14.6

15 Jul 10:44
ec5a1ff

Choose a tag to compare

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

28 Apr 11:46
eb3125c

Choose a tag to compare

What's Changed

  • New resource: sentry_project_ownership by @osherdp in #613

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