Releases: tawAsh1/batchkoi
Releases · tawAsh1/batchkoi
v0.6.0
Immutable
release. Only release title and notes can be modified.
v0.5.0
Immutable
release. Only release title and notes can be modified.
What's new
- FARGATE definitions no longer diff forever — registering without
fargatePlatformConfigurationmakes AWS fill in{platformVersion: "LATEST"};diff/deploynow 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> --followattaches the same rich tail asrun --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-countpruning. 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
v0.4.0
Immutable
release. Only release title and notes can be modified.
v0.3.0
v0.2.0
v0.1.1
v0.1.0
Immutable
release. Only release title and notes can be modified.
Changelog
- 861a5fd: refactor: move implementation to internal/batchkoi (#5) (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 164cada: Merge pull request #4 from tawAsh1/chore/v0.1.0-prep (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 47cd734: fix: bump golang.org/x/net to v0.56.0 (GO-2026-5026) (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 2d832ba: Merge pull request #3 from tawAsh1/feat/register-dry-run-revisions-tags (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- c0c69cc: feat: register --dry-run, revisions tags column (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- b4d7e3d: Merge pull request #2 from tawAsh1/fix/normalize-canonical (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- b6d5cdd: fix: normalize — stop mangling user-data map keys, sort order-insensitive lists (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 1ac3a88: Merge pull request #1 from tawAsh1/feat/review-feedback (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- d7673a0: fix: review feedback — run smart-register, verify secrets, log pagination; lambroll parity (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- b462796: feat: init, verify, revisions, rollback, deploy --dry-run, diff --exit-code/--revision, caller_identity, --ext-str (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 1a21332: feat: run — SubmitJob + tail CloudWatch Logs until terminal (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- e3de321: feat: register, deploy, deregister with retention and JSON output (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)
- 50f8726: Initial commit: batchkoi 🎣 — a minimal AWS Batch job definition deploy tool (Hiroki Nishino 7100187+tawAsh1@users.noreply.github.com)