-
Notifications
You must be signed in to change notification settings - Fork 723
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
Update stack versions #7166
Update stack versions #7166
Conversation
buildkite test this -f p=kind,s=8.10.0 |
We should update the current stack version to 8.10.0 and add 8.11.0-SNAPSHOT, a bit like #7067. You can use hack/update-stack-version.sh for the update. |
27b1c87
to
d627583
Compare
buildkite test this -f p=kind -m s=7.17.13,s=8.9.2,s=8.10.0,s=8.11.0-SNAPSHOT |
buildkite test this -f p=kind -m s=8.9.2,s=8.10.0,s=8.11.0-SNAPSHOT |
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.
We should not use 8.10.0
: https://discuss.elastic.co/t/kibana-8-10-1-security-update/343287
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.
LGTM
0aa68e9
to
7749338
Compare
@@ -18,7 +18,7 @@ | |||
|
|||
# Version of Elasticsearch. | |||
# | |||
version: 8.10.0-SNAPSHOT | |||
version: 8.10.2-SNAPSHOT |
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.
The next version of the Helm eck-stack charts should use the latest version of the Elastic stack which will be released the same day.
version: 8.10.2-SNAPSHOT | |
version: 8.11.0-SNAPSHOT |
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.
Sorry, I didn't specify but this applies to all eck-stack charts childs:
> grep 'version: 8' -r deploy/**/values.yaml
deploy/eck-stack/charts/eck-agent/values.yaml:version: 8.10.2-SNAPSHOT
deploy/eck-stack/charts/eck-beats/values.yaml:version: 8.10.2-SNAPSHOT
deploy/eck-stack/charts/eck-elasticsearch/values.yaml:version: 8.10.2-SNAPSHOT
deploy/eck-stack/charts/eck-fleet-server/values.yaml:version: 8.10.2-SNAPSHOT
deploy/eck-stack/charts/eck-kibana/values.yaml:version: 8.10.2-SNAPSHOT
Co-authored-by: Thibault Richard <[email protected]>
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.
See #7166 (comment).
Stack 8.10.0 has been released recently, so nightly test matrix is updated to use the released version (instead of the latest SNAPSHOT), there have been a few updates to 7.17, so I bumped that as well.