What Is a Version Manifest?
A version manifest is a structured file that lists the precise versions of the services, libraries, or artifacts that make up a release. It is produced by the pipeline and shipped alongside the deployment. Operators and tools read it to know exactly what combination of components is running.
Why it matters
During an incident, ambiguity about which versions are live wastes critical time. A manifest removes the guesswork by pinning every component to an exact version.
Related guides
What Is a Build Metadata File?A build metadata file captures facts about how an artifact was produced, such as the commit, build time, and…
What Is a Release Marker?A release marker is a recorded event noting that a particular version shipped at a particular time, serving a…
What Is an SBOM Attachment?An SBOM attachment is a software bill of materials bound to a release artifact, listing its components so con…