Pulumi-snowflake

Latest version: v0.61.1

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.61.1

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed
* Add automated installation docs by guineveresaenger in https://github.com/pulumi/pulumi-snowflake/pull/738


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.61.0...v0.61.1

0.61.0

Breaking changes

This release includes some breaking changes. Please refer to the upstream migration guide for information about how to handle these: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#v0970--v0980

Does the PR have any schema changes?

Found 18 breaking changes:

Functions
- "snowflake:index/getStreams:getStreams": inputs:
- `🟡` "database" missing input "database"
- `🟡` "schema" missing input "schema"
Types
- `🟡` "snowflake:index/StreamOnExternalTableDescribeOutput:StreamOnExternalTableDescribeOutput": properties: "stale" type changed from "string" to "boolean"
- `🟡` "snowflake:index/StreamOnExternalTableShowOutput:StreamOnExternalTableShowOutput": properties: "stale" type changed from "string" to "boolean"
- `🟡` "snowflake:index/StreamOnTableDescribeOutput:StreamOnTableDescribeOutput": properties: "stale" type changed from "string" to "boolean"
- `🟡` "snowflake:index/StreamOnTableShowOutput:StreamOnTableShowOutput": properties: "stale" type changed from "string" to "boolean"
- "snowflake:index/getStreamsStream:getStreamsStream":
- properties:
- `🟡` "comment" missing
- `🟡` "database" missing
- `🟡` "name" missing
- `🟡` "schema" missing
- `🟡` "table" 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
- `🟢` "schema" property is no longer Required
- `🟢` "showOutputs" property has changed to Required
- `🟢` "table" property is no longer Required

New resources:

- `index/accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachment`
- `index/authenticationPolicy.AuthenticationPolicy`
- `index/externalVolume.ExternalVolume`
- `index/primaryConnection.PrimaryConnection`
- `index/secondaryConnection.SecondaryConnection`
- `index/secretWithAuthorizationCodeGrant.SecretWithAuthorizationCodeGrant`
- `index/secretWithBasicAuthentication.SecretWithBasicAuthentication`
- `index/secretWithClientCredentials.SecretWithClientCredentials`
- `index/secretWithGenericString.SecretWithGenericString`
- `index/streamOnDirectoryTable.StreamOnDirectoryTable`
- `index/streamOnView.StreamOnView`
- `index/userAuthenticationPolicyAttachment.UserAuthenticationPolicyAttachment`

New functions:

- `index/getConnections.getConnections`
- `index/getSecrets.getSecrets`

What's Changed
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/731
* Upgrade pulumi-terraform-bridge to v3.93.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/733
* Upgrade pulumi-terraform-bridge to v3.93.1 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/734
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/735
* Upgrade pulumi-terraform-bridge to v3.94.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/737
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/739
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/740
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/741
* Deprecate WithPlanResourceChange by guineveresaenger in https://github.com/pulumi/pulumi-snowflake/pull/743
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/744
* Upgrade pulumi-terraform-bridge to v3.95.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/746
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/747
* Upgrade terraform-provider-snowflake to v0.98.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/749


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.60.0...v0.61.0

0.60.0

Does the PR have any schema changes?

Found 1 breaking change:

Types
- `🟢` "snowflake:index/getUsersUserDescribeOutput:getUsersUserDescribeOutput": required: "type" property has changed to Required

New resources:

- `index/legacyServiceUser.LegacyServiceUser`
- `index/serviceUser.ServiceUser`
- `index/streamOnExternalTable.StreamOnExternalTable`
- `index/streamOnTable.StreamOnTable`

What's Changed
* Upgrade pulumi-terraform-bridge to v3.91.1 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/719
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/720
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/721
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/723
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/724
* Upgrade pulumi-terraform-bridge to v3.92.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/726
* Upgrade terraform-provider-snowflake to v0.97.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/730


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.59.0...v0.60.0

0.59.0

Does the PR have any schema changes?

Found 67 breaking changes:

