Skip to content

Commit

Permalink
chore(main): release 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake-release-please[bot] authored Aug 23, 2024
1 parent c1b53f3 commit ef3f992
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.95.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.94.1...v0.95.0) (2024-08-23)


### 🎉 **What's new:**

* Add fully_qualified_name to all resources ([#2990](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2990)) ([1b0462f](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/1b0462fe4ffdb190211f3188fb0c388ad07a7e1a))
* Add identifier parsers ([#2957](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2957)) ([824ec52](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/824ec52228afcdec282672018fc41c35a42a429d))
* Add identifier with arguments ([#2979](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2979)) ([00ae1c5](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/00ae1c5a3384e31697830d84e9c53f9dce2cb6e6))
* Add timeouts block to cortex ([#3004](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3004)) ([34d764b](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/34d764b98988431134417346c7d4aa9f3b25e3ea))
* Add user parameters to resource ([#2968](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2968)) ([f4ae380](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/f4ae38086c9a17259aff698f80a21e8d14f748e7))
* Identifier with arguments for procedure and external function ([#2987](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2987)) ([f13cc5c](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/f13cc5c2c52c84c6e8d417a22e0c8508e921f5bc))
* Upgrade view sdk ([#2969](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2969)) ([ef2d50a](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/ef2d50a5d69b296eaa32aa39a089a956379e3a6c))


### 🔧 **Misc**

* Add annotation about fully_qualified_name and fix handling granteeName ([#3009](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3009)) ([94e6345](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/94e6345a6b3c3a09d11ec5cc46c0e5fadb5193f9))
* Apply identifier conventions ([#2996](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2996)) ([5cbea84](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/5cbea8487a364011428575f4705a05993fe43724))
* apply identifier conventions to grants ([#3008](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3008)) ([d7780ae](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/d7780aed31dcdfbe4dc252b06fb74eb5d9483c57))
* Conclude identifiers rework ([#3011](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3011)) ([c1b53f3](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/c1b53f3c6472467e675cd137671c48f27432646c))
* Use new identifier with arguments in function, external function and procedure grants ([#3002](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3002)) ([5053f8b](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/5053f8b9f9657a50ccce407f29a1c017596563b8))


### 🐛 **Bug fixes:**

* database tests and introduce a new parameter ([#2981](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2981)) ([3bae7f6](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/3bae7f634f86c938bf7f00170f25ee1f102d9abb))
* identifier issues ([#2998](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2998)) ([6fb76b7](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/6fb76b78c02f0d37e851902c9caf05014a905e58))
* Nuke users ([#2971](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2971)) ([0d90cc9](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/0d90cc948eccc2e281860d341281d13c27805a0b))

## [0.94.1](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.94.0...v0.94.1) (2024-08-02)


Expand Down

0 comments on commit ef3f992

Please sign in to comment.