From bb03adbaaa316a2cda91bba795ab358bd0eeea72 Mon Sep 17 00:00:00 2001 From: "snowflake-release-please[bot]" <105954990+snowflake-release-please[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:55:42 +0000 Subject: [PATCH] chore(main): release 0.96.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbae9fb742..605151fec94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.96.0](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.95.0...v0.96.0) (2024-09-10) + + +### 🎉 **What's new:** + +* Add authentication policies to SDK ([#2937](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2937)) ([7b49685](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/7b496859d07ee650a52735ffc77b398ca6aa01f9)) +* Add SDK for External Volumes ([#3033](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3033)) ([2844a30](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/2844a301b4d9e303c7d47f1badc2fe5c3acd34e3)) + + +### 🔧 **Misc** + +* Add Filip legacy to protected users ([#3054](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3054)) ([5f54ff9](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/5f54ff98d17f789872912ad9ef6e5ee21fb53b58)) +* Add Filip to protected users ([#3053](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3053)) ([74b8ea8](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/74b8ea8dc209b42a395e575f77bb1cb96373747c)) +* Clean up old test object helpers ([#3049](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3049)) ([78ecb62](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/78ecb62935c1a40611418e59ed5f0d644cf85f03)) +* Example of granting role to multiple objects ([#3047](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3047)) ([86a7902](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/86a7902562d81c1eeb47be4530587e87ed8cfd44)) +* Update readme and objects rework state ([#3046](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3046)) ([5802dca](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/5802dcae57ab7a0ed24b02d2c492394cf2f53e70)) + + +### 🐛 **Bug fixes:** + +* authentication policies ([#3061](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3061)) ([a65e564](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/a65e564d49bffc7c2e215adb7bd4138f398c00a8)) +* Fix default secondary roles option import ([#3041](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3041)) ([0a3ce34](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/0a3ce34f5f78db6438eceb6c58fb1dc21d16e6a5)) +* Fix sweepers for warehouse and database ([#3057](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3057)) ([6dd586b](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/6dd586bbe8a5945c0324ee2f0b5c16535859544e)) + ## [0.95.0](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.94.1...v0.95.0) (2024-09-04)