Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

60 lines (38 loc) · 2.78 KB

v1.6.0 [2024-12-18]

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)

v1.5.2 [2024-09-10]

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!)

v1.5.1 [2023-10-23]

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)

v1.5.0 [2023-09-06]

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.

v1.4.0 [2023-07-07]

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 use plugin-connections instead.