kibana/versions.json
Tiago Costa ae2680a4d8
chore(NA): update versions after v8.10.5 bump (#169110)
This PR is a simple update of our versions file after the recent bumps.
2023-10-17 16:55:27 +01:00

28 lines
582 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.12.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.11.0",
"branch": "8.11",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.10.5",
"branch": "8.10",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.15",
"branch": "7.17",
"previousMajor": true
}
]
}