Skip to content

Releases: turbot/steampipe

v0.21.0-alpha.3

11 Aug 15:35
Compare
Choose a tag to compare
v0.21.0-alpha.3 Pre-release
Pre-release
Update CHANGELOG.md for v0.21.0

v0.20.10

11 Aug 15:36
Compare
Choose a tag to compare

Bug fixes

  • Fixes issue where CAPITAL arguments to '.cache' meta command were not getting recognised. (#3670)
  • Fixes issue where port property in dashboard options was not respected. (#3664)
  • Fixes issue where using a bad workspace-database with a valid token gives invalid token as the error. (#3610)
  • Fixes timing issue where refresh connections was sometimes not run when starting service. (#3734)
  • Fixes issue where db connections are not closed after sending postgres notification. (#3744)

v0.21.0-alpha.1

31 Jul 08:40
Compare
Choose a tag to compare
v0.21.0-alpha.1 Pre-release
Pre-release
v0.21.0-alpha.1

v0.21.0-alpha.0

28 Jul 19:06
Compare
Choose a tag to compare
v0.21.0-alpha.0 Pre-release
Pre-release
tactical - ensure steampipe_internal is created before creating steam…

v0.20.9

11 Jul 15:46
Compare
Choose a tag to compare

Bug fixes

  • Fix aggregator connections being dropped intermittently when refreshing connections. (#3664)
  • Ensure dynamic aggregator schema is updated if connections are added. (#3645)

v0.20.8

03 Jul 14:20
Compare
Choose a tag to compare

Bug fixes

  • Fixes issue where setting cache ttl from the CLI results in the query cache being disabled for that session. (#3639)

v0.20.7

22 Jun 17:11
Compare
Choose a tag to compare

Bug fixes

  • Fixes issue where aggregator connections are updated every time RefreshConnections runs. (#3582)
  • Add connections column to steampipe_connection_state table. (#3582)
  • Fixes issue where exporting check all yields a badly formatted filename. (#3591)
  • Fix variable value validation not taking into account command line variable values. (#3606)

v0.20.7-rc.1

22 Jun 15:58
Compare
Choose a tag to compare
v0.20.7-rc.1 Pre-release
Pre-release
v0.20.7-rc.1

v0.20.7-rc.0

22 Jun 07:20
Compare
Choose a tag to compare
v0.20.7-rc.0 Pre-release
Pre-release
v0.20.7-rc.0

v0.20.6

14 Jun 14:47
Compare
Choose a tag to compare

Bug fixes

  • Fix variable validation (#3546):
    • Raise warning or error when setting a value for a variable which is not found or inaccessible (e.g. because it is in a transitive dependency).
    • Validate that mod require args properties can be resolved.
  • Support resolution of variables for transitive dependencies using parent mod require block args property. (#3549)
  • steampipe mod update now updates transitive mods. (#3547)
  • It is now be possible to set values for variables in the current mod using fully qualified variable names. (#3551)
  • Only variables for root mod and top level dependency mods can be set by user. (#3550)
  • Avoid orphan plugin processes when running short batch queries. (#3514)
  • Delete dynamic schemas before updating them to avoid a timing issue showing incorrect schema. (#3510)
  • Fixes issue where blank dimension values are leaving extra spaces in 'table' rendering. (#3474)
  • Fixes issue when steampipe fails to startup if plugin version file is blank. (#3518)
  • Fixes issue where OS specific metadata directories were being considered as check templates. (#3523)
  • Fixes issue where prefixing a 'v' on a version stream during plugin install would come back with 'not found'. (#3513)
  • Increase plugin load timeout to 20s. (#3564)
    Fixes issue where timing is not shown in interactive prompt even if .timing is on. (#3557)
  • Fixes issue where 'dot' commands in interactive prompt fail to execute if there's a file/folder by the same name in the working directory. (#3558)
  • Fixes issue where 'plugin list' hangs if there are connections with 'import_schema = "disabled"'. (#3561)