Skip to content

Commit 3315ea3

Browse files
chore(main): release 2.14.0 (#4495)
🤖 I have created a release *beep* *boop* --- ## [2.14.0](v2.13.0...v2.14.0) (2026-02-25) ### 🎉 **What's new:** * Add import validation for snowflake_grant_privileges_to_account_role ([#4462](#4462)) ([e92a1e0](e92a1e0)) * Add missing enum values and case-insensitive validation for network rules ([#4433](#4433)) ([10fd112](10fd112)) * Add network rules data source ([#4460](#4460)) ([baaee7a](baaee7a)) * Network rule rework ([#4459](#4459)) ([f867314](f867314)) * Support DECFLOAT datatype ([#4485](#4485)) ([08ba375](08ba375)) * Support DECFLOAT datatype part2 ([#4489](#4489)) ([54024f8](54024f8)) ### 🔧 **Misc** * add missing object types in grant resource ([#4478](#4478)) ([fd3e75b](fd3e75b)), closes [#4414](#4414) * Add resource typed assertions part1 ([#4474](#4474)) ([420945a](420945a)) * Add resource typed assertions part2 ([#4475](#4475)) ([341ad4a](341ad4a)) * Add resource typed assertions part3 ([#4476](#4476)) ([478b31c](478b31c)) * Add resource typed assertions part4 ([#4477](#4477)) ([56ed252](56ed252)) * Add resource typed assertions part5 ([#4479](#4479)) ([12ad38f](12ad38f)) * Adjust issue templates ([#4453](#4453)) ([a820a36](a820a36)) * Adjust network rule SDK tests ([#4452](#4452)) ([5da1fde](5da1fde)) * Adjust user sweepers ([#4440](#4440)) ([999de64](999de64)) * Clean SDK generator readme part 1 ([#4464](#4464)) ([00b70a5](00b70a5)) * Enhance deletion detection in custom diffs ([#4255](#4255)) ([bd267b5](bd267b5)) * Filter out non-resources for show output assertions generation ([#4472](#4472)) ([a786df7](a786df7)) * Format generated code using gofumpt ([#4470](#4470)) ([a7c4ec6](a7c4ec6)) * Increase VSCode Go test timeout to 30 minutes ([#4466](#4466)) ([928293a](928293a)) * Promote network rule resource ([#4481](#4481)) ([ba5019b](ba5019b)) * Regenerate, fix, and adjust resource assertions ([#4471](#4471)) ([03900f7](03900f7)) * Rework external volumes SDK ([#4463](#4463)) ([9a25500](9a25500)) * Stabilize flaky service tests and increase retries in altering warehouses ([#4436](#4436)) ([7c69d56](7c69d56)) * Use set assertions in acceptance tests ([#4465](#4465)) ([8a40c74](8a40c74)) ### 🐛 **Bug fixes:** * Fix timestamp parsing in stage resources ([#4448](#4448)) ([46784e4](46784e4)) * issue 4398 ([#4473](#4473)) ([d9419b9](d9419b9)), closes [#4398](#4398) * user external change detection ([#4318](#4318)) ([c1305f1](c1305f1)) --- 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 49763b5 commit 3315ea3

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

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.14.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.13.0...v2.14.0) (2026-02-25)
4+
5+
6+
### 🎉 **What's new:**
7+
8+
* Add import validation for snowflake_grant_privileges_to_account_role ([#4462](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4462)) ([e92a1e0](https://github.com/snowflakedb/terraform-provider-snowflake/commit/e92a1e081de57a6cfd6c6a37d6027837e449181b))
9+
* Add missing enum values and case-insensitive validation for network rules ([#4433](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4433)) ([10fd112](https://github.com/snowflakedb/terraform-provider-snowflake/commit/10fd1127350fddfdc88e946fd2edb3b2de05c1d4))
10+
* Add network rules data source ([#4460](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4460)) ([baaee7a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/baaee7aeb278425c292a32fef3120d15b42caa9c))
11+
* Network rule rework ([#4459](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4459)) ([f867314](https://github.com/snowflakedb/terraform-provider-snowflake/commit/f867314a1cce710c3feee84507ad571ca26edda5))
12+
* Support DECFLOAT datatype ([#4485](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4485)) ([08ba375](https://github.com/snowflakedb/terraform-provider-snowflake/commit/08ba3753d2c36c5768e9b2fcb8ec9b5249b000ea))
13+
* Support DECFLOAT datatype part2 ([#4489](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4489)) ([54024f8](https://github.com/snowflakedb/terraform-provider-snowflake/commit/54024f8630688af675f2d9f723d80cb5f9fd357d))
14+
15+
16+
### 🔧 **Misc**
17+
18+
* add missing object types in grant resource ([#4478](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4478)) ([fd3e75b](https://github.com/snowflakedb/terraform-provider-snowflake/commit/fd3e75b4128a109854d53e19e78209cb24cd7278)), closes [#4414](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4414)
19+
* Add resource typed assertions part1 ([#4474](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4474)) ([420945a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/420945ae33c7a7b08e8a4d01b1e2f058501d0e6e))
20+
* Add resource typed assertions part2 ([#4475](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4475)) ([341ad4a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/341ad4a8bf58c751dad96ea65115181c970d63f0))
21+
* Add resource typed assertions part3 ([#4476](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4476)) ([478b31c](https://github.com/snowflakedb/terraform-provider-snowflake/commit/478b31cf58e57e965979f0c20c8e7bbde43e213f))
22+
* Add resource typed assertions part4 ([#4477](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4477)) ([56ed252](https://github.com/snowflakedb/terraform-provider-snowflake/commit/56ed252d85aec1840950bd71f7ef0556f9a30102))
23+
* Add resource typed assertions part5 ([#4479](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4479)) ([12ad38f](https://github.com/snowflakedb/terraform-provider-snowflake/commit/12ad38f839089c5db3bc38f9749b8d4d0c25a7ea))
24+
* Adjust issue templates ([#4453](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4453)) ([a820a36](https://github.com/snowflakedb/terraform-provider-snowflake/commit/a820a365c3c1e47a5a76a73d1bed94b102f3a67b))
25+
* Adjust network rule SDK tests ([#4452](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4452)) ([5da1fde](https://github.com/snowflakedb/terraform-provider-snowflake/commit/5da1fde407b591262cd89afb308ab4e6a90c1591))
26+
* Adjust user sweepers ([#4440](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4440)) ([999de64](https://github.com/snowflakedb/terraform-provider-snowflake/commit/999de649fb280c7f01fd53dbea0a9bfb30bb1d05))
27+
* Clean SDK generator readme part 1 ([#4464](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4464)) ([00b70a5](https://github.com/snowflakedb/terraform-provider-snowflake/commit/00b70a502586cc7bf93b39c81cd86244c0d4437e))
28+
* Enhance deletion detection in custom diffs ([#4255](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4255)) ([bd267b5](https://github.com/snowflakedb/terraform-provider-snowflake/commit/bd267b5befa59900ef7c5b1a49b2da206531a52f))
29+
* Filter out non-resources for show output assertions generation ([#4472](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4472)) ([a786df7](https://github.com/snowflakedb/terraform-provider-snowflake/commit/a786df7d5d114ae83228abf8c87fdba6c5fb0a3a))
30+
* Format generated code using gofumpt ([#4470](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4470)) ([a7c4ec6](https://github.com/snowflakedb/terraform-provider-snowflake/commit/a7c4ec665e4f85ef2133fddec6de3b099bda6c8a))
31+
* Increase VSCode Go test timeout to 30 minutes ([#4466](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4466)) ([928293a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/928293ab6180c6a5fd50ea6f8b8ff2aece888775))
32+
* Promote network rule resource ([#4481](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4481)) ([ba5019b](https://github.com/snowflakedb/terraform-provider-snowflake/commit/ba5019b79331c4d9d01f43c191d84781ae789d4c))
33+
* Regenerate, fix, and adjust resource assertions ([#4471](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4471)) ([03900f7](https://github.com/snowflakedb/terraform-provider-snowflake/commit/03900f7bfb2efee4ea91b74219097756a0667e4d))
34+
* Rework external volumes SDK ([#4463](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4463)) ([9a25500](https://github.com/snowflakedb/terraform-provider-snowflake/commit/9a2550092107f4d5b76c854238fb4a46f49b4c97))
35+
* Stabilize flaky service tests and increase retries in altering warehouses ([#4436](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4436)) ([7c69d56](https://github.com/snowflakedb/terraform-provider-snowflake/commit/7c69d560c88dc4b24dbf5fe2adf2dd4db91c2197))
36+
* Use set assertions in acceptance tests ([#4465](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4465)) ([8a40c74](https://github.com/snowflakedb/terraform-provider-snowflake/commit/8a40c741c1c0fa5ca6189cc9d02455337d4c1176))
37+
38+
39+
### 🐛 **Bug fixes:**
40+
41+
* Fix timestamp parsing in stage resources ([#4448](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4448)) ([46784e4](https://github.com/snowflakedb/terraform-provider-snowflake/commit/46784e4ed9acb90c326c48dafb9b5ea4ede197c7))
42+
* issue 4398 ([#4473](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4473)) ([d9419b9](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d9419b94c6b10cc41ac64337f0c285d82990ca26)), closes [#4398](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4398)
43+
* user external change detection ([#4318](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4318)) ([c1305f1](https://github.com/snowflakedb/terraform-provider-snowflake/commit/c1305f130e4597fdd9f824bcd03af63c33703f58))
44+
345
## [2.13.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.12.0...v2.13.0) (2026-02-12)
446

547

0 commit comments

Comments
 (0)