Skip to content

Commit 5022820

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#1505)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-bigquery](https://hub.cloudquery.io) | patch | `v4.6.0` -> `v4.6.1` | | [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.13.0` -> `v8.13.1` | | [destination-snowflake](https://hub.cloudquery.io) | patch | `v5.1.3` -> `v5.1.4` | | [source-aws](https://hub.cloudquery.io) | minor | `v32.48.3` -> `v32.49.0` | | [source-gcp](https://hub.cloudquery.io) | patch | `v19.8.4` -> `v19.8.5` | | [source-k8s](https://hub.cloudquery.io) | patch | `v7.9.13` -> `v7.9.14` | --- ### 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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent e25ac16 commit 5022820

File tree

23 files changed

+38
-38
lines changed

23 files changed

+38
-38
lines changed

transformations/aws/asset-inventory-free/tests/clickhouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["clickhouse"]
88
tables: ["*"]
99
---

transformations/aws/asset-inventory-free/tests/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["postgresql"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: "postgresql"
1313
path: "cloudquery/postgresql"
1414
registry: cloudquery
15-
version: "v8.13.0" # latest version of postgresql plugin
15+
version: "v8.13.1" # latest version of postgresql plugin
1616
spec:
1717
batch_size: 10000
1818
connection_string: ${CQ_DSN}

transformations/aws/asset-inventory-free/tests/snowflake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["snowflake"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: snowflake
1313
path: cloudquery/snowflake
1414
registry: cloudquery
15-
version: "v5.1.3" # latest version of destination snowflake plugin
15+
version: "v5.1.4" # latest version of destination snowflake plugin
1616
migrate_mode: forced
1717
spec:
1818
connection_string: ${SNOWFLAKE_CONNECTION_STRING}

transformations/aws/compliance-premium/tests/bigquery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["bigquery"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: bigquery
1313
path: cloudquery/bigquery
1414
registry: cloudquery
15-
version: "v4.6.0" # latest version of destination bigquery plugin
15+
version: "v4.6.1" # latest version of destination bigquery plugin
1616
write_mode: "append"
1717
spec:
1818
project_id: cq-integration-tests

transformations/aws/compliance-premium/tests/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["postgresql"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: "postgresql"
1313
path: "cloudquery/postgresql"
1414
registry: cloudquery
15-
version: "v8.13.0" # latest version of postgresql plugin
15+
version: "v8.13.1" # latest version of postgresql plugin
1616
spec:
1717
batch_size: 10000
1818
connection_string: ${CQ_DSN}

transformations/aws/compliance-premium/tests/s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["s3"]
88
tables: ["*"]
99
---

transformations/aws/compliance-premium/tests/snowflake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["snowflake"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: snowflake
1313
path: cloudquery/snowflake
1414
registry: cloudquery
15-
version: "v5.1.3" # latest version of destination snowflake plugin
15+
version: "v5.1.4" # latest version of destination snowflake plugin
1616
migrate_mode: forced
1717
spec:
1818
connection_string: ${SNOWFLAKE_CONNECTION_STRING}

transformations/aws/cost/tests/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["postgresql"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: "postgresql"
1313
path: "cloudquery/postgresql"
1414
registry: cloudquery
15-
version: "v8.13.0" # latest version of postgresql plugin
15+
version: "v8.13.1" # latest version of postgresql plugin
1616
spec:
1717
batch_size: 10000
1818
connection_string: ${CQ_DSN}

transformations/aws/data-resilience/tests/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["postgresql"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: "postgresql"
1313
path: "cloudquery/postgresql"
1414
registry: cloudquery
15-
version: "v8.13.0" # latest version of postgresql plugin
15+
version: "v8.13.1" # latest version of postgresql plugin
1616
spec:
1717
batch_size: 10000
1818
connection_string: ${CQ_DSN}

transformations/aws/encryption/tests/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spec:
33
name: aws
44
path: cloudquery/aws
55
registry: cloudquery
6-
version: "v32.48.3" # latest version of source aws plugin
6+
version: "v32.49.0" # latest version of source aws plugin
77
destinations: ["postgresql"]
88
tables: ["*"]
99
---
@@ -12,7 +12,7 @@ spec:
1212
name: "postgresql"
1313
path: "cloudquery/postgresql"
1414
registry: cloudquery
15-
version: "v8.13.0" # latest version of postgresql plugin
15+
version: "v8.13.1" # latest version of postgresql plugin
1616
spec:
1717
batch_size: 10000
1818
connection_string: ${CQ_DSN}

0 commit comments

Comments
 (0)