From 0947601a32984736d1b099512e266b74d91699d4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 29 Aug 2023 08:22:02 +0300 Subject: [PATCH] chore(main): Release plugins-source-postgresql v3.0.1 --- .release-please-manifest.json | 2 +- plugins/source/postgresql/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91d3d25a21beb4..fb1a1495bb583f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -81,7 +81,7 @@ "plugins/destination/elasticsearch+FILLER": "0.0.0", "plugins/destination/clickhouse": "3.3.4", "plugins/destination/clickhouse+FILLER": "0.0.0", - "plugins/source/postgresql": "3.0.0", + "plugins/source/postgresql": "3.0.1", "plugins/source/postgresql+FILLER": "0.0.0", "plugins/source/homebrew": "3.0.5", "plugins/source/homebrew+FILLER": "0.0.0", diff --git a/plugins/source/postgresql/CHANGELOG.md b/plugins/source/postgresql/CHANGELOG.md index 29e8e465d58df0..cc3404c0644fd2 100644 --- a/plugins/source/postgresql/CHANGELOG.md +++ b/plugins/source/postgresql/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.0.1](https://github.com/cloudquery/cloudquery/compare/plugins-source-postgresql-v3.0.0...plugins-source-postgresql-v3.0.1) (2023-08-29) + + +### Bug Fixes + +* **deps:** Update `github.com/cloudquery/arrow/go/v13` to `github.com/apache/arrow/go/v14` ([#13341](https://github.com/cloudquery/cloudquery/issues/13341)) ([feb8f87](https://github.com/cloudquery/cloudquery/commit/feb8f87d8d761eb9c49ce84329ad0397f730a918)) +* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 5b83d4f ([#13203](https://github.com/cloudquery/cloudquery/issues/13203)) ([b0a4b8c](https://github.com/cloudquery/cloudquery/commit/b0a4b8ccf7c429bf5a6ed88866865212015b68e4)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.1 ([#13195](https://github.com/cloudquery/cloudquery/issues/13195)) ([a184c37](https://github.com/cloudquery/cloudquery/commit/a184c3786ad49df8564344773e9b96f617ef87a1)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.2 ([#13262](https://github.com/cloudquery/cloudquery/issues/13262)) ([5c55aa3](https://github.com/cloudquery/cloudquery/commit/5c55aa35282786375e8ce9493b2a4878e0fb27bc)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.5 ([#13285](https://github.com/cloudquery/cloudquery/issues/13285)) ([e076abd](https://github.com/cloudquery/cloudquery/commit/e076abd9d67813a29ced0c1b7b1664fd728b9ba8)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.6 ([#13345](https://github.com/cloudquery/cloudquery/issues/13345)) ([a995a05](https://github.com/cloudquery/cloudquery/commit/a995a0598a209e0fe3ba09f4ced2a052dc14b67a)) +* Document limitations of Postgres CDC syncing ([#13193](https://github.com/cloudquery/cloudquery/issues/13193)) ([92a9577](https://github.com/cloudquery/cloudquery/commit/92a9577a005da927428f07f10d0f377b83901211)) + ## [3.0.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-postgresql-v2.0.6...plugins-source-postgresql-v3.0.0) (2023-08-15)