Workshop Resources

Clean up · Optional companion

Release-risk checklist

For incidents that involved a release, deployment, migration, or other change: screen the change against high-risk indicators, and list the gates that must pass before the next one.

Use it alongside the blameless postmortem workflow — paste it into that conversation when the incident involved a release — or work through it directly with your team.

To use it inside the workflow conversation:

High-risk indicators

Classify a release or change as potentially high-risk if it includes any of the following:

Architecture / infrastructure

  • New server, service, queue, worker, listener, database, or external dependency.
  • DNS, certificate, cryptographic, auth, token, key, or secret changes.
  • Cloud provider, region, network, firewall, proxy, or routing changes.
  • Data migration, schema migration, backfill, or irreversible migration.

Customer or user impact

  • Customer/admin action required before or after release.
  • Customer-specific configuration required.
  • Customer-facing workflow change.
  • Notification, email, messaging, upload, access, authentication, billing, or compliance workflow changes.
  • Known regulatory, legal, contractual, or SLA sensitivity.

Operational readiness

  • Rollback path is unclear or untested.
  • Feature flag state is complex or customer-specific.
  • Smoke tests do not mimic affected customer configurations.
  • Monitoring does not clearly show success/failure for critical workflows.
  • Required subject-matter experts are unavailable during or after release.

Required gates for high-risk changes