Linode plugin v0.7.0 - Added linode_firewall and linode_node_balancer tables
Aug 09, 2024•plugin
What's new?
- New tables added
Enhancements
- The
euuid
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Linode accounts. (#56) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#60) - Added the
version
flag to the plugin's Export tool. (#65)
Dependencies
- Recompiled plugin with linode-sdk-for-go v1.37.0. (#56)
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#55)