Releases: Snowflake-Labs/terraform-provider-snowflake
Releases · Snowflake-Labs/terraform-provider-snowflake
v0.86.0
Release notes 0.86.0 (2024-02-15)
❗ Migration guide: v0.85.0 -> v0.86.0
🎉 What's new
- Add refresh_mode and initialize to dynamic tables #2437
- Add resource snowflake_user_password_policy_attachment #2162
- Create a workaround for granting privileges on all pipes #2477
- Handle IMPORTED PRIVILEGES privileges in privilege-to-role granting resources #2471
- Use from SDK
🔧 Misc
- Add migration notes to the docs and change JIRA integration #2497
- Change email and issue reporter #2470
- Grants migration guide #2455
- Remove unused old implementation from snowflake pkg #2458
- Update password policy attachment #2485
🐛 Bug fixes
- allow DT warehouse to be updated in-place #2439
- correct test dependencies #2493
- FileFormat not detecting changes correctly #2436
- Fix few smaller issues #2507 (#2501 #2506 #2488)
- Fix functions and small other fixes #2503, closes #2490
- Fix tag tests in view and in materialized view #2457
- Fix task related issues #2479 (#2036 #2207 #2346)
- Fix tests that base on default data retention #2465
- grant privileges to share test terraform dependencies #2473
- parameter issues #2463
- parse dynamic table query from DDL #2438
- Remove title and body temporarily from jira integration #2499
- SHOW GRANTS mapping for share data type #2508
- user error handling #2486
v0.85.0
Release notes 0.85.0 (2024-02-01)
❗ Migration guide: vX.XX.X -> v0.85.0, v0.84.0 -> v0.85.0
🎉 What's new:
- New resources
- Migrate to the SDK
- Use SDK in resource
🔧 Misc
- Add missing deprecation message (#2451)
🐛 Bug fixes:
v0.84.1
v0.84.0
Release notes 0.84.0 (2024-01-19)
🎉 What's new
- New Resource
- Migrate to the new SDK
👨🏼💻 Coming soon
- Migrate to the new SDK
- Applications
- Sequences
- New resources
- snowflake_grant_privileges_to_account_role
- snowflake_grant_application_role
🔧 Misc
- 0.84 release #2374
- Add missing issues to existing TODOs and add missing ones #2354
- Skip managed account SDK integration tests temporarily #2370
- update readme and fmt #2373
🐛 Bug fixes
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)