Resources
- "snowflake:index/maskingPolicy:MaskingPolicy":
- inputs:
- `🟡` "exemptOtherPolicies" type changed from "boolean" to "string"
- `🟡` "ifNotExists" missing
- `🟡` "maskingExpression" missing
- `🟡` "orReplace" missing
- `🟡` "signature" missing
- properties:
- `🟡` "exemptOtherPolicies" type changed from "boolean" to "string"
- `🟡` "ifNotExists" missing output "ifNotExists"
- `🟡` "maskingExpression" missing output "maskingExpression"
- `🟡` "orReplace" missing output "orReplace"
- `🟡` "signature" missing output "signature"
- required inputs:
- `🟢` "arguments" input has changed to Required
- `🟢` "body" input has changed to Required
- "snowflake:index/resourceMonitor:ResourceMonitor":
- inputs:
- `🟡` "setForAccount" missing
- `🟡` "suspendImmediateTriggers" missing
- `🟡` "suspendTriggers" missing
- `🟡` "warehouses" missing
- properties:
- `🟡` "setForAccount" missing output "setForAccount"
- `🟡` "suspendImmediateTriggers" missing output "suspendImmediateTriggers"
- `🟡` "suspendTriggers" missing output "suspendTriggers"
- `🟡` "warehouses" missing output "warehouses"
- required:
- `🟢` "creditQuota" property is no longer Required
- `🟢` "frequency" property is no longer Required
- `🟢` "startTimestamp" property is no longer Required
- "snowflake:index/rowAccessPolicy:RowAccessPolicy":
- inputs:
- `🟡` "rowAccessExpression" missing
- `🟡` "signature" missing
- properties:
- `🟡` "rowAccessExpression" missing output "rowAccessExpression"
- `🟡` "signature" missing output "signature"
- required inputs:
- `🟢` "arguments" input has changed to Required
- `🟢` "body" input has changed to Required
Functions
- "snowflake:index/getMaskingPolicies:getMaskingPolicies": inputs:
- `🟡` "database" missing input "database"
- `🟡` "schema" missing input "schema"
- `🔴` "snowflake:index/getResourceMonitors:getResourceMonitors" signature change (pulumi.InvokeOptions)->T => (Args, pulumi.InvokeOptions)->T
- "snowflake:index/getRowAccessPolicies:getRowAccessPolicies": inputs:
- `🟡` "database" missing input "database"
- `🟡` "schema" missing input "schema"
Types
- `🔴` "snowflake:index/MaskingPolicySignature:MaskingPolicySignature" missing
- `🔴` "snowflake:index/MaskingPolicySignatureColumn:MaskingPolicySignatureColumn" missing
- "snowflake:index/getMaskingPoliciesMaskingPolicy:getMaskingPoliciesMaskingPolicy":
- properties:
- `🟡` "comment" missing
- `🟡` "database" missing
- `🟡` "kind" missing
- `🟡` "name" missing
- `🟡` "schema" missing
- required:
- `🟢` "comment" property is no longer Required
- `🟢` "database" property is no longer Required
- `🟢` "describeOutputs" property has changed to Required
- `🟢` "kind" property is no longer Required
- `🟢` "name" property is no longer Required
- `🟢` "schema" property is no longer Required
- `🟢` "showOutputs" property has changed to Required
- "snowflake:index/getResourceMonitorsResourceMonitor:getResourceMonitorsResourceMonitor":
- properties:
- `🟡` "comment" missing
- `🟡` "creditQuota" missing
- `🟡` "frequency" missing
- `🟡` "name" missing
- required:
- `🟢` "comment" property is no longer Required
- `🟢` "creditQuota" property is no longer Required
- `🟢` "frequency" property is no longer Required
- `🟢` "name" property is no longer Required
- `🟢` "showOutputs" property has changed to Required
- "snowflake:index/getRowAccessPoliciesRowAccessPolicy:getRowAccessPoliciesRowAccessPolicy":
- properties:
- `🟡` "comment" missing
- `🟡` "database" missing
- `🟡` "name" missing
- `🟡` "schema" 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
- `🟢` "schema" property is no longer Required
- `🟢` "showOutputs" property has changed to Required
No new resources/functions.

What's Changed
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/709
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/710
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/711
* Upgrade pulumi-terraform-bridge to v3.91.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/715
* Upgrade terraform-provider-snowflake to v0.96.0 by iwahbe in https://github.com/pulumi/pulumi-snowflake/pull/716


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.58.0...v0.59.0

0.58.0

Does the PR have any schema changes?

Found 74 breaking changes:

