{{ $data := sort .Site.Data.downloads ".date" "desc" }} {{ range $index, $element := $data }}

{{ .version }}

{{ .date }} Release Notes | License | Getting Started Guide

{{ if .installer }} {{ range .installer }} {{ end }}
Installer/CLI Download File Checksum Size
{{ .client }} {{ .file_name }} {{ .checksum }} {{ .size }}
{{ end }} {{ if .source }} {{ range .source }} {{ end }}
Source Code Download File Checksum Size
{{ .client }} {{ .file_name }} {{ .checksum }} {{ .size }}
{{ end }} {{ if .ova }}

The vSphere Open Virtual Appliance (OVA) files for this release of Tanzu Community Edition can be downloaded here.

{{ end }} {{ end }}