Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.6"
changes:
- description: Fix stack compatability
type: bugfix
link: https://github.com/elastic/integrations/pull/1000
- version: "0.5.5"
changes:
- description: Allow role_arn work with access keys for AWS
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 0.5.5
version: 0.5.6
license: basic
description: AWS Integration
type: integration
Expand All @@ -12,7 +12,7 @@ categories:
- security
release: beta
conditions:
kibana.version: "^7.12.0"
kibana.version: "^7.13.0"
screenshots:
- src: /img/filebeat-aws-cloudtrail.png
title: filebeat aws cloudtrail
Expand Down