kibana/versions.json
Tiago Costa 60801523d4
chore(NA): update versions after v8.14.1 bump (#184848)
This PR is a simple update of our versions file after the recent bumps.
2024-06-05 20:05:17 +01:00

28 lines
582 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.15.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.14.1",
"branch": "8.14",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.13.5",
"branch": "8.13",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.22",
"branch": "7.17",
"previousMajor": true
}
]
}