Skip to content

Commit 985a45d

Browse files
authored
fix(deps)!: Update dependency source-aws to v33 (#860)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | major | `v32.1.0` -> `v33.2.0` | --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent a75c597 commit 985a45d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/cloudquery/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ config: |
107107
spec:
108108
name: aws
109109
path: cloudquery/aws
110-
version: "v32.1.0" # latest version of aws plugin
110+
version: "v33.2.0" # latest version of aws plugin
111111
tables: ["aws_ec2_instances"]
112112
destinations: ["postgresql"]
113113
---
114114
kind: destination
115115
spec:
116116
name: postgresql
117117
path: cloudquery/postgresql
118-
version: "v8.0.6" # latest version of postgresql plugin
118+
version: "v8.0.6" # latest version of destination postgresql plugin
119119
spec:
120120
connection_string: ${CQ_DSN}
121121

0 commit comments

Comments
 (0)