Skip to content

Commit

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

| Package | Update | Change | Pending |
|---|---|---|---|
| [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v6.11.0` -> `v6.11.2` |  |
| [destination-bigquery](https://hub.cloudquery.io) | patch | `v4.1.16` -> `v4.1.18` | `v4.1.19` |
| [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.6.5` -> `v8.6.7` | `v8.6.8` |
| [destination-snowflake](https://hub.cloudquery.io) | patch | `v4.3.5` -> `v4.3.6` | `v4.3.7` |
| [source-gcp](https://hub.cloudquery.io) | minor | `v17.1.3` -> `v17.2.0` | `v17.3.0` |
| [source-k8s](https://hub.cloudquery.io) | patch | `v7.2.1` -> `v7.2.2` | `v7.3.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.11.1...cli-v6.11.2)

##### Bug Fixes

-   Renames tables before writing summary. ([#&#8203;19600](https://togithub.com/cloudquery/cloudquery/issues/19600)) ([9dae964](https://togithub.com/cloudquery/cloudquery/commit/9dae9647ecd3acf1361813f2a0b70bf2ddd196b3))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.11.0...cli-v6.11.1)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.2 ([#&#8203;19558](https://togithub.com/cloudquery/cloudquery/issues/19558)) ([6b25195](https://togithub.com/cloudquery/cloudquery/commit/6b251954c1718b910617b27a09fd7bd30ea3bf5d))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 ([#&#8203;19515](https://togithub.com/cloudquery/cloudquery/issues/19515)) ([97c6d41](https://togithub.com/cloudquery/cloudquery/commit/97c6d41cc6962534c4c4cb1d3368dc38e6074383))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 ([#&#8203;19565](https://togithub.com/cloudquery/cloudquery/issues/19565)) ([7e5fe64](https://togithub.com/cloudquery/cloudquery/commit/7e5fe6464d39173709107f512bab4da54a687d28))
-   **deps:** Update module github.com/rudderlabs/analytics-go/v4 to v4.2.1 ([#&#8203;19550](https://togithub.com/cloudquery/cloudquery/issues/19550)) ([31b1fb5](https://togithub.com/cloudquery/cloudquery/commit/31b1fb51be5a7f8d0fcbaa53ebe34e5a3eec61e9))
-   **deps:** Update module google.golang.org/grpc to v1.68.0 ([#&#8203;19593](https://togithub.com/cloudquery/cloudquery/issues/19593)) ([9d420c9](https://togithub.com/cloudquery/cloudquery/commit/9d420c96278fe08c35b37a1afb915baf271dee59))

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

---

 - [x] <!-- 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 Nov 26, 2024
1 parent 1dd1d10 commit 800023a
Show file tree
Hide file tree
Showing 37 changed files with 45 additions and 45 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.11.0
version: v6.11.2
- 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # 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.1.16" # latest version of destination bigquery plugin
version: "v4.1.18" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.1.16" # latest version of destination bigquery plugin
version: "v4.1.18" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # 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.1.16" # latest version of destination bigquery plugin
version: "v4.1.18" # 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.6.5" # latest version of postgresql plugin
version: "v8.6.7" # 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.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
4 changes: 2 additions & 2 deletions transformations/gcp/asset-inventory-free/tests/bigquery.yml
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.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.1.16" # latest version of destination bigquery plugin
version: "v4.1.18" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
Expand Down
4 changes: 2 additions & 2 deletions transformations/gcp/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: gcp
path: cloudquery/gcp
version: "v17.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.6.5" # latest version of postgresql plugin
version: "v8.6.7" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions transformations/gcp/asset-inventory-free/tests/snowflake.yml
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.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand All @@ -12,7 +12,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["bigquery"]
tables: ["*"]
---
Expand All @@ -11,7 +11,7 @@ spec:
name: bigquery
path: cloudquery/bigquery
registry: cloudquery
version: "v4.1.16" # latest version of destination bigquery plugin
version: "v4.1.18" # latest version of destination bigquery plugin
write_mode: "append"
spec:
project_id: cq-integration-tests
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["postgresql"]
tables: ["*"]
---
Expand All @@ -11,7 +11,7 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.6.5" # latest version of postgresql plugin
version: "v8.6.7" # latest version of postgresql plugin
spec:
batch_size: 10000
connection_string: ${CQ_DSN}
4 changes: 2 additions & 2 deletions 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.1.3" # latest version of source gcp plugin
version: "v17.2.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
Expand All @@ -11,7 +11,7 @@ spec:
name: snowflake
path: cloudquery/snowflake
registry: cloudquery
version: "v4.3.5" # latest version of destination snowflake plugin
version: "v4.3.6" # latest version of destination snowflake plugin
migrate_mode: forced
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Expand Down
Loading

0 comments on commit 800023a

Please sign in to comment.