From de242e63bc8cff8d78b8fa2325998772303011dc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:25:22 +0200 Subject: [PATCH] chore(main): Release plugins-source-gandi v1.1.4 --- .release-please-manifest.json | 2 +- plugins/source/gandi/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c27479df95e..2e883370b97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -33,7 +33,7 @@ "plugins/destination/sqlite+FILLER": "0.0.0", "plugins/destination/snowflake": "1.1.3", "plugins/destination/snowflake+FILLER": "0.0.0", - "plugins/source/gandi": "1.1.3", + "plugins/source/gandi": "1.1.4", "plugins/source/gandi+FILLER": "0.0.0", "plugins/source/datadog": "1.0.5", "plugins/source/datadog+FILLER": "0.0.0", diff --git a/plugins/source/gandi/CHANGELOG.md b/plugins/source/gandi/CHANGELOG.md index 6e0b956a356..3935c02ed52 100644 --- a/plugins/source/gandi/CHANGELOG.md +++ b/plugins/source/gandi/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.4](https://github.com/cloudquery/cloudquery/compare/plugins-source-gandi-v1.1.3...plugins-source-gandi-v1.1.4) (2023-01-03) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.14.0 ([#6025](https://github.com/cloudquery/cloudquery/issues/6025)) ([35b2cfc](https://github.com/cloudquery/cloudquery/commit/35b2cfc7fc7bcdaceb7ee674e3a17f0f5673b366)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.0 ([#6071](https://github.com/cloudquery/cloudquery/issues/6071)) ([684b525](https://github.com/cloudquery/cloudquery/commit/684b525aaa285fcae70dd87af56679c1205adebe)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.1 ([#6079](https://github.com/cloudquery/cloudquery/issues/6079)) ([650659c](https://github.com/cloudquery/cloudquery/commit/650659c3c6766df571868e2ec3a2007cb76696eb)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.0 ([#6098](https://github.com/cloudquery/cloudquery/issues/6098)) ([7bacdf3](https://github.com/cloudquery/cloudquery/commit/7bacdf3364716eab08fa1a84ae4047b42edeee7e)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.1 ([#6214](https://github.com/cloudquery/cloudquery/issues/6214)) ([53b2415](https://github.com/cloudquery/cloudquery/commit/53b241508d7511d4b5fa74cc4262d180c1e6df66)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.0 ([#6256](https://github.com/cloudquery/cloudquery/issues/6256)) ([b19f6cd](https://github.com/cloudquery/cloudquery/commit/b19f6cd8e2c39994aeb19d78e78e927d6c3cf580)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.2 ([#6260](https://github.com/cloudquery/cloudquery/issues/6260)) ([805972a](https://github.com/cloudquery/cloudquery/commit/805972aa67ce54e3358501c6b7ee5d85e5f65cac)) + ## [1.1.3](https://github.com/cloudquery/cloudquery/compare/plugins-source-gandi-v1.1.2...plugins-source-gandi-v1.1.3) (2022-12-27)