Resources
- `🟡` "snowflake:index/maskingPolicy:MaskingPolicy": properties: "qualifiedName" missing output "qualifiedName"
- `🟡` "snowflake:index/networkRule:NetworkRule": properties: "qualifiedName" missing output "qualifiedName"
- `🟡` "snowflake:index/passwordPolicy:PasswordPolicy": properties: "qualifiedName" missing output "qualifiedName"
- `🟡` "snowflake:index/table:Table": properties: "qualifiedName" missing output "qualifiedName"
- "snowflake:index/user:User":
- inputs:
- `🟡` "defaultSecondaryRoles" missing
- `🟡` "disabled" type changed from "boolean" to "string"
- `🟡` "mustChangePassword" type changed from "boolean" to "string"
- properties:
- `🟡` "defaultSecondaryRoles" missing output "defaultSecondaryRoles"
- `🟡` "disabled" type changed from "boolean" to "string"
- `🟡` "hasRsaPublicKey" missing output "hasRsaPublicKey"
- `🟡` "mustChangePassword" type changed from "boolean" to "string"
- required:
- `🟢` "defaultRole" property is no longer Required
- `🟢` "disabled" property is no longer Required
- `🟢` "displayName" property is no longer Required
- `🟢` "loginName" property is no longer Required
- "snowflake:index/view:View":
- inputs:
- `🟡` "isSecure" type changed from "boolean" to "string"
- `🟡` "orReplace" missing
- `🟡` "tags" missing
- properties:
- `🟡` "createdOn" missing output "createdOn"
- `🟡` "isSecure" type changed from "boolean" to "string"
- `🟡` "orReplace" missing output "orReplace"
- `🟡` "tags" missing output "tags"
Functions
- "snowflake:index/getDatabaseRoles:getDatabaseRoles": inputs:
- `🟡` "database" missing input "database"
- `🟢` required: "inDatabase" input has changed to Required
- `🟡` "snowflake:index/getUsers:getUsers": inputs: "pattern" missing input "pattern"
- "snowflake:index/getViews:getViews": inputs:
- `🟡` "database" missing input "database"
- `🟡` "schema" missing input "schema"
Types
- `🔴` "snowflake:index/ViewTag:ViewTag" missing
- "snowflake:index/getDatabaseRolesDatabaseRole:getDatabaseRolesDatabaseRole":
- 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/getUsersUser:getUsersUser":
- properties:
- `🟡` "comment" missing
- `🟡` "defaultNamespace" missing
- `🟡` "defaultRole" missing
- `🟡` "defaultSecondaryRoles" missing
- `🟡` "defaultWarehouse" missing
- `🟡` "disabled" missing
- `🟡` "displayName" missing
- `🟡` "email" missing
- `🟡` "firstName" missing
- `🟡` "hasRsaPublicKey" missing
- `🟡` "lastName" missing
- `🟡` "loginName" missing
- `🟡` "name" missing
- required:
- `🟢` "comment" property is no longer Required
- `🟢` "defaultNamespace" property is no longer Required
- `🟢` "defaultRole" property is no longer Required
- `🟢` "defaultSecondaryRoles" property is no longer Required
- `🟢` "defaultWarehouse" property is no longer Required
- `🟢` "describeOutputs" property has changed to Required
- `🟢` "disabled" property is no longer Required
- `🟢` "displayName" property is no longer Required
- `🟢` "email" property is no longer Required
- `🟢` "firstName" property is no longer Required
- `🟢` "hasRsaPublicKey" property is no longer Required
- `🟢` "lastName" property is no longer Required
- `🟢` "loginName" property is no longer Required
- `🟢` "name" property is no longer Required
- `🟢` "parameters" property has changed to Required
- `🟢` "showOutputs" property has changed to Required
- "snowflake:index/getViewsView:getViewsView":
- properties:
- `🟡` "comment" missing
- `🟡` "database" missing
- `🟡` "name" missing
- `🟡` "schema" 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
- `🟢` "schema" property is no longer Required
- `🟢` "showOutputs" property has changed to Required
No new resources/functions.

What's Changed
* Upgrade pulumi-terraform-bridge to v3.89.1 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/692
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/693
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/694
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/695
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/696
* Upgrade pulumi-terraform-bridge to v3.90.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/704
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/705
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/706
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/708
* Upgrade terraform-provider-snowflake to v0.95.0 by VenelinMartinov in https://github.com/pulumi/pulumi-snowflake/pull/707


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.57.2...v0.58.0

0.57.2

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/686
* Update GitHub Actions workflows. by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/687
* Upgrade pulumi-terraform-bridge to v3.89.0 by pulumi-bot in https://github.com/pulumi/pulumi-snowflake/pull/690


**Full Changelog**: https://github.com/pulumi/pulumi-snowflake/compare/v0.57.1...v0.57.2

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.