From f4f2f6ddde89642cdd83033ed1acc98c2d83e113 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:46:23 -0400 Subject: [PATCH 1/3] fix(deps): Update dependency cloudquery-plugin-pb to v0.0.31 (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.30` -> `==0.0.31` | --- ### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb) ### [`v0.0.31`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0031-2024-07-30) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.30...v0.0.31) ##### Bug Fixes - Generate Python Code from `plugin-pb` ([#​99](https://togithub.com/cloudquery/plugin-pb-python/issues/99)) ([8375eeb](https://togithub.com/cloudquery/plugin-pb-python/commit/8375eeb3ac02e1a62c90034dc2fef16892367e17))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d135d0..e8d96d4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description = "CloudQuery Plugin SDK for Python" dependencies = [ - "cloudquery-plugin-pb==0.0.30", + "cloudquery-plugin-pb==0.0.31", "exceptiongroup==1.2.1", "black==24.4.2", "grpcio==1.64.1", From 4ee3f53c0b62f67a5141c31674d65fc6ea6fa34d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:18:54 -0400 Subject: [PATCH 2/3] fix(deps): Update dependency cloudquery-plugin-pb to v0.0.32 (#210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.31` -> `==0.0.32` | --- ### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb) ### [`v0.0.32`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0032-2024-07-30) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.31...v0.0.32) ##### Bug Fixes - Generate Python Code from `plugin-pb` ([#​101](https://togithub.com/cloudquery/plugin-pb-python/issues/101)) ([5f61e15](https://togithub.com/cloudquery/plugin-pb-python/commit/5f61e156269a909a1f17379b3ca5e948ffd0d0ec))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8d96d4..151453f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description = "CloudQuery Plugin SDK for Python" dependencies = [ - "cloudquery-plugin-pb==0.0.31", + "cloudquery-plugin-pb==0.0.32", "exceptiongroup==1.2.1", "black==24.4.2", "grpcio==1.64.1", From 18fb202f8d43d1f691c3834aa799917521fee5e1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:24:44 -0400 Subject: [PATCH 3/3] chore(main): Release v0.1.31 (#209) :robot: I have created a release *beep* *boop* --- ## [0.1.31](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.30...v0.1.31) (2024-07-30) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.31 ([#208](https://github.com/cloudquery/plugin-sdk-python/issues/208)) ([f4f2f6d](https://github.com/cloudquery/plugin-sdk-python/commit/f4f2f6ddde89642cdd83033ed1acc98c2d83e113)) * **deps:** Update dependency cloudquery-plugin-pb to v0.0.32 ([#210](https://github.com/cloudquery/plugin-sdk-python/issues/210)) ([4ee3f53](https://github.com/cloudquery/plugin-sdk-python/commit/4ee3f53c0b62f67a5141c31674d65fc6ea6fa34d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93dc0dc..9fa11e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.30" + ".": "0.1.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 946114b..ab60628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.31](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.30...v0.1.31) (2024-07-30) + + +### Bug Fixes + +* **deps:** Update dependency cloudquery-plugin-pb to v0.0.31 ([#208](https://github.com/cloudquery/plugin-sdk-python/issues/208)) ([f4f2f6d](https://github.com/cloudquery/plugin-sdk-python/commit/f4f2f6ddde89642cdd83033ed1acc98c2d83e113)) +* **deps:** Update dependency cloudquery-plugin-pb to v0.0.32 ([#210](https://github.com/cloudquery/plugin-sdk-python/issues/210)) ([4ee3f53](https://github.com/cloudquery/plugin-sdk-python/commit/4ee3f53c0b62f67a5141c31674d65fc6ea6fa34d)) + ## [0.1.30](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.29...v0.1.30) (2024-07-17) diff --git a/setup.py b/setup.py index 151453f..92a1761 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.30", + version="0.1.31", description=description, long_description=long_description, author="CloudQuery LTD",