{{ $data := sort .Site.Data.downloads ".date" "desc" }} {{ range $index, $element := $data }}
{{ .date }} Release Notes | License | Getting Started Guide
{{ if .installer }}Installer/CLI | Download File | Checksum | Size |
---|---|---|---|
{{ .client }} | {{ .file_name }} | {{ .checksum }} | {{ .size }} |
Source Code | Download File | Checksum | Size |
---|---|---|---|
{{ .client }} | {{ .file_name }} | {{ .checksum }} | {{ .size }} |
The vSphere Open Virtual Appliance (OVA) files for this release of Tanzu Community Edition can be downloaded here.
{{ end }} {{ end }}