kibana/versions.json
Tiago Costa f611f9548a
chore(NA): update versions after v7.17.29 bump (#212452)
This PR is a simple update of our versions file after the recent bumps.
2025-02-27 17:44:38 +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.3",
"branch": "8.17",
"previousMajor": true
},
{
"version": "8.16.5",
"branch": "8.16",
"previousMajor": true
},
{
"version": "7.17.29",
"branch": "7.17"
}
]
}