ReleaseChannel

  • A release channel resource is defined by its YAML representation, which includes fields for name, currentVersion, and pendingVersion.

  • The name field uniquely identifies the release channel using the format projects/{project}/releaseChannels/{release_channel}.

  • The currentVersion field indicates the version currently deployed, formatted as projects/{project}/versions/{version}.

  • The pendingVersion field shows the version scheduled for deployment, also in the format projects/{project}/versions/{version}.

Definition of release channel resource.

YAML representation
name: string
currentVersion: string
pendingVersion: string
Fields
name

string

The unique name of the release channel in the following format. projects/{project}/releaseChannels/{release_channel}.

currentVersion

string

Version currently deployed to this release channel in the following format: projects/{project}/versions/{version}.

pendingVersion

string

Version to be deployed to this release channel in the following format: projects/{project}/versions/{version}.