From 818456b15a748c409fd2c74fc76bca99c2489357 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 1 Sep 2025 11:19:19 +0100
Subject: [PATCH 1/3] fix(deps): Update amannn/action-semantic-pull-request
action to v6 (#178)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | major | `v5` -> `v6` |
---
### Release Notes
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)
### [`v6`](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v5...v6)
[Compare Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v5...v6)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate).
---
.github/workflows/pr_title.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml
index c44b736..8511fa9 100644
--- a/.github/workflows/pr_title.yml
+++ b/.github/workflows/pr_title.yml
@@ -14,7 +14,7 @@ jobs:
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- - uses: amannn/action-semantic-pull-request@v5
+ - uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
From c093ab0e8c1dea44d7f951c7a11c7abc918692e4 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 1 Sep 2025 11:20:15 +0100
Subject: [PATCH 2/3] fix(deps): Update actions/checkout action to v5 (#177)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` |
---
### Release Notes
actions/checkout (actions/checkout)
### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate).
---
.github/workflows/lint.yml | 2 +-
.github/workflows/publish.yml | 2 +-
.github/workflows/regen.yml | 2 +-
.github/workflows/unittest.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0ddedfa..5a51a99 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5208925..4a4208e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
id-token: write
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml
index 9a35f61..dc062f2 100644
--- a/.github/workflows/regen.yml
+++ b/.github/workflows/regen.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 4a5c707..ace8939 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
From 2515608bf252400fc2a67ce92f697e5433c585ce Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 1 Sep 2025 12:00:13 +0100
Subject: [PATCH 3/3] chore(main): Release v0.0.47 (#179)
:robot: I have created a release *beep* *boop*
---
## [0.0.47](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.46...v0.0.47) (2025-09-01)
### Bug Fixes
* **deps:** Update actions/checkout action to v5 ([#177](https://github.com/cloudquery/plugin-pb-python/issues/177)) ([c093ab0](https://github.com/cloudquery/plugin-pb-python/commit/c093ab0e8c1dea44d7f951c7a11c7abc918692e4))
* **deps:** Update amannn/action-semantic-pull-request action to v6 ([#178](https://github.com/cloudquery/plugin-pb-python/issues/178)) ([818456b](https://github.com/cloudquery/plugin-pb-python/commit/818456b15a748c409fd2c74fc76bca99c2489357))
---
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 bfd9909..7184724 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.0.46"
+ ".": "0.0.47"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5031960..6876e73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.0.47](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.46...v0.0.47) (2025-09-01)
+
+
+### Bug Fixes
+
+* **deps:** Update actions/checkout action to v5 ([#177](https://github.com/cloudquery/plugin-pb-python/issues/177)) ([c093ab0](https://github.com/cloudquery/plugin-pb-python/commit/c093ab0e8c1dea44d7f951c7a11c7abc918692e4))
+* **deps:** Update amannn/action-semantic-pull-request action to v6 ([#178](https://github.com/cloudquery/plugin-pb-python/issues/178)) ([818456b](https://github.com/cloudquery/plugin-pb-python/commit/818456b15a748c409fd2c74fc76bca99c2489357))
+
## [0.0.46](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.45...v0.0.46) (2025-08-01)
diff --git a/setup.py b/setup.py
index d63b375..740e670 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
]
setuptools.setup(
name=name,
- version="0.0.46",
+ version="0.0.47",
description=description,
long_description=long_description,
author="CloudQuery LTD",