Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.79.0

11 Dec 09:48
962b1b6
Compare
Choose a tag to compare

Release notes 0.79.0

This change introduces fine-grained logs for grant_privileges_to_role resource for easier debugging on the client site.
To turn on the logging an environment variable SF_TF_ADDITIONAL_DEBUG_LOGGING should be set to a non-empty value, e.g. SF_TF_ADDITIONAL_DEBUG_LOGGING=1.
README Reference

🎉 What's new:

🔧 Misc

v0.78.0

08 Dec 12:37
c7bc9fa
Compare
Choose a tag to compare

Release notes v0.78.0

We're still in the process of designing and redesigning grant resources and data sources. Stay tuned for published docs, changes in grants, and new grant resources. if you want to, you can still give us your feedback on granting ownership - here.

For some time we are more responsive in the GitHub issues and provide fixes for some of them. We also have a dedicated Epic for the GitHub issues to provide a standardized process for handling existing and newly created issues.

In the meantime, we're pushing SDK rewrite to make the provider stable to come closer to version 1.0.0.

🎉 What's new:

🐛 Bug fixes:

v0.77.0

30 Nov 13:25
8fbc5cf
Compare
Choose a tag to compare

Release notes v0.77.0

Our primary goals are still the SDK rewrite and the provider's stability.
The latter focuses on resolving GH issues but also redesigning and fixing grants.
We will start the GRANT OWNERSHIP discussion in the upcoming days. All feedback is welcome!

This release's most significant change is the introduction of the snowflake_execute_unsafe resource.
This is an experimental resource capable of executing ANY SQL statements.
It is not recommended in production environments but opens the possibility of managing resources our provider has yet to support.
Read the docs before use and use with caution!

🎉 What's new:

🐛 Bug fixes:

👨🏼‍💻 Coming soon:

  • Migrations to the new SDK:
  • Grants:
    • discussion on GRANT OWNERSHIP
  • Bug fixes:

v0.76.0

16 Nov 08:18
a1cb41c
Compare
Choose a tag to compare

Release notes 0.76.0 (2023-11-15)

🎉 What's new

🔧 Misc

🐛 Bug fixes

v0.75.0

26 Oct 13:29
d33a41c
Compare
Choose a tag to compare

Changelog

v0.74.0

18 Oct 14:13
16012ae
Compare
Choose a tag to compare

Release notes 0.74.0 (2023-10-18)

❗ Migration guide: v0.73.0 -> v0.74.0

🎉 What's new

  • Migrations to the new SDK
  • Using new SDK in resources / datasources for
  • Tag SDK refactor pr #2079
  • New Dynamic table resource + datasource pr #2104
  • Move integration tests to separate package pr #2111
  • Provider config refactor #2126

👨🏼‍💻 Coming soon

  • Return multiple errors from validations pr #2122
  • Terraform plugin framework muxing pr #2130
  • Using new SDK in resources / datasources for

🔧 Misc

  • Adjust integration tests after moving to separate package pr #2115
  • Integration tests setup db once pr #2118
  • Set up schema once for integration tests pr #2121
  • Use helper methods in old unit tests pr #2119

🐛 Bug fixes

  • (SDK | internal) Use schema object identifier in external tables pr #2112

v0.73.0

11 Oct 14:04
8311925
Compare
Choose a tag to compare

Release notes 0.73.0 (2023-10-11)

🎉 What's new

👨🏼‍💻 Coming soon

  • Migrations to the new SDK
  • Using new SDK in resources / datasources for
  • Tag SDK refactor pr #2079
  • New Dynamic table resource + datasource pr #2104

🔧 Misc

  • bump golang.org/x/crypto from 0.13.0 to 0.14.0 #2100
  • bump golang.org/x/tools from 0.13.0 to 0.14.0 #2101

v0.72.0

04 Oct 10:41
2380e33
Compare
Choose a tag to compare

Release notes v0.72.0 (2023-10-04)

🎉 What's new

🐛 Bug fixes

👨🏼‍💻 Coming soon

  • Migrations to the new SDK
    • Application role
    • Tag
    • Task
  • Using new SDK in resources / datasources for

🔧 Misc

v0.71.0

21 Sep 21:28
538efa5
Compare
Choose a tag to compare

0.71.0 (2023-09-21)

Features

BugFixes

  • add dynamic tables to grants (#2059) (3767de9)
  • SNOW-59564 remove default data retention in days value (#2029) (53c20b4)

v0.70.1

01 Sep 18:25
43277a4
Compare
Choose a tag to compare

0.70.1 (2023-09-01)

Misc

  • Extract reviewdog job from integration workflow (#2027) (243fc28)

BugFixes