Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v0.97.0

11 Oct 11:32
561f78e
Compare
Choose a tag to compare

0.97.0 (2024-10-10)

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

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

🎉 What's new

  • Add secret to SDK #3091
  • Add service user and legacy service user resources #3119, resolves #2951
  • Handle all Task parameters in SDK #3103
  • Stream on external table resource #3122, resolves #3073
  • Stream on table resource #3109
  • Tasks v1 readiness - SDK part #3086
  • Upgrade stream SDK #3105

🔧 Misc

  • Add pre check to each datasource #3065
  • Bump golang-ci lint to 1.61 #3112
  • Secret Validation change #3111

🐛 Bug fixes

  • Fix parsing text in view, check parenthesis in ParseSchemaObjectIdentifierWithArguments #3102, fixes #3073
  • Try to reproduce #2679 and #3117 - #3124

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