Skip to content

Releases: jianyuan/terraform-provider-sentry

v0.15.4

Choose a tag to compare

@jianyuan jianyuan released this 03 Jul 15:48
fb9f2ff

What's Changed

Resource Updates

  • sentry_issue_alert: fix: populate rule body on import by @wscourge in #888
  • sentry_issue_alert: fix: echo notify_email fallthrough_type for all target types by @souredoutlook in #892
  • sentry_issue_alert: docs: document migration to sentry_alert by @wscourge in #889
  • sentry_alert: fix: strip # from Slack channel_name by @jianyuan in #897

Data Source Updates

  • No data source updates in this release.

Dependency & CI Updates

  • fix: sentrydata generator - log_levels is now an ast.AnnAssign by @jianyuan in #895
  • ref: improve providergen structure by @jianyuan in #898
  • chore(deps): Update dependencies and packages (x/tools, goreleaser-action)

New Contributors

Full Changelog: v0.15.3...v0.15.4

v0.15.3

Choose a tag to compare

@jianyuan jianyuan released this 24 Jun 00:22
1522253

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.15.3

v0.15.2

Choose a tag to compare

@jianyuan jianyuan released this 14 Jun 23:32
a7d81ba

What's Changed

Resource Updates

  • sentry_metric_monitor: fix: comparison may be a float by @jianyuan in #869
  • sentry_alert: fix: issue_priority_deescalating accepts comparison integer by @jianyuan in #871
  • sentry_alert: fix: trigger conditions may be empty by @jianyuan in #872
  • sentry_team_member: ref: handle 404 in team_member Read without string matching by @bennettip in #783

Data Source Updates

  • No data source updates in this release.

Dependency & CI Updates

  • chore(deps): Update dependencies and packages (x/sync, x/tools, setup-uv) by @renovate[bot]

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

Choose a tag to compare

@jianyuan jianyuan released this 09 Jun 09:08
e100eea

What's Changed

🚀 Highlights: New Alerts and Monitors Resources and Data Sources

Sentry has introduced a new way of creating alerts and monitors (Sentry Documentation). In alignment with these new updates, this version introduces the following new resources and data sources:

  • sentry_alert
  • sentry_cron_monitor
  • sentry_metric_monitor
  • sentry_uptime_monitor

Resource Updates

  • sentry_cron_monitor, sentry_metric_monitor, sentry_uptime_monitor, sentry_alert: New monitors and alerts by @jianyuan in #788
  • sentry_issue_alert: handle HTTP 201 Created response for issue alert creation by @sudo-rm-rf-star in #808
  • sentry_alert: add sentry_app action support to sentry_alert resource by @souredoutlook in #820
  • sentry_issue_alert: stabilize conditions_v2/filters_v2/actions_v2 list order after API read by @souredoutlook in #825
  • sentry_issue_alert: eliminate infinite drift on legacy actions with Sen… by @souredoutlook in #823
  • sentry_alert: sort alert trigger conditions by @jianyuan in #826
  • sentry_alert: add legacy_trigger_conditions to surface unrecognized trigger types by @souredoutlook in #829
  • sentry_alert: correct email action target_type values in example docs by @souredoutlook in #831
  • sentry_alert: skip empty TargetIdentifier when filling email action target_id by @souredoutlook in #830
  • sentry_alert: add include field to issue_category condition by @souredoutlook in #832
  • sentry_alert: make environment Optional to support all-environments alerts by @souredoutlook in #833
  • sentry_issue_alert: Migrate issue alert attributes to supertypes by @jianyuan in #838
  • sentry_alert: add settings_labels to notify_event_sentry_app action by @souredoutlook in #819
  • sentry_alert: add issue_type condition, fix event_attribute is/ns by @souredoutlook in #824
  • sentry_organization_member: preserve null role in teamRoles round-trip by @Druue in #842
  • sentry_dashboard: handle empty layouts by @csimons in #836
  • sentry_issue_alert: strip label from legacy action settings to fix apply drift by @souredoutlook in #847
  • sentry_issue_alert: ProjectRuleActionMsTeamsNotifyService.team is an integer by @jianyuan in #856
  • sentry_project: allow slug renames to update id by @kataokatsuki in #854
  • sentry_alert: initialize msteams action data field to empty object by @blafab-hg in #860
  • sentry_issue_alert: Log non-backward-compatible conditions, filters, actions as a warning and skip by @jianyuan in #857

