Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update CloudQuery monorepo modules
Browse files Browse the repository at this point in the history
renovate-bot committed Dec 21, 2023
1 parent 234c8d4 commit 7f2b6d8
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-free/tests/bigquery.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-free/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/bigquery.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/cost/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/data-resilience/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/aws/encryption/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: aws
path: cloudquery/aws
version: "v22.19.2" # latest version of source aws plugin
version: "v23.2.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/azure/compliance-free/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
version: "v11.0.2" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/azure/compliance-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
version: "v11.0.2" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
version: "v11.0.2" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
version: "v11.0.2" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/tests/bigquery.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/bigquery.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/postgres.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
version: "v11.1.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---

0 comments on commit 7f2b6d8

Please sign in to comment.