Skip to content

Releases: turbot/steampipe

v0.2.0

18 Feb 18:06
Compare
Choose a tag to compare
v0.2.0. #192

v0.1.3

11 Feb 14:39
Compare
Choose a tag to compare
Fix typo in error message. Closes #163

v0.1.2

04 Feb 20:26
Compare
Choose a tag to compare
v0.1.2. Closes #136

v0.1.1

28 Jan 18:24
Compare
Choose a tag to compare
Fix release workflow for ubuntu

v0.0.17

21 Jan 14:39
Compare
Choose a tag to compare

improvements

  • Rename steampipe plugin remove to steampipe plugin uninstall
  • Tidy up user experience and log messages during first install.
  • Put public schema first in the search_path (not last) for easier use
  • Check that the required FDW version is installed.
  • Add version check service, to notify when update is available.
  • steampipe service stop should not stop if service was started by query.
  • Remove url from plugin install error message.

v0.0.16

20 Jan 23:25
Compare
Choose a tag to compare

improvements

  • Update postgres setup - add steampipe database and user, move FDW tables into steampipe schema, update permissions to protect users.
  • Add autocomplete for meta-commands.
  • Service management improvements - only a single query session can run (unless service start was run previously)

v0.0.15

20 Jan 10:06
f88a826
Compare
Choose a tag to compare

improvements

  • add public to search_path
  • add support for inet and cidr quals

bug fixes

  • the search path was being set twice