Skip to content

Releases: aidanmelen/terraform-provider-snowsql

v1.3.3

01 Mar 15:23
Compare
Choose a tag to compare

What's Changed

  • fix: when bad delete statements were executed, the error would show the bad delete statements but the name context would say 'update' instead of 'delete'. This is a superficial issue, but could be confusing to users who just encounters an error deleting their snowsql resource.

  • docs: Removed IF EXISTS from snowsql_exec examples. Since default terraform behavior is to fail when the resource already exists. Instead, the import section was updated to include an example using idempotent snowsql clauses.

  • docs: Added better inline comments to the snowflakeQueryWithMultiStatement method.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

27 Feb 04:25
Compare
Choose a tag to compare

What's Changed

  • docs: added snowflake-provider-migration-guide.md
  • docs: minor snowsql_exec and snowsql_query enhancements. added provider example to index.md file
  • fix: broken acceptance tests caused by #83
  • chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.16 to 1.6.18 by @dependabot in #87

Deprecated

  • removed the "update statements are ignored during resource creation" warning.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Feb 16:59
0651ff9
Compare
Choose a tag to compare

What's Changed

  • fix(82): read_results not json decodable when read is not specified. by @aidanmelen in #83
  • feat(81): make name optional and default to random id when not set. by @aidanmelen in #84
  • fix(85): warn user that update statements are ignored during creation by @aidanmelen in #84

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Feb 04:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

17 Feb 04:33
8baf798
Compare
Choose a tag to compare

What's Changed

  • V1.2.0 read lifecycle by @aidanmelen in #68
  • Improved examples.
  • Improved snowsql_exec documentation.
  • Enhanced Acceptance Tests.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

12 Feb 20:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Feb 21:46
Compare
Choose a tag to compare

What's Changed

  • Implement minimal update lifecycle by @christophkreutzer in #64
  • the snowflake provider now requires username and account to be configured just like the snowflake provider.

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

10 Aug 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v1.0.1

v0.4.4

09 Aug 03:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

06 Jun 18:42
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.4.0 to 3.0.2 by @dependabot in #28
  • Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 by @dependabot in #31

Full Changelog: v0.4.2...v0.4.3