Skip to content

v0.0.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 11:55
7cc6887

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

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

New Contributors

Full Changelog: v0.0.8...v0.0.9