mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
add reference json file with logstash releases (#10173)
This commit is contained in:
parent
c02440170d
commit
14a061431f
1 changed files with 11 additions and 0 deletions
11
ci/logstash_releases.json
Normal file
11
ci/logstash_releases.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue