Enhancements
steampipe plugin list
is now run after plugin installation and configuration to show plugin and connection status. (#124) (Thanks @iainelder for the contribution!)
Dependencies
- Bumped eslint from 9.2.0 to 9.16.0. (#123)
Bug fixes
- Fixed secret references for AWS creds in README.
Dependencies
- Bumped @actions/core from v0.10.0 to v0.10.1.
- Bumped @vercel/ncc from v0.38.0 to v0.38.1.
- Bumped actions/setup-node from 3 to 4. (#95)
- Bumped actions/upload-artifact from 3 to 4. (#100)
- Bumped braces from 3.0.2 to 3.0.3. (#109)
- Bumped eslint from 8.52.0 to 8.56.0. (#101)
- Bumped eslint from 8.56.0 to 9.2.0. (#108)
- Bumped github/codeql-action from 2 to 3. (#99)
- Bumped semver from v7.5.4 to v7.6.3.
- Update to node v20 in action and check-dist workflow (#104) (Thanks @francois2metz for the contribution!)
Dependencies
- Bumped @babel/traverse from 7.22.17 to 7.23.2 to fix GHSA-67hx-6x53-jw92. (#93)
- Bumped @vercel/ncc from 0.36.1 to 0.38.0. (#85)
- Bumped eslint from 8.48.0 to 8.52.0. (#94)
- Bumped jest from 29.6.4 to 29.7.0. (#88)
Enhancements
- The
config/default.spc
file is now created after CLI installation with CLI and plugin update checks disabled. - Improved initialization query to be more clear.
What's new?
- Added
plugin-connections
input, which accepts plugin connections as HCL or JSON. For more examples, please see Examples. - Updated license to Apache 2.0 per turbot/steampipe#488.
- Releases now use semantic versioning (starting with this release).
Enhancements
- Updated branding icon and color.
Deprecated
- Deprecated
steampipe-plugins
input, please useplugin-connections
instead.