Skip to content

Commit 62692b9

Browse files
cq-botpull[bot]
authored andcommitted
chore: Update plugin source-aws version to v3.5.0 (#3179)
Updates the `source-aws` plugin latest version to v3.5.0
1 parent d3b7fb0 commit 62692b9

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/source/aws/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
# Source spec section
1111
name: aws
1212
path: cloudquery/aws
13-
version: "v3.4.3" # latest version of aws plugin
13+
version: "v3.5.0" # latest version of aws plugin
1414
tables: ["*"]
1515
destinations: ["postgresql"]
1616
spec:

sites/versions/v2/source-aws.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "latest": "plugins-source-aws-v3.4.3" }
1+
{ "latest": "plugins-source-aws-v3.5.0" }

website/pages/blog/migrating-from-v0-to-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
name: "aws" # required
3737

3838
# Required. Must be a specific version starting with v, e.g. v1.2.3
39-
version: "v3.4.3" # latest version of aws plugin
39+
version: "v3.5.0" # latest version of aws plugin
4040

4141
## Optional. Default: "github". Available: "local", "grpc"
4242
# registry: github
@@ -136,7 +136,7 @@ The `sync` command supports loading config from files or directories, and you ma
136136
kind: source
137137
spec:
138138
name: "aws"
139-
version: "v3.4.3" # latest version of aws plugin
139+
version: "v3.5.0" # latest version of aws plugin
140140
# rest of source spec here
141141
---
142142
kind: destination

website/pages/docs/plugins/sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Official source plugins follow [release stages](source-plugin-release-stages).
88

99
| **Name** | Latest Version | Changelog | Stage |
1010
|-----------------------|----------------|-------------------------------------|-------|
11-
| [AWS][aws] | v3.4.3 | [Changelog][AWS-Changelog] | GA |
11+
| [AWS][aws] | v3.5.0 | [Changelog][AWS-Changelog] | GA |
1212
| [Azure][azure] | v1.0.9 | [Changelog][Azure-Changelog] | GA |
1313
| [GCP][gcp] | v2.2.0 | [Changelog][GCP-Changelog] | GA |
1414
| [DigitalOcean][digitalocean] | v2.0.7 | [Changelog][DigitalOcean-Changelog] | GA |

website/pages/docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
8080
## Required. Must be a specific version starting with v, e.g. v1.2.3
8181
## checkout latest versions here https://github.com/cloudquery/cloudquery/releases?q=plugins-source-aws&expanded=true
82-
version: "v3.4.3" # latest version of aws plugin
82+
version: "v3.5.0" # latest version of aws plugin
8383
8484
## Optional. Default: ["*"] - all tables. We recommend to specify specific tables that you need to sync as this
8585
## will reduce the amount of data synced and improve performance.

website/pages/docs/recipes/aws-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: source
55
spec:
66
name: aws
77
path: cloudquery/aws
8-
version: "v3.4.3" # latest version of aws plugin
8+
version: "v3.5.0" # latest version of aws plugin
99
tables: ["*"]
1010
destinations: ["postgresql"]
1111
---

0 commit comments

Comments
 (0)