This document describes the information you can find on the Google Cloud Deploy Release details page in Google Cloud console, including the following:
Metadata and other information about the release:
-
You can view a list of rollouts for this release, and click a rollout to view rollout details.
-
- The rendering source, which was archived when the release was first created.
- The names of all build artifacts, such as the container image that was deployed.
- Rendered artifacts, including the rendered
manifest.yaml
and the renderedskaffold.yaml
that was used for this release.
You can also view a diff of different versions of the rendered
manifests and skaffold.yaml
files.
Viewing rollouts
From the Release details page, select the Rollouts tab.
Click the name of the rollout you want to view.
The rollout details are displayed over the page. These details include links to render logs, deployment logs, and target artifacts (
manifest.yaml
andskaffold.yaml
).Click Close to close the rollout details.
Viewing release artifacts
The Release details page includes an Artifacts tab, listing build artifacts, target artifacts (manifests and Skaffold configs), and the rendering source for those target artifacts.
From this page, you can do the following:
Download the rendering source archive file.
Click through to see the render logs for the target artifacts.
View the rendered target artifacts themselves.
Viewing diffs
In console you can compare different versions of some of your release artifacts. The artifacts that you can diff are as follows:
- Rendered manifests
- Rendered
skaffold.yaml
configuration files
To view a diff:
In the console, navigate to the Google Cloud Deploy Delivery pipelines page to view your delivery pipelines.
Click on the delivery pipeline that's managing the release you want to inspect.
On the Delivery pipeline details page, make sure the Releases tab is selected, and click the name of the release you want to inspect.
On the Release details page, click the Artifacts tab.
Under Target artifacts click the View artifacts link for the artifact you want to inspect.
Select the Manifest tab or the Skaffold config tab.
Click Show diff.
The release inspector shows the same version of the artifact on both sides.
For each artifact shown, choose the release name or target name, or both.
This way you can choose which version of the artifact to compare on each side, by release and by target. For example, you can choose the same release for each, and compare the manifest for that release but for different targets.
The differences between the selected artifacts are highlighted.