Skip to content

v0.57.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 29 Jul 10:26
· 46 commits to master since this release
d571267

BREAKING CHANGES

Note that this version has breaking changes. Please reference the schema changes below before upgrading.
See the upstream migration guide for more detail.

Does the PR have any schema changes?

Found 30 breaking changes:

Resources

  • "snowflake:index/role:Role":
    • 🟡 inputs: "tags" missing
    • 🟡 properties: "tags" missing output "tags"
  • "snowflake:index/schema:Schema":
    • inputs:
      • 🟡 "dataRetentionDays" missing
      • 🟡 "isManaged" missing
      • 🟡 "isTransient" type changed from "boolean" to "string"
      • 🟡 "tags" missing
    • properties:
      • 🟡 "dataRetentionDays" missing output "dataRetentionDays"
      • 🟡 "isManaged" missing output "isManaged"
      • 🟡 "isTransient" type changed from "boolean" to "string"
      • 🟡 "tags" missing output "tags"

Functions

  • 🟡 "snowflake:index/getRoles:getRoles": inputs: "pattern" missing input "pattern"
  • 🟡 "snowflake:index/getSchemas:getSchemas": inputs: "database" missing input "database"

Types

  • 🔴 "snowflake:index/RoleTag:RoleTag" missing
  • 🔴 "snowflake:index/SchemaTag:SchemaTag" missing
  • "snowflake:index/getRolesRole:getRolesRole":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "name" missing
      • 🟡 "owner" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "name" property is no longer Required
      • 🟢 "owner" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
  • "snowflake:index/getSchemasSchema:getSchemasSchema":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "database" missing
      • 🟡 "name" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "database" property is no longer Required
      • 🟢 "describeOutputs" property has changed to Required
      • 🟢 "name" property is no longer Required
      • 🟢 "parameters" property has changed to Required
      • 🟢 "showOutputs" property has changed to Required

New resources:

  • index/accountRole.AccountRole
  • index/streamlit.Streamlit

New functions:

  • index/getNetworkPolicies.getNetworkPolicies
  • index/getStreamlits.getStreamlits

What's Changed

Full Changelog: v0.56.0...v0.57.0