add reference json file with logstash releases (#10173)

This commit is contained in:
João Duarte 2018-11-22 23:27:50 +00:00 committed by GitHub
parent c02440170d
commit 14a061431f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
ci/logstash_releases.json Normal file
View file

@ -0,0 +1,11 @@
{
"releases": {
"5.x": "5.6.13",
"6.x": "6.5.1",
"7.x": "7.0.0-alpha1"
},
"snapshots": {
"6.x": "6.6.0-SNAPSHOT",
"7.x": "7.0.0-SNAPSHOT"
}
}