Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [source-gcp](https://hub.cloudquery.io) | patch | `v16.0.1` -> `v16.0.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Aug 13, 2024
1 parent 2df3bf9 commit 3c0be4f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: gcp
path: cloudquery/gcp
registry: cloudquery
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: gcp
path: cloudquery/gcp
registry: cloudquery
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/bigquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v16.0.1" # latest version of source gcp plugin
version: "v16.0.2" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down

0 comments on commit 3c0be4f

Please sign in to comment.