turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.67k stars 262 forks source link

Plugin entry now needs to exist in versions.json in order for connections to be loaded #4223

Closed cbruno10 closed 3 months ago

cbruno10 commented 3 months ago

Describe the bug In v0.22.0, if you locally build a plugin without ever running steampipe plugin install <plugin_name>, connections for that plugin will never be loaded or will be loaded in error state. In v0.21.8 and earlier versions, you could still load connections in.

Workarounds are:

Steampipe version (steampipe -v) v0.22.0

To reproduce

Expected behavior Connections should be loaded

Additional context Add any other context about the problem here.