Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.93.0

10 Jul 15:11
ad74736
Compare
Choose a tag to compare

0.93.0 (2024-07-10)

❗ Migration guide: v0.92.0 -> v0.93.0 (This release has many entries worth looking at before upgrading)

This is the first release that contains refactored essential objects that we need to address before v1. New resources will be marked with the warning at the top of the documentation (for example). The new resources will follow the new guidelines as well as design decisions mentioned in this document. We are excited to hear your feedback.

Additionally, following the announcement we have removed the old grant resources. The two resources snowflake_role_ownership_grant and snowflake_user_ownership_grant were not listed in the announcement, but they were also marked as deprecated ones. We are removing them too to conclude the grants redesign saga.

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.92.0

06 Jun 18:37
5df6d3d
Compare
Choose a tag to compare

0.92.0 (2024-06-06)

❗ Migration guide: v0.91.0 -> v0.92.0

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.91.0

16 May 16:35
751e5d3
Compare
Choose a tag to compare

0.91.0 (2024-05-16)

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.90.0

08 May 12:40
57ee66b
Compare
Choose a tag to compare

0.90.0 (2024-05-08)

❗ Migration guide: v0.89.0 -> v0.90.0

🎉 What's new:

  • Adjust owner_role_type and schema_evolution_record columns (#2740) (424e393)

🔧 Misc

🐛 Bug fixes:

v0.89.0

18 Apr 11:11
4e91c6c
Compare
Choose a tag to compare

0.89.0 (2024-04-18)

❗Migration guide: v0.88.0 -> v0.89.0

🎉 What's new:

  • Update target objects for privilege-granting resources #2688

🔧 Misc

  • Handle generic check destroy in acceptance tests #2716
  • Initialize the SDK client in fewer places #2710

🐛 Bug fixes:

  • Adds case statement for ObjectTypeUser in ShowObjectParameter. #2675
  • diffs always occurring when multiple columns exist #2686
  • Fix issues #2679 #2721 - #2723
  • Fix several small issues #2697
  • granting ownership on database roles #2703
  • network policy update #2647
  • Rename grants_redesign_desgin_decisions.md to grants_redesign_design_… #2691
  • renames in update operations #2702
  • showbyid method tests #2648

v0.88.0

09 Apr 11:20
5ac2759
Compare
Choose a tag to compare

0.88.0 (2024-04-09)

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

Hey 👋 , with today's release we're bringing a long-awaited grant_ownership resource. Use this resource with caution and please familiarise yourself with the documentation we prepared before using the resource. We have been also experimenting lately with our build system to support release candidate versions. It's not fully functional yet, but you could already saw the result of that with the latest v0.87.3-pre version. As we will be moving towards different topics than grants, as a closing note, we published a technical document to our repository. It describes the design decisions we took and how they shaped the current grant resources we have right now. Other than that, we focused on resolving incoming GitHub issues.

🎉 What's new:

  • Grant ownership resource, implemented in #2628, #2658, #2684
  • Introduce shared function to suspend task roots #2650
  • Redesign snowflake_grants datasource #2667
  • Fix user password policy attachment #2627

🔧 Misc

  • Update grant examples in all resources #2660

🐛 Bug fixes:

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