Skip to content

CLI 0.2.13

Choose a tag to compare

@mabadir mabadir released this 24 Jul 16:28
e493cfa

0.2.13 (2026-07-24)

Features

  • 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).