Releases: Snowflake-Labs/terraform-provider-snowflake
v0.83.1
v0.83.0
Release notes 0.83.0 (2024-01-11)
🎉 What's new
👨🏼💻 Coming soon
- Migrate to the new SDK
- Applications
- Application Packages
- Storage Integration
- Managed Account
- Row Access Policy
- New resources
- snowflake_grant_role
- snowflake_grant_database_role
🐛 Bug fixes
- Add CREATE STREAMLIT privilege to the SDK (#2303) (be01d5f)
- Add secondary account and fix tests (#2324) (da6ca73)
- external tables issues (#2334) (ae41691)
- Fix test because of the date (#2312) (9a9ea33)
- Fix warehouse read and resource monitor empty set (#2319) (05f96c6), closes #2318 #2316
- goreleaser for mfa token caching (#2320) (4fef709)
v0.82.0
v0.81.0
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
- Allow setting gosnowflake logging level from environment variable (#2285) (843e8fc)
- Bump go to 1.21 (#2267) (6b852c2)
🐛 Bug fixes:
v0.80.0
v0.79.1
v0.79.0
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
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:
- Add event tables to sdk (#2215) (66cc80a)
- Add missing parameters to password policy resource (#2231) (c189782)
- Add tables to the SDK (#2042) (c1700de)
🐛 Bug fixes:
v0.77.0
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:
- cleanup workflows and makefile (#2150) (64335e7)
- documentation for role ownership grant (#2203) (e3d405c)
- Fix workflows (#2206) (6d7f833)
👨🏼💻 Coming soon:
v0.76.0
Release notes 0.76.0 (2023-11-15)
🎉 What's new
- Add "CREATE DYNAMIC TABLE" to schema_grant pr #2144
- Add views to the SDK pr #2171
- Migrate application role to new sdk pr #2149
- Migrate stage to the new sdk pr #2163
- Poc custom error type pr #2052
- Use tasks from the SDK followup pr #2153