Release

Release
Release

Model for releases with their description and product version

JSON Example
{
    "product": "string",
    "version": "string",
    "minCompatibleVcfVersion": "string",
    "description": "string",
    "releaseDate": "string",
    "bom": [
        {
            "name": "string",
            "version": "string",
            "publicName": "string",
            "releaseURL": "string",
            "additionalMetadata": "string"
        }
    ],
    "isApplicable": false,
    "notApplicableReason": "string",
    "sku": [
        {
            "name": "string",
            "description": "string",
            "skuSpecificPatchBundles": [
                {
                    "bundleType": "string",
                    "bundleVersion": "string",
                    "version": "string"
                }
            ],
            "bom": [
                {
                    "name": "string",
                    "version": "string",
                    "publicName": "string",
                    "releaseURL": "string",
                    "additionalMetadata": "string"
                }
            ]
        }
    ],
    "updates": [
        {
            "id": "string",
            "productName": "string",
            "baseProductVersion": "string",
            "description": "string",
            "releaseUpdateURL": "string",
            "releaseDate": "string"
        }
    ],
    "patchBundles": [
        {
            "bundleId": "string",
            "bundleType": "string",
            "bundleElements": [
                "string"
            ],
            "cumulativeFromVcfVersion": "string"
        }
    ],
    "eol": "string",
    "upgradeOrder": "string"
}
string
product
Required

Name of the product e.g. "VCF"

string
version
Required

Version of the release

string
minCompatibleVcfVersion
Required

Minimum compatible VCF version, used to represent compatibility of SDDC Manager and VMware BOM components

string
description
Required

Release description with all major features.

string
releaseDate
Required

Release date e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

bom
Required

Release bill of materials

boolean
isApplicable
Optional

[Deprecated] Whether bundle is applicable or not.

string
notApplicableReason
Optional

[Deprecated] Incompatibility reason for not applicable.

sku
Optional

Release sku specific patch and bill of materials

updates
Optional

Collection of release updates

patchBundles
Optional

List of patch bundles in this release

string
eol
Optional

Release eol information e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

string
upgradeOrder
Optional

Custom upgrade order. Comma separated list of components in upgrade order. Supported components types: NSX_T_MANAGER, VCENTER, ESX_HOST.