Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.82.0

21 Dec 13:29
b1a740a
Compare
Choose a tag to compare

Release notes 0.82.0 (2023-12-21)

This release contains mostly bug fixes: #2223, #2283, #2293, and #2295.

🎉 What's new:

🔧 Misc

  • Add short scripts used to fetch all currently opened issues (#2288) (0b5ce4e)
  • Bump dependencies and fix linter complaints (#2300) (124e862)

🐛 Bug fixes:

v0.81.0

20 Dec 15:43
cec02b4
Compare
Choose a tag to compare

Release notes 0.81.0 (2023-12-20)

This release introduces the possibility of controlling underlying gosnowflake driver logging by setting the SF_TF_GOSNOWFLAKE_LOG_LEVEL environment variable to the desired level.
A few minor issues were also fixed: #2167, #2276, and #2175.
We have finally bumped go to 1.21.

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.80.0

13 Dec 18:22
18b0dcc
Compare
Choose a tag to compare

Release notes 0.80.0

🎉 What's new

🔧 Misc

🐛 Bug fixes

  • Fix encode Snowflake ID for object identifiers (#2256) (1c98a80)
  • for 1624 resource monitor timestamps are always considered to have changed (#2214) (4d5d3ca)

v0.79.1

12 Dec 08:27
411e85d
Compare
Choose a tag to compare

Release notes 0.79.1

🐛 Bug fixes:

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