kibana/versions.json
Tiago Costa a68a28a9b3
chore(NA): update versions after v7.17.12 bump (#160917)
This PR is a simple update of our versions file after the recent bumps.
2023-06-29 21:59:23 +01:00

22 lines
460 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.10.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.9.0",
"branch": "8.9",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.12",
"branch": "7.17",
"previousMajor": true
}
]
}