Skip to content

Latest commit

 

History

History
241 lines (157 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

241 lines (157 loc) · 14.2 KB

v1.0.0 [2024-10-22]

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

v0.22 [2024-08-27]

Enhancements

  • The VPC Security Group detail page now includes information on the following associated services: (#352) (Thanks @maxcorbin for the contribution!)
    • Amazon MQ broker
    • ECS service
    • ECS task

v0.21 [2024-05-13]

Enhancements

v0.20 [2024-03-27]

Bug fixes

  • Fixed the ecs_cluster_active_service_count query in the AWS ECS Cluster Dashboard to correctly return the count of Cluster Active Services instead of ECS Clusters. (#341) (Thanks @mupi2k for the contribution!)

v0.19 [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.18 [2024-02-28]

What's new?

v0.17 [2023-11-30]

Bug fixes

  • Fixed the index doc by removing unsupported images. (#334)

v0.16 [2023-11-29]

Bug fixes

  • Fixed missing closing tag in index doc. (#331)

v0.15 [2023-11-03]

Breaking changes

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

v0.14 [2023-10-13]

Enhancements

  • Added additional dashboard and query docs and updated metadata descriptions in docs. (#323)

v0.13 [2023-06-28]

Bug fixes

  • Updated the Age Report dashboards to order by the creation time of the resource. (#311)
  • Fixed the s3_bucket_encryption_table query to correctly check if S3 buckets are configured to use an S3 Bucket Key for SSE-KMS. (#313) (Thanks @andy-werderman for the contribution!)
  • Fixed dashboard localhost URLs in README and index doc. (#310)

v0.12 [2023-05-10]

Bug fixes

  • Removed cards, charts, and tables displaying inaccurate cost-based information from both AWS RDS DB Cluster Snapshot Dashboard and AWS RDS DB Instance Snapshot Dashboard dashboards. (#304) (#308)

v0.11 [2023-02-03]

Enhancements

  • Updated the card width across all the dashboards to enhance readability. (#298)

Bug fixes

  • Fixed the resource relationship graph in AWS RDS DB Instance Detail dashboard to correctly reflect the associated VPC security group resources. (#296)
  • Removed the incorrectly placed card reflecting the EBS snapshot age in AWS EBS Snapshot Detail dashboard. (#298)

v0.10 [2023-01-12]

Dependencies

  • Steampipe v0.18.0 or higher is now required (#293)
  • AWS plugin v0.91.0 or higher is now required. (#293)

What's new?

v0.9 [2022-12-02]

Bug fixes

  • Fixed the aws_sqs_queue_encryption query in the AWS SQS Queue Detail dashboard to also check if a queue is encrypted by Amazon Managed SQS Key. (#245)

v0.8 [2022-10-27]

Enhancements

  • Updated the aws_ebs_volume_unattached_count and aws_ebs_volume_attached_instances_count queries in AWS EBS Volume Dashboard and AWS EBS Volume Detail dashboards respectively to handle the attachments column correctly when empty in the aws_ebs_volume table. (#206)

Dependencies

  • AWS plugin v0.80.0 or higher is now required. (#208)

v0.7 [2022-09-19]

Bug fixes

  • Fixed AWS IAM User Detail dashboard showing access keys for users with same name from other connections' accounts.

v0.6 [2022-06-01]

Enhancements

  • Added links in AWS EC2 Instance Detail dashboard to AWS EBS Volume Detail and AWS VPC Security Group Detail dashboards. (#102)
  • Added a link in AWS IAM Access Key Age Report dashboard to AWS IAM User Detail dashboard. (#103)

v0.5 [2022-05-09]

Enhancements

  • Updated docs/index.md and README with new dashboard screenshots and latest format. (#97)

v0.4 [2022-05-04]

Enhancements

  • Simplified the jq expression in AWS IAM User Detail dashboard. (#94)

Bug fixes

  • Fixed the aws_vpc_empty_status query in AWS VPC Dashboard dashboard to remove duplicate results. (#90)
  • Fixed the aws_iam_group_direct_attached_policy_count_for_group and aws_iam_role_inline_policy_count_for_role card queries in AWS IAM Group Detail and AWS IAM Role Detail dashboards respectively to show 0 instead of null if there are no attached policies. (#89)
  • Fixed the invalid jq expression in the IAM User Excessive Privilege Report dashboard. (#92)

v0.3 [2022-03-31]

Dependencies

  • AWS plugin v0.53.0 or higher is now required (#79)

What's new?

Bug fixes

  • Added the missing document references for S3 dashboards (#74)

v0.2 [2022-03-18]

Dependencies

  • Steampipe v0.13.1 or higher is now required (#66)

What's new?

v0.1 [2022-03-10]

What's new?

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

  • ACM
  • CloudTrail
  • DynamoDB
  • EBS
  • EC2
  • IAM
  • KMS
  • Lambda
  • RDS
  • Redshift
  • S3
  • SNS
  • SQS
  • VPC