Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-06-11 | 744 Bytes | |
steampipe_linux_amd64.deb | 2025-06-11 | 19.7 MB | |
steampipe_linux_amd64.rpm | 2025-06-11 | 20.6 MB | |
steampipe_linux_arm64.deb | 2025-06-11 | 18.1 MB | |
steampipe_linux_arm64.rpm | 2025-06-11 | 18.8 MB | |
steampipe_darwin_amd64.zip | 2025-06-11 | 20.1 MB | |
steampipe_darwin_arm64.zip | 2025-06-11 | 19.0 MB | |
steampipe_linux_amd64.tar.gz | 2025-06-11 | 19.7 MB | |
steampipe_linux_arm64.tar.gz | 2025-06-11 | 18.1 MB | |
README.md | 2025-06-11 | 808 Bytes | |
v2.0.0 source code.tar.gz | 2025-06-11 | 492.5 kB | |
v2.0.0 source code.zip | 2025-06-11 | 933.0 kB | |
Totals: 12 Items | 155.6 MB | 0 |
Breaking changes
- Increased the minimum required glibc
version to 2.34
for the FDW, due to the upgrade of the Linux build environment from Ubuntu 20.04 to Ubuntu 22.04 GitHub runners. As a result, Steampipe no longer supports older Linux distributions such as Ubuntu 20.04 and Amazon Linux 2.
Bug fixes
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an any-of
requirement. This led the Postgres planner to choose query plans that do not include filters on those columns, even when filters were present in the query. (#558)
- Fix issue where Steampipe was returning a 0 exit code even when a wrong sub-command was run. (#4563)