endoflife-date / endoflife.date

Informative site with EoL dates of everything
https://endoflife.date
MIT License
2.4k stars 735 forks source link

azure AKS eol and lts value swapped #5765

Closed fgarcia-cnb closed 2 weeks ago

fgarcia-cnb commented 2 weeks ago

Link to product page on endoflife.date

This is from the AKS end of life JSON...

{
      "cycle":"1.27",
      "releaseDate":"2023-08-16",
      "eol":"2025-07-31",
      "lts":"2024-07-31",
      "link":"https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar",
      "support":"2024-07-31"
   },

According to MS documentation, the standard eol comes before the long term support (LTS) eol. I believe the values should be swapped in the JSON

welcome[bot] commented 2 weeks ago

Thank you for opening your first issue here :+1:. Be sure to follow the issue template if you chose one.

captn3m0 commented 2 weeks ago

LTS field is the LTS promotion date in the API.

fgarcia-cnb commented 2 weeks ago

got it. thanks for clarifying