Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

88 lines (57 loc) · 3.99 KB

v1.0.0 [2024-10-22]

This mod now requires Powerpipe. Steampipe users should check the migration guide.

v0.7 [2024-03-06]

Powerpipe

Powerpipe is now the preferred way to run this mod! Migrating from Steampipe →

All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.

Enhancements

  • Focus documentation on Powerpipe commands.
  • Show how to combine Powerpipe mods with Steampipe plugins.

v0.6 [2024-02-15]

Bug fixes

  • Removed duplicate node service_account. (#56)

v0.5 [2023-11-03]

Breaking changes

  • Updated the plugin dependency section of the mod to use min_version instead of version. (#52)

Bug fixes

  • Fixed dashboard localhost URLs in README and index doc. (#48)

v0.4 [2023-03-23]

What's new?

v0.3 [2023-02-17]

Enhancements

  • Updated the Analysis chart width in Kubernetes Cluster Dashboard dashboard to enhance readability. (#42)

Bug fixes

  • Fixed the sankey diagram in Kubernetes Service Detail dashboard to correctly display the service port analysis. (#42)
  • Fixed the resource relationship graphs and other dashboard queries to make sure that resources sharing the same name across different clusters do not relay incorrect relationship information. (#42)

v0.2 [2023-01-24]

Dependencies

  • Steampipe v0.18.0 or higher is now required. (#39)
  • Kubernetes plugin v0.15.0 or higher is now required. (#36)

What's new?

v0.1 [2022-05-16]

What's new?

New dashboards, reports, and details for the following services:

  • Cluster
  • Container
  • CronJob
  • DaemonSet
  • Deployment
  • Job
  • Namespace
  • Node
  • Pod
  • ReplicaSet
  • Service
  • StatefulSet