-
Notifications
You must be signed in to change notification settings - Fork 707
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 after 8.11 stack release #7327
Update stack versions after 8.11 stack release #7327
Conversation
We can but it doesn't matter, it's just for testing that if we set x.y.z, we get x.y.z. I missed that we also need to update the examples, not only while read f; do \
sed -i.bak -E "s|0\.8\.0-SNAPSHOT|0.9.0-SNAPSHOT|g" "$f"; rm "$f.bak"; \
done < <(find deploy/eck-stack -name Chart.yaml) |
buildkite test this -f p=kind -m s=8.11.1,s=8.12.0-SNAPSHOT |
1 similar comment
buildkite test this -f p=kind -m s=8.11.1,s=8.12.0-SNAPSHOT |
buildkite test this -f p=gke -m s=8.11.1,s=8.12.0-SNAPSHOT https://buildkite.com/elastic/cloud-on-k8s-operator/builds/6295 Test failures: |
buildkite test this -f p=gke -m s=8.11.1,s=8.12.0-SNAPSHOT https://buildkite.com/elastic/cloud-on-k8s-operator/builds/6323 Test failures (as in previous run): New test failures (compared to previous run): Old test failures (only in the previous run, possibly flaky): |
buildkite test this -f p=gke -m s=8.11.1,s=8.12.0-SNAPSHOT => https://buildkite.com/elastic/cloud-on-k8s-operator/builds/6404 Test failures: will look into them to see if they are the same issue with data stream indices having replicas. Update: 🐞 TestKBStackMonitoring/ES_cluster_health_should_eventually_be_green#02 ~ gke-8-12-0-snaps: .ds-metrics-fleet_server.agent_status-default index is created with a replica 🐞 TestUpdateKibanaSecureSettings/Kibana_Pods_should_eventually_be_ready ~ gke-8-12-0-snaps keystore_initialized_flag=/usr/share/kibana/config/elastic-internal-init-keystore.ok
|
a1636c6
to
30eb961
Compare
30eb961
to
c1d295f
Compare
This PR updates the stack versions tested to 8.11.1 and 8.12.0-SNAPSHOT.