Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion internal/install/stack_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package install

const (
// DefaultStackVersion is the default version of the stack
DefaultStackVersion = "8.0.0"
DefaultStackVersion = "8.0.1-SNAPSHOT"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had an offline chat with @jsoriano about this. Let's wait until we have the 8.0.1 release.

)
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
wait_for_data_timeout: 20m # AWS CloudWatch may delay metrics delivery for more than 10 minutes.
skip:
reason: "EC2 module fails initialization (access_key_id undefined)"
link: "https://github.com/elastic/integrations/issues/2692"
vars:
access_key_id: '{{AWS_ACCESS_KEY_ID}}'
secret_access_key: '{{AWS_SECRET_ACCESS_KEY}}'
Expand Down