kibana/versions.json
Tiago Costa 53972b906f
chore(NA): update versions after v9.0.1 bump (#218306)
This PR is a simple update of our versions file after the recent bumps.
2025-04-16 06:43:47 +01: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.1",
"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.6",
"branch": "8.17",
"previousMajor": true
},
{
"version": "8.16.7",
"branch": "8.16",
"previousMajor": true
},
{
"version": "7.17.29",
"branch": "7.17"
}
]
}