kibana/versions.json
Tiago Costa b3e442ebbd
chore(NA): prepare replacement of 8.x branch with 8.19 (#218514)
This PR prepares the changes needed for removing 8.x branch and create
8.19.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-04-17 04:02:40 +01:00

36 lines
706 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.1",
"branch": "9.0",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.19.0",
"branch": "8.19",
"previousMajor": true
},
{
"version": "8.18.1",
"branch": "8.18",
"previousMajor": true
},
{
"version": "8.17.6",
"branch": "8.17",
"previousMajor": true
},
{
"version": "7.17.29",
"branch": "7.17"
}
]
}