Skip to content

Commit f80c159

Browse files
chore(main): release 2.5.0 (#3920)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.0...v2.5.0) (2025-08-07) ### 🎉 **What's new:** * Add listing resource implementation ([#3893](#3893)) ([75ba6a7](75ba6a7)) * Support setting `storage_aws_external_id` in storage integration resource ([#3659](#3659)) ([62d561b](62d561b)) ### 🔧 **Misc** * Account test assert follow up ([#3815](#3815)) ([64d3a07](64d3a07)) * Add 2025_04 BCR migration guide ([#3855](#3855)) ([24aaa44](24aaa44)) * Add a functional test for nested sensitives in the framework ([#3886](#3886)) ([f1eb135](f1eb135)) * Add note that TOML file is distinct from CLI and SnowSQL ones ([#3775](#3775)) ([9e45bc5](9e45bc5)) * Add open api spec for warehouse ([#3892](#3892)) ([df8c26c](df8c26c)) * Add REST API PoC for warehouse resource ([#3891](#3891)) ([901cc4a](901cc4a)) * Adjust grant privileges to share test ([#3905](#3905)) ([c603137](c603137)) * Adjust or remove tests using enabled by default bcr bundles ([#3909](#3909)) ([e6bf3ac](e6bf3ac)) * Checkout to the commit SHA from the slash command ([#3897](#3897)) ([42f6465](42f6465)) * Documentation improvements ([#3901](#3901)) ([94cc28a](94cc28a)) * Fix migration guide ([#3841](#3841)) ([9d34d89](9d34d89)) * Generate warehouse resource from OpenAPI with HashiCorp tools ([#3895](#3895)) ([d08db34](d08db34)) * Implement PoC for managing warehouse using terraform plugin framework ([#3888](#3888)) ([69f9c96](69f9c96)) * Listing basic resource with autogenerated content ([#3885](#3885)) ([c11882a](c11882a)) * Listings integration tests ([#3873](#3873)) ([640cf8c](640cf8c)) * Remove old framework config ([#3889](#3889)) ([7a8d92f](7a8d92f)) * Simplify listing manifests ([#3902](#3902)) ([3e9cdf9](3e9cdf9)) * Sweepers and Test workflow changes ([#3881](#3881)) ([302dc88](302dc88)) ### 🐛 **Bug fixes:** * Fix acceptance tests identifier setup ([#3911](#3911)) ([93d4d9c](93d4d9c)) * Fix BCR tests ([#3916](#3916)) ([53725bd](53725bd)) * Fix secondary connection read ([#3914](#3914)) ([99eb947](99eb947)) * Fix the default authenticator when the token is set ([#3899](#3899)) ([4122d73](4122d73)) * Fix using lowercased network policies in security integrations ([#3867](#3867)) ([941c918](941c918)) * Listing tests fix ([#3912](#3912)) ([d00f5f8](d00f5f8)) * permadiff when granting privileges to shares on non-standard tables ([#3859](#3859)) ([d8d311b](d8d311b)) * schema default ddl collation handling ([#3907](#3907)) ([ea2c10d](ea2c10d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: terraform-provider-release[bot] <205196624+terraform-provider-release[bot]@users.noreply.github.com>
1 parent 07a7760 commit f80c159

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.4.0...v2.5.0) (2025-08-07)
4+
5+
6+
### 🎉 **What's new:**
7+
8+
* Add listing resource implementation ([#3893](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3893)) ([75ba6a7](https://github.com/snowflakedb/terraform-provider-snowflake/commit/75ba6a757d33d83b32918952163ead774ad1acad))
9+
* Support setting `storage_aws_external_id` in storage integration resource ([#3659](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3659)) ([62d561b](https://github.com/snowflakedb/terraform-provider-snowflake/commit/62d561b85487d8329f05a1bfa53d4fc75cec5c0c))
10+
11+
12+
### 🔧 **Misc**
13+
14+
* Account test assert follow up ([#3815](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3815)) ([64d3a07](https://github.com/snowflakedb/terraform-provider-snowflake/commit/64d3a076e6eb624228a7bde7c90667c1a88f504d))
15+
* Add 2025_04 BCR migration guide ([#3855](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3855)) ([24aaa44](https://github.com/snowflakedb/terraform-provider-snowflake/commit/24aaa44ad451411a2906ae6b964958afc080df32))
16+
* Add a functional test for nested sensitives in the framework ([#3886](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3886)) ([f1eb135](https://github.com/snowflakedb/terraform-provider-snowflake/commit/f1eb135183ae64063ad996b8c3a64f8b9e80b349))
17+
* Add note that TOML file is distinct from CLI and SnowSQL ones ([#3775](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3775)) ([9e45bc5](https://github.com/snowflakedb/terraform-provider-snowflake/commit/9e45bc5a2ba25f0d563263e85ed394db56c4b592))
18+
* Add open api spec for warehouse ([#3892](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3892)) ([df8c26c](https://github.com/snowflakedb/terraform-provider-snowflake/commit/df8c26c41adbe0483dff1764ffbe8a666f6f063a))
19+
* Add REST API PoC for warehouse resource ([#3891](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3891)) ([901cc4a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/901cc4aa83da6eaec9008c3498905f7703d70655))
20+
* Adjust grant privileges to share test ([#3905](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3905)) ([c603137](https://github.com/snowflakedb/terraform-provider-snowflake/commit/c603137986623b88028009f34befe32bfa84f6ea))
21+
* Adjust or remove tests using enabled by default bcr bundles ([#3909](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3909)) ([e6bf3ac](https://github.com/snowflakedb/terraform-provider-snowflake/commit/e6bf3ac0c9a6b6a1e8270cbe626c48812ae2c9ee))
22+
* Checkout to the commit SHA from the slash command ([#3897](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3897)) ([42f6465](https://github.com/snowflakedb/terraform-provider-snowflake/commit/42f6465cdaca70e56406758807c777230a6f9bcf))
23+
* Documentation improvements ([#3901](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3901)) ([94cc28a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/94cc28a16584c3e9284ca7abcedf67aab14ea5aa))
24+
* Fix migration guide ([#3841](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3841)) ([9d34d89](https://github.com/snowflakedb/terraform-provider-snowflake/commit/9d34d89e138425f28c9628e21819df1c8af42688))
25+
* Generate warehouse resource from OpenAPI with HashiCorp tools ([#3895](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3895)) ([d08db34](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d08db34310d29171a8ebb9f19fde727d4556ebd5))
26+
* Implement PoC for managing warehouse using terraform plugin framework ([#3888](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3888)) ([69f9c96](https://github.com/snowflakedb/terraform-provider-snowflake/commit/69f9c96bd1fe005572a6ec62016df615164bd2ce))
27+
* Listing basic resource with autogenerated content ([#3885](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3885)) ([c11882a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/c11882a1590e43ee6dd213203a7269d87ed79dd6))
28+
* Listings integration tests ([#3873](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3873)) ([640cf8c](https://github.com/snowflakedb/terraform-provider-snowflake/commit/640cf8cc9b5d07ebaef0280946ec3cc48121aa96))
29+
* Remove old framework config ([#3889](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3889)) ([7a8d92f](https://github.com/snowflakedb/terraform-provider-snowflake/commit/7a8d92f1af410e819bfb9ee14e20d89635de01a3))
30+
* Simplify listing manifests ([#3902](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3902)) ([3e9cdf9](https://github.com/snowflakedb/terraform-provider-snowflake/commit/3e9cdf97f139615ce4676f8a3d67dbace0953765))
31+
* Sweepers and Test workflow changes ([#3881](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3881)) ([302dc88](https://github.com/snowflakedb/terraform-provider-snowflake/commit/302dc884594da25749ff28d517a4d71e8a0d87dd))
32+
33+
34+
### 🐛 **Bug fixes:**
35+
36+
* Fix acceptance tests identifier setup ([#3911](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3911)) ([93d4d9c](https://github.com/snowflakedb/terraform-provider-snowflake/commit/93d4d9cf5b0b25d85cd59b6cc9fd8d3a7af0401b))
37+
* Fix BCR tests ([#3916](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3916)) ([53725bd](https://github.com/snowflakedb/terraform-provider-snowflake/commit/53725bde81a8e1912d0b7d854062f3869f4e627a))
38+
* Fix secondary connection read ([#3914](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3914)) ([99eb947](https://github.com/snowflakedb/terraform-provider-snowflake/commit/99eb947271b03c05df24af595ff63b8d77ea3d35))
39+
* Fix the default authenticator when the token is set ([#3899](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3899)) ([4122d73](https://github.com/snowflakedb/terraform-provider-snowflake/commit/4122d730b64be10cd4fa2935d619afabdb8b6abd))
40+
* Fix using lowercased network policies in security integrations ([#3867](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3867)) ([941c918](https://github.com/snowflakedb/terraform-provider-snowflake/commit/941c9185c9a4b965fc8e75806a1450e393f7253d))
41+
* Listing tests fix ([#3912](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3912)) ([d00f5f8](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d00f5f86cad3a0d829b0a9b49af3e9d1a08ff138))
42+
* permadiff when granting privileges to shares on non-standard tables ([#3859](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3859)) ([d8d311b](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d8d311be7b0027411ff37ceb8910df353069c902))
43+
* schema default ddl collation handling ([#3907](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3907)) ([ea2c10d](https://github.com/snowflakedb/terraform-provider-snowflake/commit/ea2c10ddae79f0deaa22d6ce8c3c3e495416b947))
44+
345
## [2.4.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.3.0...v2.4.0) (2025-07-24)
446

547

0 commit comments

Comments
 (0)