GCP plugin v0.52.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.0 and added project column as a connection key column across all tables
May 13, 2024•plugin
Enhancements
- The
project
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple GCP projects. (#564) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#580) - Added the
version
flag to the plugin's Export tool. (#65)****
Bug fixes
- Fixed the table
gcp_cloudfunctions_function
to listgen2
cloud functions. (#568) (Thanks @ashutoshmore658 for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.0 that adds support for connection key columns. (#564)
- Recompiled plugin with github.com/hashicorp/go-getter v1.7.4. (#570)