Skip to content

Commit

Permalink
chore(main): release 0.87.0 (#2513)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.87.0](v0.86.0...v0.87.0)
(2024-02-28)


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

* Add network rule to the sdk
([#2526](#2526))
([b379565](b379565))
* supports collation of table column
([#2496](#2496))
([56771f1](56771f1))


### 🔧 **Misc**

* Clean up environment variables in tests and on CI
([#2543](#2543))
([9a10cb1](9a10cb1))
* replace warning in new grant resources with info log
([#2521](#2521))
([c3014b9](c3014b9))


### 🐛 **Bug fixes:**

* data retention days follow up
([#2566](#2566))
([7aba384](7aba384))
* data retention time parameters
([#2502](#2502))
([76abf21](76abf21))
* data retention time parameters follow-up
([#2530](#2530))
([5544544](5544544))
* Demote warning to info and set volatility for procedures and functions
([#2567](#2567))
([abaad7c](abaad7c)),
closes
[#2536](#2536)
* Fix ACCOUNT PARAMETERS option failover group resource
([#2522](#2522))
([61883f3](61883f3)),
closes
[#2517](#2517)
* Fix failover group alter syntax and suppression for pipe statement
([#2562](#2562))
([24d76c3](24d76c3))
* Fix few tests
([#2515](#2515))
([a523a6b](a523a6b))
* Fix provider config hierarchy
([#2551](#2551))
([677a12b](677a12b))
* Fix query_results in unsafe_execute resource
([#2512](#2512))
([94ca158](94ca158)),
closes
[#2491](#2491)
* Fix replication for database resource
([#2524](#2524))
([767fbce](767fbce)),
closes
[#2021](#2021)
* Fix show by id for external functions
([#2531](#2531))
([d910a84](d910a84)),
closes
[#2528](#2528)
* Fix various small problems
([#2552](#2552))
([f558ce6](f558ce6))
* Granting database roles
([#2511](#2511))
([dc27d64](dc27d64)),
closes
[#2402](#2402)
* grants on external volumes
([#2538](#2538))
([1de9a29](1de9a29))
* Handle old reference for table_id in table constraint resource
([#2558](#2558))
([d1e8912](d1e8912)),
closes
[#2535](#2535)
* loosen identifier field validation for account object identifiers
([#2564](#2564))
([a5ed8cd](a5ed8cd))

---
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: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
  • Loading branch information
snowflake-release-please[bot] authored Feb 28, 2024
1 parent 1de9a29 commit 07ce00a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [0.87.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.86.0...v0.87.0) (2024-02-28)


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

* Add network rule to the sdk ([#2526](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2526)) ([b379565](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/b379565de39a00d3863f22351806f87cdd920066))
* supports collation of table column ([#2496](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2496)) ([56771f1](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/56771f188841a37202827eee73ab412a633ef3e4))


### 🔧 **Misc**

* Clean up environment variables in tests and on CI ([#2543](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2543)) ([9a10cb1](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/9a10cb1211940dfd7339d842a91d3a8f790e947f))
* replace warning in new grant resources with info log ([#2521](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2521)) ([c3014b9](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/c3014b93c24146f3abbd9583a1eca5c94081b80f))


### 🐛 **Bug fixes:**

* data retention days follow up ([#2566](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2566)) ([7aba384](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/7aba384168ad1168a5e0ed32e4c91280d69d9a22))
* data retention time parameters ([#2502](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2502)) ([76abf21](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/76abf217c519ca116ad8ab10d9947eaca3eb015b))
* data retention time parameters follow-up ([#2530](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2530)) ([5544544](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/5544544dff8c25c83f23f7759341992a9b282fda))
* Demote warning to info and set volatility for procedures and functions ([#2567](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2567)) ([abaad7c](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/abaad7cdccd058eab689e097bf0b5faa16c8f820)), closes [#2536](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2536)
* Fix ACCOUNT PARAMETERS option failover group resource ([#2522](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2522)) ([61883f3](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/61883f3ee23f5aaeba065a75d0375fd8c69e2b4a)), closes [#2517](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2517)
* Fix failover group alter syntax and suppression for pipe statement ([#2562](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2562)) ([24d76c3](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/24d76c383136e9b25d3d969107f2a770aad1d253))
* Fix few tests ([#2515](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2515)) ([a523a6b](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/a523a6b30f73165a2b51f7c88b8d6701ea19f0f9))
* Fix provider config hierarchy ([#2551](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2551)) ([677a12b](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/677a12b6587ce72fc3eb18de44a8f99a403d9502))
* Fix query_results in unsafe_execute resource ([#2512](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2512)) ([94ca158](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/94ca158966785f4eb50d224a4231231f5aa8f24c)), closes [#2491](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2491)
* Fix replication for database resource ([#2524](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2524)) ([767fbce](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/767fbce50fa3412a7b964fefae114a18d9fdaae2)), closes [#2021](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2021)
* Fix show by id for external functions ([#2531](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2531)) ([d910a84](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/d910a84a7d829d14e414757a1732c934937e559e)), closes [#2528](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2528)
* Fix various small problems ([#2552](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2552)) ([f558ce6](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/f558ce65e501e77fa95b26c56a1e261e2811e4c4))
* Granting database roles ([#2511](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2511)) ([dc27d64](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/dc27d644c15a0d2321d9f374f73a9df239c6a972)), closes [#2402](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2402)
* grants on external volumes ([#2538](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2538)) ([1de9a29](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/1de9a296e43a2e0262a3a77346d8d5c6d1d9500f))
* Handle old reference for table_id in table constraint resource ([#2558](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2558)) ([d1e8912](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/d1e891267c055b0a00246d5098787f3d21e807cb)), closes [#2535](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2535)
* loosen identifier field validation for account object identifiers ([#2564](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2564)) ([a5ed8cd](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/a5ed8cdafab7cbdf58a27e155cf6b49db286f944))

## [0.86.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.85.0...v0.86.0) (2024-02-15)


Expand Down

0 comments on commit 07ce00a

Please sign in to comment.