Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:43
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.5.0
1f84fb8

What's new

  • FARGATE definitions no longer diff forever — registering without fargatePlatformConfiguration makes AWS fill in {platformVersion: "LATEST"}; diff/deploy now ignore that server-filled default when the local file omits the field (an explicitly pinned version still compares normally). Previously every deploy registered a new revision. (#12)
  • logs <array-parent-id> --follow attaches the same rich tail as run --array: every child interleaved behind a colored per-child prefix, progress bar, paging beyond 32 children. Works mid-run and as a full replay after completion. (#12)
  • deregister --rev N — one-shot deregister of specific revision(s) (repeatable / comma-separated) instead of --keep-count pruning. Every target must be ACTIVE; a typo'd or already-INACTIVE revision fails the whole batch before anything is deregistered. (#12; the squashed commit title says "register --rev" — it is deregister)
  • Docs: command arguments that start with a dash need the --command= form (--command=-u); documented in both READMEs. (#12, #13)

Verify any archive's build provenance with:
gh attestation verify <file> --repo tawAsh1/batchkoi