Steampipe CLI v2.1.0 - Built with Go 1.24, module bumped to v2, and removed the version package

Jul 09, 2025steampipe

Whats new

  • Compiled with Go 1.24.
  • The versioning mechanism has been changed to use GoReleaser for automated version management during the build process.

Breaking changes

  • The version package, which was previously used to control CLI versioning, has been removed in this version. This change only affects users who were importing the Steampipe version package in their Go code. Regular CLI usage is not impacted.

Bug fixes

  • Bump module to v2. (#4593)

Dependencies

  • Update go-viper package to remediate moderate vulnerabilities.