Skip to content

Commit

Permalink
chore(deps): Update CloudQuery monorepo modules (#1205)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [source-aws](https://hub.cloudquery.io) | minor | `v30.2.0` -> `v30.3.0` |
| [source-azure](https://hub.cloudquery.io) | minor | `v16.1.0` -> `v16.2.0` |
| [source-gcp](https://hub.cloudquery.io) | minor | `v17.4.2` -> `v17.5.0` |
| [source-k8s](https://hub.cloudquery.io) | patch | `v7.3.4` -> `v7.3.5` |

---

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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 Jan 7, 2025
1 parent c785688 commit a84320d
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["clickhouse"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/bigquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["s3"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/cost/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/data-resilience/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/aws/encryption/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: aws
path: cloudquery/aws
registry: cloudquery
version: "v30.2.0" # latest version of source aws plugin
version: "v30.3.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure 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: azure
path: cloudquery/azure
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v16.1.0" # latest version of source azure plugin
version: "v16.2.0" # latest version of source azure plugin
destinations: ["snowflake"]
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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # 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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # 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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # 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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # 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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # 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: "v17.4.2" # latest version of source gcp plugin
version: "v17.5.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
2 changes: 1 addition & 1 deletion transformations/k8s/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spec:
name: k8s
path: cloudquery/k8s
registry: cloudquery
version: "v7.3.4" # latest version of source k8s plugin
version: "v7.3.5" # latest version of source k8s plugin
tables: ["*"]
destinations: ["postgresql"]
spec:
Expand Down

0 comments on commit a84320d

Please sign in to comment.