Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v6.12.9` -> `v6.12.10` |
| [destination-bigquery](https://hub.cloudquery.io) | patch | `v4.2.3` -> `v4.2.4` |
| [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.7.5` -> `v8.7.6` |
| [destination-snowflake](https://hub.cloudquery.io) | patch | `v4.4.3` -> `v4.4.4` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (cli)</summary>

### [`v6.12.10`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v6.12.10)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/v6.12.9...v6.12.10)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.2 ([#&#8203;20008](https://togithub.com/cloudquery/cloudquery/issues/20008)) ([44c32ff](https://togithub.com/cloudquery/cloudquery/commit/44c32ffe558f49cc01c3737b20557f60cc223065))
-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.3 ([#&#8203;20017](https://togithub.com/cloudquery/cloudquery/issues/20017)) ([1f73c41](https://togithub.com/cloudquery/cloudquery/commit/1f73c41ef803768dd4e1cb8ad5bbf2367ec8f362))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.4 ([#&#8203;20005](https://togithub.com/cloudquery/cloudquery/issues/20005)) ([ce42c41](https://togithub.com/cloudquery/cloudquery/commit/ce42c4137f9f028301f7880f0dac7e9eb0350c28))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.5 ([#&#8203;20018](https://togithub.com/cloudquery/cloudquery/issues/20018)) ([f019725](https://togithub.com/cloudquery/cloudquery/commit/f01972543e11b1176b80cc9ae224adb759b59462))
-   **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#&#8203;20032](https://togithub.com/cloudquery/cloudquery/issues/20032)) ([93edb66](https://togithub.com/cloudquery/cloudquery/commit/93edb66aed685c7feb4effa621d0ed952ab6370a))

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

👻 **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 a84320d commit 6a4aeff
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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 @@ -110,7 +110,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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 @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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@v4
with:
version: v6.12.9
version: v6.12.10
- 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 @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.9
version: v6.12.10
- 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 @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # 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 @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
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 @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
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 @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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 @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
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 @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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 @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
2 changes: 1 addition & 1 deletion transformations/aws/encryption/tests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # 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 @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
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.7.5" # latest version of postgresql plugin
version: "v8.7.6" # 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 @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # 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 @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
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.7.5" # latest version of postgresql plugin
version: "v8.7.6" # 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 @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
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 @@ -11,7 +11,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.2.3" # latest version of destination bigquery plugin
version: "v4.2.4" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
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 @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
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 @@ -11,7 +11,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.4.3" # latest version of destination snowflake plugin
version: "v4.4.4" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
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 @@ -15,7 +15,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.5" # latest version of postgresql plugin
version: "v8.7.6" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}

0 comments on commit 6a4aeff

Please sign in to comment.