Skip to content

Commit

Permalink
chore(deps): Update dependency source-gcp to v10 (#269)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [source-gcp](https://togithub.com/cloudquery/cloudquery) | major | `v9.9.2` -> `v10.0.0` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (source-gcp)</summary>

### [`v10.0.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-gcp-v10.0.0)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-gcp-v9.9.2...plugins-source-gcp-v10.0.0)

##### ⚠ BREAKING CHANGES

-   Change `googleapi.RawMessage` column type from binary to JSON ([#&#8203;15410](https://togithub.com/cloudquery/cloudquery/issues/15410))

##### This Release has the Following Changes to Tables

-   Table `gcp_artifactregistry_locations`: column type changed from `binary` to `json` for `metadata` (:warning: breaking)
-   Table `gcp_cloudscheduler_locations`: column type changed from `binary` to `json` for `metadata` (:warning: breaking)
-   Table `gcp_networkconnectivity_locations`: column type changed from `binary` to `json` for `metadata` (:warning: breaking)
-   Table `gcp_run_locations`: column type changed from `binary` to `json` for `metadata` (:warning: breaking)

##### Bug Fixes

-   Change `googleapi.RawMessage` column type from binary to JSON ([#&#8203;15410](https://togithub.com/cloudquery/cloudquery/issues/15410)) ([6bf7173](https://togithub.com/cloudquery/cloudquery/commit/6bf7173b4505a0efa575b54d09898656789acd39))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.2 ([#&#8203;15325](https://togithub.com/cloudquery/cloudquery/issues/15325)) ([77f2db5](https://togithub.com/cloudquery/cloudquery/commit/77f2db52634bad6e56d970d55172b08d823b97c9))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.3 ([#&#8203;15355](https://togithub.com/cloudquery/cloudquery/issues/15355)) ([d8455e5](https://togithub.com/cloudquery/cloudquery/commit/d8455e5ca1059746c7aced395e9bc150ea495591))
-   **services:** Update GCP Services ([#&#8203;15379](https://togithub.com/cloudquery/cloudquery/issues/15379)) ([094d8c2](https://togithub.com/cloudquery/cloudquery/commit/094d8c2a098128b3e17232a24b8087b248f6630b))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Nov 23, 2023
1 parent f04acb8 commit 0c5e0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformations/gcp_compliance/tests/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v9.9.2" # latest version of source gcp plugin
version: "v10.0.0" # latest version of source gcp plugin
destinations: ["dest"]
tables: ["*"]

0 comments on commit 0c5e0fd

Please sign in to comment.