Skip to content

Commit

Permalink
Merge branch 'main' into chore/set_head_base_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 20, 2022
2 parents 56e7018 + 295f592 commit a5c7b1f
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugins/source/azure+FILLER": "0.0.0",
"plugins/source/cloudflare": "2.0.7",
"plugins/source/cloudflare+FILLER": "0.0.0",
"plugins/source/digitalocean": "2.0.6",
"plugins/source/digitalocean": "2.0.7",
"plugins/source/digitalocean+FILLER": "0.0.0",
"plugins/source/gcp": "2.0.6",
"plugins/source/gcp+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions plugins/source/digitalocean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this provider will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.7](https://github.com/cloudquery/cloudquery/compare/plugins-source-digitalocean-v2.0.6...plugins-source-digitalocean-v2.0.7) (2022-10-20)


### Bug Fixes

* **deps:** Update plugin-sdk for digitalocean to v0.13.12 ([#3103](https://github.com/cloudquery/cloudquery/issues/3103)) ([daf0708](https://github.com/cloudquery/cloudquery/commit/daf0708ec904332bce41540f680fbb90b56ebbc6))

## [2.0.6](https://github.com/cloudquery/cloudquery/compare/plugins-source-digitalocean-v2.0.5...plugins-source-digitalocean-v2.0.6) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion sites/versions/v2/destination-postgresql.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "latest": "plugins-destination-postgresql-v1.3.7" }
{ "latest": "plugins-destination-postgresql-v1.3.8" }
2 changes: 1 addition & 1 deletion sites/versions/v2/destination-test.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "latest": "plugins-destination-test-v1.2.6" }
{ "latest": "plugins-destination-test-v1.2.7" }
2 changes: 1 addition & 1 deletion sites/versions/v2/source-github.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "latest": "plugins-source-github-v1.0.7" }
{ "latest": "plugins-source-github-v1.0.8" }
2 changes: 1 addition & 1 deletion sites/versions/v2/source-k8s.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "latest": "plugins-source-k8s-v2.0.2" }
{ "latest": "plugins-source-k8s-v2.0.3" }
4 changes: 2 additions & 2 deletions website/pages/blog/migrating-from-v0-to-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
path: "cloudquery/postgresql"

# Required. Must be a specific version starting with v, e.g. v1.2.3
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin

## Optional. Default: "overwrite". Available: "overwrite", "append", "overwrite-delete-stale". Not all modes are
## supported by all plugins, so make sure to check the plugin documentation for more details.
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
kind: destination
spec:
name: "postgresql"
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin
# rest of destination spec here
```

Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/plugins/destinations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a list of all official and community destination plugins.

| **Name** | Latest Version | Changelog | Stage |
|--------------------------|----------------|-----------------------------------|-------|
| [PostgreSQL][postgresql] | v1.3.7 | [Changelog][PostgreSQL-Changelog] | GA |
| [PostgreSQL][postgresql] | v1.3.8 | [Changelog][PostgreSQL-Changelog] | GA |

[PostgreSQL]: https://github.com/cloudquery/cloudquery/blob/main/plugins/destination/postgresql/README.md
[PostgreSQL-Changelog]: https://github.com/cloudquery/cloudquery/blob/main/plugins/destination/postgresql/CHANGELOG.md
4 changes: 2 additions & 2 deletions website/pages/docs/plugins/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Official source plugins follow [release stages](source-plugin-release-stages).
| [Azure][azure] | v1.0.8 | [Changelog][Azure-Changelog] | GA |
| [GCP][gcp] | v2.0.4 | [Changelog][GCP-Changelog] | GA |
| [DigitalOcean][digitalocean] | v2.0.6 | [Changelog][DigitalOcean-Changelog] | GA |
| [GitHub][github] | v1.0.7 | [Changelog][GitHub-Changelog] | GA |
| [GitHub][github] | v1.0.8 | [Changelog][GitHub-Changelog] | GA |
| [Heroku][heroku] | v2.0.5 | [Changelog][Heroku-Changelog] | Preview |
| [k8s][k8s] | v2.0.2 | [Changelog][k8s-Changelog] | Preview |
| [k8s][k8s] | v2.0.3 | [Changelog][k8s-Changelog] | Preview |
| [Okta][okta] | v1.0.9 | [Changelog][Okta-Changelog] | Preview |
| [Terraform][terraform] | v1.0.8 | [Changelog][Terraform-Changelog] | Preview |

Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:

## Required. Must be a specific version starting with v, e.g. v1.2.3
## checkout latest versions here https://github.com/cloudquery/cloudquery/releases?q=plugins-destination-postgresql&expanded=true
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin

## Optional. Default: "overwrite-delete-stale". Available: "overwrite-delete-stale", "overwrite", "append".
## Not all modes are supported by all plugins, so make sure to check the plugin documentation for more details.
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/recipes/aws-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: destination
spec:
name: postgresql
path: cloudquery/postgresql
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin
spec:
connection_string: ${PG_CONNECTION_STRING}
```
2 changes: 1 addition & 1 deletion website/pages/docs/recipes/azure-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: destination
spec:
name: postgresql
path: cloudquery/postgresql
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin
spec:
connection_string: ${PG_CONNECTION_STRING}
```
2 changes: 1 addition & 1 deletion website/pages/docs/recipes/gcp-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: destination
spec:
name: postgresql
path: cloudquery/postgresql
version: "v1.3.7" # latest version of postgresql plugin
version: "v1.3.8" # latest version of postgresql plugin
spec:
connection_string: ${PG_CONNECTION_STRING}
```

0 comments on commit a5c7b1f

Please sign in to comment.