Releases: jianyuan/terraform-provider-sentry
Releases · jianyuan/terraform-provider-sentry
Release list
v0.15.4
What's Changed
Resource Updates
sentry_issue_alert: fix: populate rule body on import by @wscourge in #888sentry_issue_alert: fix: echo notify_email fallthrough_type for all target types by @souredoutlook in #892sentry_issue_alert: docs: document migration to sentry_alert by @wscourge in #889sentry_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
What's Changed
sentry_alert: feat: add webhook action to sentry_alert by @souredoutlook in #878sentry_issue_alert: fix: Update reads from GET endpoint by @jianyuan in #885sentry_metric_monitor: fix: support float values in metric_monitor comparison field by @saphireberry and @AndreyZykov in #880 and #874sentry_metric_monitor: fix: preserve query_type value when API returns null by @jianyuan and @AndreyZykov in #886
New Contributors
- @saphireberry made their first contribution in #874
- @AndreyZykov made their first contribution in #881
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
Resource Updates
sentry_metric_monitor: fix: comparison may be a float by @jianyuan in #869sentry_alert: fix: issue_priority_deescalating accepts comparison integer by @jianyuan in #871sentry_alert: fix: trigger conditions may be empty by @jianyuan in #872sentry_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
- @bennettip made their first contribution in #783
Full Changelog: v0.15.1...v0.15.2
v0.15.1
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_alertsentry_cron_monitorsentry_metric_monitorsentry_uptime_monitor
Resource Updates
sentry_cron_monitor,sentry_metric_monitor,sentry_uptime_monitor,sentry_alert: New monitors and alerts by @jianyuan in #788sentry_issue_alert: handle HTTP 201 Created response for issue alert creation by @sudo-rm-rf-star in #808sentry_alert: add sentry_app action support to sentry_alert resource by @souredoutlook in #820sentry_issue_alert: stabilize conditions_v2/filters_v2/actions_v2 list order after API read by @souredoutlook in #825sentry_issue_alert: eliminate infinite drift on legacy actions with Sen… by @souredoutlook in #823sentry_alert: sort alert trigger conditions by @jianyuan in #826sentry_alert: add legacy_trigger_conditions to surface unrecognized trigger types by @souredoutlook in #829sentry_alert: correct email action target_type values in example docs by @souredoutlook in #831sentry_alert: skip empty TargetIdentifier when filling email action target_id by @souredoutlook in #830sentry_alert: add include field to issue_category condition by @souredoutlook in #832sentry_alert: make environment Optional to support all-environments alerts by @souredoutlook in #833sentry_issue_alert: Migrate issue alert attributes to supertypes by @jianyuan in #838sentry_alert: add settings_labels to notify_event_sentry_app action by @souredoutlook in #819sentry_alert: add issue_type condition, fix event_attribute is/ns by @souredoutlook in #824sentry_organization_member: preserve null role in teamRoles round-trip by @Druue in #842sentry_dashboard: handle empty layouts by @csimons in #836sentry_issue_alert: strip label from legacy action settings to fix apply drift by @souredoutlook in #847sentry_issue_alert: ProjectRuleActionMsTeamsNotifyService.team is an integer by @jianyuan in #856sentry_project: allow slug renames to update id by @kataokatsuki in #854sentry_alert: initialize msteams action data field to empty object by @blafab-hg in #860sentry_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 #802sentry_alert: Data source for alerts by @jianyuan in #803sentry_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
- @sudo-rm-rf-star made their first contribution in #808
- @Druue made their first contribution in #842
- @csimons made their first contribution in #836
- @kataokatsuki made their first contribution in #854
- @blafab-hg made their first contribution in #860
Full Changelog: v0.14.13...v0.15.0
v0.15.0-beta3
What's Changed
Resource Updates
sentry_issue_alert: Migrate issue alert attributes to supertypes by @jianyuan in #838sentry_alert: add settings_labels to notify_event_sentry_app action by @souredoutlook in #819sentry_alert: add issue_type condition, fix event_attribute is/ns by @souredoutlook in #824sentry_organization_member: preserve null role in teamRoles round-trip by @Druue in #842sentry_dashboard: handle empty layouts by @csimons in #836sentry_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
What's Changed
Resource Updates
sentry_issue_alert: Handle HTTP 201 Created response for issue alert creation by @sudo-rm-rf-star in #808sentry_issue_alert: Stabilize conditions_v2/filters_v2/actions_v2 list order after API read by @souredoutlook in #825sentry_issue_alert: Eliminate infinite drift on legacy actions by @souredoutlook in #823sentry_alert: Addsentry_appaction support by @souredoutlook in #820sentry_alert: Sort alert trigger conditions by @jianyuan in #826sentry_alert: Add legacy_trigger_conditions to surface unrecognized trigger types by @souredoutlook in #829sentry_alert: Correct email action target_type values in example docs by @souredoutlook in #831sentry_alert: Skip empty TargetIdentifier when filling email action target_id by @souredoutlook in #830sentry_alert: Add include field to issue_category condition by @souredoutlook in #832sentry_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 #802sentry_alert: New data source for alerts by @jianyuan in #803
Dependency & CI Updates
- chore(deps): update astral-sh/setup-uv action to v8 by @renovate[bot] in #809
- chore: Upgrade packages by @jianyuan in #828
New Contributors
- @sudo-rm-rf-star made their first contribution in #808
Full Changelog: v0.15.0-beta1...v0.15.0-beta2
v0.15.0-beta1
What's Changed
Resource Updates
- New resources:
sentry_cron_monitor,sentry_metric_monitor,sentry_uptime_monitor,sentry_alertby @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
v0.14.12
What's Changed
Resource Updates
sentry_issue_alert: Fix Slack channel name state drift by @outring in #775sentry_issue_alert: Fix integer strings are now integers by @jianyuan in #795sentry_organization_repository_github: Removed by @jianyuan in #794
Function Updates
op_*andassertion: New uptime assertion functions for the upcoming monitors and alerts feature by @jianyuan in #796
Dependency & CI Updates
Full Changelog: v0.14.11...v0.14.12
v0.14.11
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