Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.96.0

19 Sep 11:13
18f2ce4
Compare
Choose a tag to compare

0.96.0 (2024-09-18)

Essential GA object readiness for V1: link (Roadmap reference).

❗ Migration guide: v0.95.0 -> v0.96.0

🎉 What's new:

🔧 Misc

  • Clean up old test object helpers (#3049)
  • Add example of granting role to multiple objects (#3047)
  • Update readme and objects rework state (#3046)
  • Improve documentation of referencing procedures in other resources (#3079), fixes #2994

🐛 Bug fixes:

  • Fix model grants (#3070)
  • Fix database show by and resource logic (#3055)
  • Fix default secondary roles option import (#3041)
  • Fix sweepers for warehouse and database (#3057)
  • Fix views permadiff (#3079), fixes #3073
  • Update v0.95.0 migration guide (#3062)
  • Fix row access policy bugs (#3066), fixes #2053, #1151
  • Fix masking policy bugs (#3078), fixes #1422, #1444, #1656

v0.95.0

04 Sep 16:48
cd1636c
Compare
Choose a tag to compare

0.95.0 (2024-09-04)

With this release, we concluded the identifiers rework. We prepared a more detailed public document (here) that contains the main issues we addressed, our recommendations on identifiers, and what improvements may come next regarding identifiers.

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

Essential GA object readiness for V1: link (Roadmap reference).

🎉 What's new:

🔧 Misc

  • Add annotation about fully_qualified_name and fix handling granteeName #3009
  • Apply identifier conventions #2996
  • Apply identifier conventions to grants #3008
  • Clean collection utils #3028
  • Clean old assertions #3029
  • Conclude identifiers rework #3011
  • Improve user test and add manual test for user default database and role #3035
  • Use new identifier with arguments in function, external function, and procedure grants #3002
  • User improvements #3034

🐛 Bug fixes:

v0.94.1

02 Aug 14:25
13f4613
Compare
Choose a tag to compare

0.94.1 (2024-08-02)

🐛 Bug fixes:

  • Use ALTER for managing PUBLIC schemas that exist (#2973) (567e9be)

v0.94.0

26 Jul 16:33
f6064af
Compare
Choose a tag to compare

0.94.0 (2024-07-26)

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

Essential GA object readiness for V1: link (Roadmap reference).

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

  • ATTRIBUTE set(string) parsing for cortex search service (#2953) (70a1c9a)
  • external function header parsing and add missing privileges (#2961) (9d882fe)
  • Fix sync_password field for Azure scim clients (#2950) (6781133)
  • Fix tests and relax warehouse validations (#2959) (dd01ce9), closes #2948

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: