kibana/versions.json
Tiago Costa 96963bb957
chore(NA): update versions after v8.17.5 bump (#215921)
This PR is a simple update of our versions file after the recent bumps.
2025-03-25 20:59:49 +00:00

41 lines
797 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "9.1.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "9.0.0",
"branch": "9.0",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.19.0",
"branch": "8.x",
"previousMajor": true
},
{
"version": "8.18.0",
"branch": "8.18",
"previousMajor": true
},
{
"version": "8.17.5",
"branch": "8.17",
"previousMajor": true
},
{
"version": "8.16.7",
"branch": "8.16",
"previousMajor": true
},
{
"version": "7.17.29",
"branch": "7.17"
}
]
}