Data Source Updates

  • sentry_cron_monitor, sentry_metric_monitor, sentry_uptime_monitor: Data sources for monitors by @jianyuan in #802
  • sentry_alert: Data source for alerts by @jianyuan in #803
  • sentry_monitor: Data source for monitor by @jianyuan in #804

Dependency & CI Updates

  • Update Sentry data by @github-actions[bot] in #839, #855, & #858
  • feat: Speed up tests by reusing team and project by @jianyuan in #840
  • chore: Upgrade packages by @jianyuan in #828
  • chore(deps): Update dependencies and packages (setup-uv, goreleaser-action, terraform-plugin-docs, oapi-codegen, x/tools, typescript, idna, oapi-codegen/runtime) by @renovate[bot] and @dependabot[bot]

New Contributors

Full Changelog: v0.14.13...v0.15.0

v0.15.0-beta3

Choose a tag to compare

@jianyuan jianyuan released this 18 May 11:00
bc00526

What's Changed

Resource Updates

  • sentry_issue_alert: Migrate issue alert attributes to supertypes by @jianyuan in #838
  • sentry_alert: add settings_labels to notify_event_sentry_app action by @souredoutlook in #819
  • sentry_alert: add issue_type condition, fix event_attribute is/ns by @souredoutlook in #824
  • sentry_organization_member: preserve null role in teamRoles round-trip by @Druue in #842
  • sentry_dashboard: handle empty layouts by @csimons in #836
  • sentry_issue_alert: strip label from legacy action settings to fix apply drift by @souredoutlook in #847

Data Source Updates

Dependency & CI Updates

  • Update Sentry data by @github-actions[bot] in #839
  • feat: Speed up tests by reusing team and project by @jianyuan in #840
  • chore(deps): Update dependencies and packages (goreleaser-action, terraform-plugin-docs, oapi-codegen, x/tools, typescript) by @renovate[bot]

New Contributors

Full Changelog: v0.15.0-beta2...v0.15.0-beta3

v0.15.0-beta2

Choose a tag to compare

@jianyuan jianyuan released this 06 May 01:28
9786bf8

What's Changed

Resource Updates

  • sentry_issue_alert: Handle HTTP 201 Created response for issue alert creation by @sudo-rm-rf-star in #808
  • sentry_issue_alert: Stabilize conditions_v2/filters_v2/actions_v2 list order after API read by @souredoutlook in #825
  • sentry_issue_alert: Eliminate infinite drift on legacy actions by @souredoutlook in #823
  • sentry_alert: Add sentry_app action support by @souredoutlook in #820
  • sentry_alert: Sort alert trigger conditions by @jianyuan in #826
  • sentry_alert: Add legacy_trigger_conditions to surface unrecognized trigger types by @souredoutlook in #829
  • sentry_alert: Correct email action target_type values in example docs by @souredoutlook in #831
  • sentry_alert: Skip empty TargetIdentifier when filling email action target_id by @souredoutlook in #830
  • sentry_alert: Add include field to issue_category condition by @souredoutlook in #832
  • sentry_alert: Make environment Optional to support all-environments alerts by @souredoutlook in #833

Data Source Updates

  • sentry_cron_monitor, sentry_metric_monitor, sentry_uptime_monitor: New data source for monitors by @jianyuan in #802
  • sentry_alert: New data source for alerts by @jianyuan in #803

Dependency & CI Updates

New Contributors

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

v0.15.0-beta1

Choose a tag to compare

@jianyuan jianyuan released this 01 Apr 17:06
74aa1b2

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

Choose a tag to compare

@jianyuan jianyuan released this 01 Apr 13:36
de8198f

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

Choose a tag to compare

@jianyuan jianyuan released this 31 Mar 17:01
909b989

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

Choose a tag to compare

@jianyuan jianyuan released this 06 Mar 13:56
c04b7ae

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