Releases: pulumiverse/pulumi-sentry
Releases · pulumiverse/pulumi-sentry
v0.0.9
Does the PR have any schema changes?
Found 13 breaking changes:
Resources
🔴
"sentry:index/sentryDefaultKey:SentryDefaultKey" missing- "sentry:index/sentryPlugin:SentryPlugin":
🟡
inputs: "config": additional properties type changed from "pulumi.json#/Any" to "string"🟡
properties: "config": additional properties type changed from "pulumi.json#/Any" to "string"
🟢
"sentry:index/sentryProject:SentryProject": required: "team" property is no longer Required- "sentry:index/sentryRule:SentryRule":
- inputs:
🟡
"actions": items: additional properties type changed from "pulumi.json#/Any" to "string"🟡
"conditions": items: additional properties type changed from "pulumi.json#/Any" to "string"🟡
"filters": items: additional properties type changed from "pulumi.json#/Any" to "string"
- properties:
🟡
"actions": items: additional properties type changed from "pulumi.json#/Any" to "string"🟡
"conditions": items: additional properties type changed from "pulumi.json#/Any" to "string"🟡
"filters": items: additional properties type changed from "pulumi.json#/Any" to "string"
- required inputs:
🟢
"actionMatch" input has changed to Required🟢
"filterMatch" input has changed to Required🟢
"frequency" input has changed to Required
- inputs:
New resources:
index/sentryDashboard.SentryDashboard
index/sentryIssueAlert.SentryIssueAlert
index/sentryMetricAlert.SentryMetricAlert
index/sentryOrganizationCodeMapping.SentryOrganizationCodeMapping
index/sentryOrganizationMember.SentryOrganizationMember
index/sentryOrganizationRepositoryGithub.SentryOrganizationRepositoryGithub
New functions:
index/getSentryDashboard.getSentryDashboard
index/getSentryIssueAlert.getSentryIssueAlert
index/getSentryMetricAlert.getSentryMetricAlert
index/getSentryOrganizationIntegration.getSentryOrganizationIntegration
index/getSentryTeam.getSentryTeam
What's Changed
- Update TF provider to v0.11.2, fixes #19 by @jgautheron in #20
- go.mod version 1.18 by @jgautheron in #22
- Fix a typo in the install docs by @cnunciato in #25
- Upgrade pulumi-terraform-bridge to v3.95.0 by @ringods in #27
New Contributors
- @jgautheron made their first contribution in #20
- @cnunciato made their first contribution in #25
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
Changed
- Updated terraform-provider-sentry to v0.8.0
Fixed
- Updated PluginDownloadUrl to use pulumi/pulumi#9984
- Updated ImportBasePath to be correct.
v0.0.3-alpha.13+3b455662
fix plugin download url
v0.0.3-alpha.12+45b33055
use new plugin download url format
v0.0.3-alpha.11+177cc671
fix go import path