From f7c7a4ad06d92253ec811017a4074f7b2c22d0e4 Mon Sep 17 00:00:00 2001 From: misraved Date: Tue, 12 Dec 2023 18:47:16 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v0.10.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e9f24..ce312ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.10.0 [2023-12-12] + +_What's new?_ + +- The plugin can now be downloaded and used with the [Steampipe CLI](https://steampipe.io/docs), as a [Postgres FDW](https://steampipe.io/docs/steampipe_postgres/overview), as a [SQLite extension](https://steampipe.io/docs//steampipe_sqlite/overview) and as a standalone [exporter](https://steampipe.io/docs/steampipe_export/overview). ([#67](https://github.com/turbot/steampipe-plugin-scaleway/pull/67)) +- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. ([#67](https://github.com/turbot/steampipe-plugin-scaleway/pull/67)) +- Docs license updated to match Steampipe [CC BY-NC-ND license](https://github.com/turbot/steampipe-plugin-scaleway/blob/main/docs/LICENSE). ([#67](https://github.com/turbot/steampipe-plugin-scaleway/pull/67)) + +_Dependencies_ + +- Recompiled plugin with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to column, and fixing connection and potential divide-by-zero bugs. ([#66](https://github.com/turbot/steampipe-plugin-scaleway/pull/66)) + ## v0.9.1 [2023-10-05] _Dependencies_ From 488845b79c3456c39cfabd7ed32319ab34e72491 Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Tue, 12 Dec 2023 19:54:23 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce312ee..10d3bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ _What's new?_ _Dependencies_ -- Recompiled plugin with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to column, and fixing connection and potential divide-by-zero bugs. ([#66](https://github.com/turbot/steampipe-plugin-scaleway/pull/66)) +- Recompiled plugin with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to `_ctx` column, and fixing connection and potential divide-by-zero bugs. ([#66](https://github.com/turbot/steampipe-plugin-scaleway/pull/66)) ## v0.9.1 [2023-10-05]