You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EC2 deployments can now be rolled back: deploy rollback-candidates returns aws:ec2 candidates, and EC2 deployment data reports automatic rollback progress (data.automaticRollback with target deployment, command, per-instance results, and IN_PROGRESS/SUCCESS/FAILED/SKIPPED status).
EC2 instance deployment resources expose the versioned Auto Scaling launch release gate (releaseGate with hook name, status, and applied release), and ASG lifecycle events include lifecycleHookName, lifecycleTransition, and notificationMetadata.
Bug Fixes
awsAccountNumber is now optional in EC2 deployment data on deploy get/list responses, so deployments recorded before the field existed no longer fail response validation.
Features
pipeline step executions now report attemptEpoch (which retry attempt produced the execution) and statusDetail (why a step was skipped or cancelled, including the blocking steps or superseding run).