From 16133f94ab28bba345e2b59e3e8164234264f172 Mon Sep 17 00:00:00 2001 From: Subhajit Kumar Mondal Date: Tue, 2 Mar 2021 22:07:00 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v0.2.1. Closes #131 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b6c439..dfd66fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.2.1 [2021-03-02] + +_Bug fixes_ + +- Recompiled plugin with latest [steampipe-plugin-sdk](https://github.com/turbot/steampipe-plugin-sdk) to resolve issue: + - Fix tables failing with error `Error: pq: rpc error: code = Internal desc = get hydrate function getIamRole failed with panic interface conversion: interface {} is nil, not *gcp.roleInfo`([#129](https://github.com/turbot/steampipe-plugin-gcp/issues/129)). + ## v0.2.0 [2021-02-25] _What's new?_ From 7a322f2147c57aa23fc3805a37c36d24839a9924 Mon Sep 17 00:00:00 2001 From: Subhajit Kumar Mondal Date: Tue, 2 Mar 2021 22:11:10 +0530 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd66fc1..ba57be7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ _Bug fixes_ - Recompiled plugin with latest [steampipe-plugin-sdk](https://github.com/turbot/steampipe-plugin-sdk) to resolve issue: - - Fix tables failing with error `Error: pq: rpc error: code = Internal desc = get hydrate function getIamRole failed with panic interface conversion: interface {} is nil, not *gcp.roleInfo`([#129](https://github.com/turbot/steampipe-plugin-gcp/issues/129)). + - Fix tables failing with error similar to `Error: pq: rpc error: code = Internal desc = get hydrate function getIamRole failed with panic interface conversion: interface {} is nil, not *gcp.roleInfo`([#129](https://github.com/turbot/steampipe-plugin-gcp/issues/129)). ## v0.2.0 [2021-02-25]