Skip to content

Commit

Permalink
chore(deps): Update CloudQuery monorepo modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Aug 7, 2024
1 parent 419a4c1 commit b4fa141
Show file tree
Hide file tree
Showing 35 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Publish tranformation
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_visualization_aws_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_data_resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Generate the docs
run: make shard=${{ matrix.shard }} gen-site
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_transformation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v6.1.0
version: v6.3.0
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions transformations/aws/asset-inventory-free/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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions 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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions 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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions 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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions 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: "v27.9.0" # latest version of source aws plugin
version: "v27.12.0" # latest version of source aws plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.0" # latest version of source azure plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions transformations/azure/asset-inventory-free/tests/postgres.yml
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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.0" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.0" # latest version of source azure plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand Down
4 changes: 2 additions & 2 deletions transformations/azure/compliance-premium/tests/postgres.yml
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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.0" # latest version of source azure plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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: "v14.5.0" # latest version of source azure plugin
version: "v14.6.0" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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 @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions 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: "v6.2.3" # latest version of source k8s plugin
version: "v6.2.4" # latest version of source k8s plugin
tables: ["*"]
destinations: ["postgresql"]
spec:
Expand All @@ -15,7 +15,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.3.1" # latest version of postgresql plugin
version: "v8.4.0" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}

0 comments on commit b4fa141

Please sign in to comment.