From fd32c57db98dba5f034d516ee78339818e3b764b Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 11 Jul 2024 10:49:31 +0100 Subject: [PATCH 1/3] chore: Switch to `googleapis/release-please-action` (#205) --- .github/workflows/release_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index a431fe5..ddb8a6b 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -8,7 +8,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.GH_CQ_BOT }} From c7448c2a163592978690edbd493554ae9faa8bf3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:21:26 -0400 Subject: [PATCH 2/3] fix(deps): Update dependency cloudquery-plugin-pb to v0.0.30 (#206) 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.29` -> `==0.0.30` | --- ### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb) ### [`v0.0.30`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0030-2024-07-17) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.29...v0.0.30) ##### Bug Fixes - Generate Python Code from `plugin-pb` ([#​97](https://togithub.com/cloudquery/plugin-pb-python/issues/97)) ([f08acea](https://togithub.com/cloudquery/plugin-pb-python/commit/f08acea713210af9aecf1982c1c61d01e5245752))
--- ### 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 12318d2..5d0d2aa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description = "CloudQuery Plugin SDK for Python" dependencies = [ - "cloudquery-plugin-pb==0.0.29", + "cloudquery-plugin-pb==0.0.30", "exceptiongroup==1.2.1", "black==24.4.2", "grpcio==1.64.1", From 1bded15afe9990a393ed47634d88dbfe79ee1137 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:26:14 -0400 Subject: [PATCH 3/3] chore(main): Release v0.1.30 (#207) :robot: I have created a release *beep* *boop* --- ## [0.1.30](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.29...v0.1.30) (2024-07-17) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.30 ([#206](https://github.com/cloudquery/plugin-sdk-python/issues/206)) ([c7448c2](https://github.com/cloudquery/plugin-sdk-python/commit/c7448c2a163592978690edbd493554ae9faa8bf3)) --- 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 | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ffed35..93dc0dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.29" + ".": "0.1.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e88904f..946114b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.30](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.29...v0.1.30) (2024-07-17) + + +### Bug Fixes + +* **deps:** Update dependency cloudquery-plugin-pb to v0.0.30 ([#206](https://github.com/cloudquery/plugin-sdk-python/issues/206)) ([c7448c2](https://github.com/cloudquery/plugin-sdk-python/commit/c7448c2a163592978690edbd493554ae9faa8bf3)) + ## [0.1.29](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.28...v0.1.29) (2024-07-11) diff --git a/setup.py b/setup.py index 5d0d2aa..3d135d0 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.29", + version="0.1.30", description=description, long_description=long_description, author="CloudQuery LTD",