Skip to content

Commit

Permalink
Add CHANGELOG for v1.2.0 (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo9024 authored Nov 4, 2024
1 parent 2c7d699 commit fcf5650
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v1.2.0 [2024-11-04]

_What's new?_

- New tables added
- [aws_shield_attack](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_attack) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_attack_statistic](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_attack_statistic) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_drt_access](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_drt_access) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_emergency_contact](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_emergency_contact) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_protection](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_protection) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_protection_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_protection_group) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- [aws_shield_subscription](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_shield_subscription) ([#2315](https://github.com/turbot/steampipe-plugin-aws/pull/2315)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)

_Enhancements_

- Added `epss_score` column to `aws_inspector2_finding` table. ([#2321](https://github.com/turbot/steampipe-plugin-aws/pull/2321)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)

_Bug fixes_

- Fixed the `aws_ssm_document_permission` table to correctly return `nil` whenever `InvalidDocument` error is returned by the API. ([#2326](https://github.com/turbot/steampipe-plugin-aws/pull/2326))
- Fixed error handling for `aws_iam_user` and `aws_s3_bucket` tables. ([#2324](https://github.com/turbot/steampipe-plugin-aws/pull/2324)) (Thanks [@danielgrittner](https://github.com/danielgrittner) for the contribution!)
- Updated SQL queries to exclude removed table columns. ([#2328](https://github.com/turbot/steampipe-plugin-aws/pull/2328))

## v1.0.1 [2024-10-25]

_Bug fixes_
Expand Down

0 comments on commit fcf5650

Please sign in to comment.