Skip to content

Commit

Permalink
chore(main): Release plugins-destination-file v3.2.1 (#11048)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.2.1](plugins-destination-file-v3.2.0...plugins-destination-file-v3.2.1) (2023-06-06)


### Bug Fixes

* **deps:** Update github.com/apache/arrow/go/v13 digest to e07e22c ([#11151](#11151)) ([5083cf7](5083cf7))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 20b0de9 ([#11199](#11199)) ([dc3565d](dc3565d))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 88d5dc2 ([#11226](#11226)) ([9f306bc](9f306bc))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a7aad4c ([#11184](#11184)) ([8a0822e](8a0822e))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#11169](#11169)) ([dcb0f92](dcb0f92))
* **deps:** Update google.golang.org/genproto digest to e85fd2c ([#11156](#11156)) ([dbe7e92](dbe7e92))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.1 ([#11162](#11162)) ([70982b6](70982b6))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.2 ([#11197](#11197)) ([409a4dd](409a4dd))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.3 ([#11200](#11200)) ([ecd7f68](ecd7f68))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.4 ([#11204](#11204)) ([4d83a82](4d83a82))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.5 ([#11246](#11246)) ([a615fc5](a615fc5))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.9 ([#11240](#11240)) ([f92cd4b](f92cd4b))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 ([#11150](#11150)) ([dc00994](dc00994))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 ([#11244](#11244)) ([8fceef6](8fceef6))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#11043](#11043)) ([3c6d885](3c6d885))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot committed Jun 6, 2023
1 parent b757c03 commit a91bb62
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"plugins/destination/gcs+FILLER": "0.0.0",
"plugins/destination/s3": "4.4.1",
"plugins/destination/s3+FILLER": "0.0.0",
"plugins/destination/file": "3.2.0",
"plugins/destination/file": "3.2.1",
"plugins/destination/file+FILLER": "0.0.0",
"plugins/destination/azblob": "3.2.1",
"plugins/destination/azblob+FILLER": "0.0.0",
Expand Down
21 changes: 21 additions & 0 deletions plugins/destination/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.2.1](https://github.com/cloudquery/cloudquery/compare/plugins-destination-file-v3.2.0...plugins-destination-file-v3.2.1) (2023-06-06)


### Bug Fixes

* **deps:** Update github.com/apache/arrow/go/v13 digest to e07e22c ([#11151](https://github.com/cloudquery/cloudquery/issues/11151)) ([5083cf7](https://github.com/cloudquery/cloudquery/commit/5083cf720f0ae98e07448ba2ae1116048e2d3a90))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 20b0de9 ([#11199](https://github.com/cloudquery/cloudquery/issues/11199)) ([dc3565d](https://github.com/cloudquery/cloudquery/commit/dc3565d3fd6a640d9d10b4fd3a7fe6009a9d02a5))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 88d5dc2 ([#11226](https://github.com/cloudquery/cloudquery/issues/11226)) ([9f306bc](https://github.com/cloudquery/cloudquery/commit/9f306bcaf3833b4611f0df5c50277be43aa19cbb))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a7aad4c ([#11184](https://github.com/cloudquery/cloudquery/issues/11184)) ([8a0822e](https://github.com/cloudquery/cloudquery/commit/8a0822e31fc0eef99de2cdd2bd6d7e4c8b4131bf))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#11169](https://github.com/cloudquery/cloudquery/issues/11169)) ([dcb0f92](https://github.com/cloudquery/cloudquery/commit/dcb0f9296a770a5cc2eb6bffd6b1ee30fbccb5dc))
* **deps:** Update google.golang.org/genproto digest to e85fd2c ([#11156](https://github.com/cloudquery/cloudquery/issues/11156)) ([dbe7e92](https://github.com/cloudquery/cloudquery/commit/dbe7e9293d693a6821570e0e0b80202a936b6d3c))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.1 ([#11162](https://github.com/cloudquery/cloudquery/issues/11162)) ([70982b6](https://github.com/cloudquery/cloudquery/commit/70982b6e587735648ccb36690ae7857d85708fc3))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.2 ([#11197](https://github.com/cloudquery/cloudquery/issues/11197)) ([409a4dd](https://github.com/cloudquery/cloudquery/commit/409a4dddc4e18da06dcfd493853b28c2a31bcf35))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.3 ([#11200](https://github.com/cloudquery/cloudquery/issues/11200)) ([ecd7f68](https://github.com/cloudquery/cloudquery/commit/ecd7f688d56ac999d32027b42e77cb98a0607422))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.4 ([#11204](https://github.com/cloudquery/cloudquery/issues/11204)) ([4d83a82](https://github.com/cloudquery/cloudquery/commit/4d83a8235bb780c35706114d1ace51ef885fd9af))
* **deps:** Update module github.com/cloudquery/filetypes/v3 to v3.1.5 ([#11246](https://github.com/cloudquery/cloudquery/issues/11246)) ([a615fc5](https://github.com/cloudquery/cloudquery/commit/a615fc5bd89eb2b26b0c43b88a2080e68a8f545a))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.9 ([#11240](https://github.com/cloudquery/cloudquery/issues/11240)) ([f92cd4b](https://github.com/cloudquery/cloudquery/commit/f92cd4bfe3c3d0088964d52ab9cd01ca4cf622e1))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 ([#11150](https://github.com/cloudquery/cloudquery/issues/11150)) ([dc00994](https://github.com/cloudquery/cloudquery/commit/dc00994e32936af7e9893c93561d0f9df225a929))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 ([#11244](https://github.com/cloudquery/cloudquery/issues/11244)) ([8fceef6](https://github.com/cloudquery/cloudquery/commit/8fceef6f9041e173923555d8ff221cfe83b424c2))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#11043](https://github.com/cloudquery/cloudquery/issues/11043)) ([3c6d885](https://github.com/cloudquery/cloudquery/commit/3c6d885c3d201b0b39cbc1406c6e54a57ec5ed5f))

## [3.2.0](https://github.com/cloudquery/cloudquery/compare/plugins-destination-file-v3.1.0...plugins-destination-file-v3.2.0) (2023-05-25)


Expand Down

0 comments on commit a91bb62

Please sign in to comment.