Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.87.3-pre

19 Mar 02:58
5dfefb6
Compare
Choose a tag to compare
v0.87.3-pre Pre-release
Pre-release

0.87.3-pre (2024-03-18)

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.87.2

07 Mar 09:37
b2ce76e
Compare
Choose a tag to compare

0.87.2 (2024-03-07)

Hey 👋
This is a small release fixing the incorrect references for deprecation messages on the docs main page and the incorrect reference in snowflake_role_grants resource.

🐛 Bug fixes:

v0.87.1

06 Mar 13:40
40861fa
Compare
Choose a tag to compare

0.87.1 (2024-03-06)

Hey 👋 , today we released a new version that mostly introduces bug fixes and some development improvements that will speed up our development cycle. We also added deprecation messages to our documentation pages in Terraform Registry to clearly see what resources/data sources are deprecated and what should be used instead. Here's what we ended up with on the main page (docs) and in the resources/data sources sub pages (for example). We are aware that there're some issues with links on the main page. We'll push the fix in the next version.

🔧 Misc

  • Add deprecated resources/datasources to the main documentation page #2581
  • Add deprecation message to docs #2578
  • Add Terraform setup to the testing pipeline #2579
  • Chore use get or skip in other tests #2570
  • modify provider context to pass snowflake client instead of db connection #2577
  • Speed up tests #2580

🐛 Bug fixes

v0.87.0

28 Feb 13:39
07ce00a
Compare
Choose a tag to compare

0.87.0 (2024-02-28)

🎉 What's new:

🔧 Misc

  • Clean up environment variables in tests and on CI (#2543) (9a10cb1)
  • replace warning in new grant resources with info log (#2521) (c3014b9)

🐛 Bug fixes:

How to upgrade:

❗ Migration guide: v0.86.0 -> v0.87.0

  • IMPORTANT (bug fix) Configuration hierarchy
  • snowflake_failover_group resource changes
  • snowflake_database, snowflake_schema, and snowflake_table resource changes
  • snowflake_table resource changes

v0.86.0

15 Feb 16:00
bde8257
Compare
Choose a tag to compare

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

02 Feb 10:01
ca8ca63
Compare
Choose a tag to compare

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
    • Grant privileges to share (#2447)
    • Grant privileges to account role (#2365)
  • Migrate to the SDK
  • Use SDK in resource
    • API integration (#2429)
    • Managed Account (#2420)
    • Materialized View (#2448)
    • Notification Integration (#2445)
    • Roles (#2405)
    • Row Access Policy (#2428)
    • Storage Integration (#2380)
    • Sequence and add ordering attribute (#2419), * closes #2387
    • Stage (#2427)

🔧 Misc

  • Add missing deprecation message (#2451)

🐛 Bug fixes:

  • Account role test (#2422)
  • Adjust tests after Snowflake behavior change (#2404)
  • app-pkg unset (#2399)
  • Fix some bugs (#2421), closes #2358 #2369 #2329
  • snowflake_grant_privileges_to_role read operation (#2424)

v0.84.1

22 Jan 21:55
f19d319
Compare
Choose a tag to compare

0.84.1 (2024-01-22)

🔧 Misc

🐛 Bug fixes:

v0.84.0

19 Jan 09:10
164f39b
Compare
Choose a tag to compare

Release notes 0.84.0 (2024-01-19)

🎉 What's new

  • New Resource
    • snowflake_grant_role #2304
    • snowflake_grant_database_role #2301
  • 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

12 Jan 09:51
9e6ae30
Compare
Choose a tag to compare

0.83.1 (2024-01-12)

🐛 Bug fixes:

v0.83.0

11 Jan 14:57
ac5dd36
Compare
Choose a tag to compare

Release notes 0.83.0 (2024-01-11)

🎉 What's new

  • grant privileges to database role resource (#2306) (0311cf8)

👨🏼‍💻 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