Is there Foundation release note or support-unsupport list? | Nutanix Community
Skip to main content
Hi all



is there any guide for what ESXi version/build-number is support or unsupport about Foundation?



Sometimes I need to know what version Foundation can install what version ESXi



Or I only use the newest version Foundation to install older version ESXi? Does it always work?



I hope there will be some information let me know when I install older ESXi on newer Nutanix using newer Foundation



Some Costomers not always use the newest ESXi



thanks!
You can find the section in the foundation guide which explains about supported hypervisor ISO images.



https://portal.nutanix.com/#/page/docs/details?targetId=Field_Installation_Guide-v3_1:v3__hypervisor_support_images_r.html
Dears,



Thanks for your reply



I saw this iso_whitelist.json



and I write down what I got





I feel the iso_whitelist.json is not friendly....


You should always be using the latest foundation either way. The "target" version of foundation for everyone to use globally is 3.1.1



We distribute the whitelist in JSON form as its a great way for a programmatic interface to read data, and also be moderately readable for humans. Way better than doing it in XML form or anything like that.



As for the friendliness of a JSON, It would be easier for you to use a JSON Parser online (there are many to chose from) than to read through it manually in notepad.



Try this one: http://jsonparseronline.com
Thank you Jon for your answer,, I also found another nice JSON Parser tool.