You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9.2] (backport #18375) Use logstash-versions.yml for observabilitySRE stack versions (#18402)
* Use logstash-versions.yml for observabilitySRE stack versions (#18375)
* Use logstash-versions.yml for observabilitySRE stack versions
Previously the version of logstash checked in to the logstash repo was used to
determine stack version for smoke and acceptance testing of the observabilitySRE
artifact. Given the ES/Filebeat containers are subject to a unified release the
delay between a logstash version bump and those artifacts being available was
causing failures when the smoke/acceptance tests were run. In plugin testing the
way we deal with this is to ensure the logstash-versions.yml file is updated
when stack components are ready. This commit introduces the use of that pattern
to the observabilitySRE artifact testing. The important step will be to set the
STACK_VERSION to correspond to the desired stack version. For example the 9.2
logstash branch should look up `9.current`.
* track stream in versions.yml
* Finalize name/location for versions.yml mapping
* better comment
(cherry picked from commit d9fda37)
* Update versions.yml
---------
Co-authored-by: Cas Donoghue <[email protected]>
0 commit comments