kibana/versions.json
Tiago Costa d5a8e84fb7
chore(NA): update versions after v7.17.27 bump (#202810)
This PR is a simple update of our versions file after the recent bumps.
2024-12-04 17:58:51 +00:00

36 lines
708 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "9.0.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.18.0",
"branch": "8.x",
"previousMajor": true,
"previousMinor": true
},
{
"version": "8.17.0",
"branch": "8.17",
"previousMajor": true
},
{
"version": "8.16.2",
"branch": "8.16",
"previousMajor": true
},
{
"version": "8.15.6",
"branch": "8.15",
"previousMajor": true
},
{
"version": "7.17.27",
"branch": "7.17"
}
]
}