-
Couldn't load subscription status.
- Fork 128
Bump up default Elastic stack version to 8.3.2 #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🌐 Coverage report
|
|
/test |
| const ( | ||
| // DefaultStackVersion is the default version of the stack | ||
| DefaultStackVersion = "8.2.0" | ||
| DefaultStackVersion = "8.3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the Makefile target (test-stack-command-8x) be updated to use that snapshot version ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, the 8.3.0-SNAPSHOT will pick up always latest 8.3.x. In this case, it would the next patch release after 8.3.2, so we're safe :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! 👍
| const ( | ||
| // DefaultStackVersion is the default version of the stack | ||
| DefaultStackVersion = "8.2.0" | ||
| DefaultStackVersion = "8.3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! 👍
This PR bumps up the default Elastic stack version to v8.3.2. It looks like we missed the v8.3.0 release.