Skip to content

Commit

Permalink
Add CHANGELOG for v0.140.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Jun 28, 2024
1 parent 28ba373 commit 2b8f5e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.140.0 [2024-06-28]

_What's new_

- New tables added
- [aws_codestar_notification_rule](//hub.steampipe.io/plugins/turbot/aws/tables/aws_codestar_notification_rule) ([#2217](https://github.com/turbot/steampipe-plugin-aws/pull/2217))

_Enhancements_

- Added 9 new columns to the `aws_elasticache_cluster` table. ([#2224](https://github.com/turbot/steampipe-plugin-aws/pull/2224))

_Bug fixes_

- Fixed the `aws_s3_object` table not returning any rows due to panic error. ([#2221](https://github.com/turbot/steampipe-plugin-aws/pull/2221))
- Fixed no rows being returned from the `aws_organizations_account` table if an unqualified query is run before one with `parent_id` specified.
- Fixed data type for `configuration_endpoint` column in `aws_elasticache_cluster` table to be `json`. ([#2214](https://github.com/turbot/steampipe-plugin-aws/pull/2214))

## v0.139.0 [2024-06-17]

_What's new?_
Expand Down

0 comments on commit 2b8f5e3

Please sign in to comment.