#release-manifest
12 approved public terms with this tag.
Artifact Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for build output and package delivery. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Artifact Release Manifest when the container image was signed, so the team could make releases auditable before the deployment window opened.”
CD Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for deployment automation and promotion. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used CD Release Manifest when the release moved toward production, so the team could make releases auditable before the deployment window opened.”
CI Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for continuous integration workflows. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used CI Release Manifest when a pull request entered the build queue, so the team could make releases auditable before the deployment window opened.”
Canary Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for small-scope production rollout. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Canary Release Manifest when the first traffic slice received the build, so the team could make releases auditable before the deployment window opened.”
Environment Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for configuration for a runtime stage. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Environment Release Manifest when staging and production drifted, so the team could make releases auditable before the deployment window opened.”
Incident Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for response to service degradation. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Incident Release Manifest when on-call received a high-severity page, so the team could make releases auditable before the deployment window opened.”
Infrastructure Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for cloud resources and platform wiring. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Infrastructure Release Manifest when a new region was added, so the team could make releases auditable before the deployment window opened.”
Observability Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for logs, metrics, traces, and events. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Observability Release Manifest when latency increased after deploy, so the team could make releases auditable before the deployment window opened.”
Release Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for versioned delivery of code or content. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Release Release Manifest when the release notes were generated, so the team could make releases auditable before the deployment window opened.”
Rollback Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for recovery from a bad deployment. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Rollback Release Manifest when the error budget started burning, so the team could make releases auditable before the deployment window opened.”
Runbook Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for documented operational procedure. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Runbook Release Manifest when a responder needed the recovery steps, so the team could make releases auditable before the deployment window opened.”
Secret Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for credential and sensitive configuration. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Secret Release Manifest when a token rotated, so the team could make releases auditable before the deployment window opened.”