Skip to content

Latest commit

 

History

History
239 lines (158 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

239 lines (158 loc) · 14.8 KB

v0.12.0 [2021-04-08]

What's new?

Enhancements

  • Updated: Add metadata_options column to aws_ec2_instance table (#306)

v0.11.0 [2021-04-08]

What's new?

Enhancements

  • Updated: Add certificate_transparency_logging_preference, imported_at, renewal_eligibility, and type columns to aws_acm_certificate table (#299)
  • Recompiled plugin with steampipe-plugin-sdk v0.2.7

Bug fixes

  • Fixed: Rename column instance_profile_arn to instance_profile_arns and update data to be a list of ARNs (strings) in aws_iam_role table (#291)
  • Fixed: Release dates in CHANGELOG no longer project versions out in the year 20201 (#284)

v0.10.1 [2021-04-02]

Bug fixes

  • Fixed: Table definitions & examples link now points to the correct location (#282)

v0.10.0 [2021-04-01]

What's new?

Enhancements

  • Updated: Add canary_settings and method_settings columns to aws_api_gateway_stage table (#273)
  • Updated: Add query_logging_configs column to aws_route53_zone table (#264)
  • Updated: Example queries for aws_s3_bucket table to be more consistent with standards (#268)

Bug fixes

  • Fixed: Remove unnecessary engine and region compatibility check when describing instances in the aws_rds_db_instance table (#263)
  • Fixed: The aws_vpc table should ignore InvalidVpcID.NotFound errors (#270)

v0.9.0 [2021-03-25]

What's new?

Enhancements

  • Updated: Add flow_log_status column to aws_vpc_flow_log table (#233)
  • Updated: Add launch_time column to aws_ec2_instance table (#227)
  • Recompiled plugin with steampipe-plugin-sdk v0.2.6

v0.8.0 [2021-03-18]

What's new?

Enhancements

Bug fixes

  • Fixed: Various examples for aws_iam_access_advisor, aws_iam_policy_simulator, and aws_route53_record tables (#186)
  • Fixed: Multi-region queries now work properly for the aws_lambda_version table (#192)
  • Fixed: aws_availability_zone and aws_ec2_instance_availability tables now check region opt-in status to avoid AuthFailure errors (#168)
  • Fixed: region column in aws_region table now shows the correct region instead of global (#133)

v0.7.0 [2021-03-11]

What's new?

Bug fixes

  • Removed use of deprecated ItemFromKey function from all tables

v0.6.0 [2021-03-05]

What's new?

Enhancements

  • Updated: Added tags_src and tags columns to aws_iam_policy table.

v0.5.3 [2021-03-02]

Bug fixes

  • Recompiled plugin with latest steampipe-plugin-sdk to resolve issue:
    • Fix tables failing with error similar to Error: pq: rpc error: code = Internal desc = get hydrate function getS3Bucket failed with panic interface conversion: interface {} is nil, not *s3.Bucket(#89).

v0.5.2 [2021-02-25]

Bug fixes

  • Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
    • Fix error for missing required quals #40.
    • Queries fail with error socket: too many open files #190

v0.5.1 [2021-02-22]

Bug fixes

  • Ensure aws_account and aws_region table work when regions argument is specified in connection config (#70)

v0.5.0 [2021-02-18]

What's new?

  • Added support for connection configuration. You may specify aws profiles, credentials, and regions for each connection in a configuration file. You can have multiple aws connections, each configured for a different aws account.
  • Added multi-region support. A single connection can query multiple AWS regions, via the regions connection argument.

Enhancements

  • Updated: Updated tag_list columns to tags_src for below RDS service tables.

    • aws_rds_db_cluster
    • aws_rds_db_cluster_parameter_group
    • aws_rds_db_cluster_snapshot
    • aws_rds_db_instance
    • aws_rds_db_option_group
    • aws_rds_db_parameter_group
    • aws_rds_db_snapshot
    • aws_rds_db_subnet_group
  • Updated: added inline_policies_std column to aws_iam_group, aws_iam_role and aws_iam_user table with canoncialized inline policies.

v0.4.0 [2021-02-11]

What's new?

Enhancements

  • Updated: aws_iam_credential_report table to have password_status column (#48)

v0.3.0 [2021-02-04]

What's new?

Enhancements

  • Updated: aws_ssm_parameter table to have value, arn, selector and source_result fields (#22)

  • Updated: aws_iam_user table to have mfa_enabled and mfa_devices columns (#28) ​

Bug fixes

  • Fixed: Now bucket_policy_is_public column for aws_s3_bucket will display the correct status of bucket policy (#36)

Notes

  • The lifecycle_rules column of the table aws_s3_bucket has been updated to return an array of lifecycle rules instead of a object with key Rules holding lifecycle rules (#29)

v0.2.0 [2021-01-28]

What's new?

  • Added: aws_ssm_parameter table ​
  • Updated: aws_ec2_autoscaling_group to have policies field which contains the details of scaling policy.
  • Updated: aws_ec2_instance table. Added instance_status field which includes status checks, scheduled events and instance state information. ​

Bug fixes

  • Fixed: aws_s3_bucket table to list buckets even if the region is not set.