Releases: lnflash/flash
Releases · lnflash/flash
Release list
v0.9.11 Release
Bug Fixes
- Resolve drained IBEX accounts as zero balance (#441)
v0.9.10 Release
Miscellaneous Tasks
- Remove ClawSweeper dispatch workflow
v0.9.9 Release
v0.9.8 Release
v0.9.7 Release
Bug Fixes
- Dedupe KYC webhook deliveries — CAS transitions + lock-first (#434)
v0.9.6 Release
feat(cutover): stage pipeline + milestone highlights on the operator …
v0.9.5 Release
Bug Fixes
- Harden migration + rollback from ENG-461 rehearsal findings (ENG-401/483/484) (#433)
v0.9.4 Release
Features
- Rollback handlers, reverse payment path, and admin surface (ENG-401) (#431)
v0.9.3 Release
v0.9.2 Release
ci: auto-bump flash chart patch version on image bump (#428) The image-bump pipeline set the image digests and appVersion in the flash chart but left Chart.yaml `version` unchanged — a manual edit every deploy. That version is load-bearing: package-releases.sh publishes with `helm push ... | grep -v "already exists"`, so an unchanged version makes the push silently no-op and the OCI registry keeps the stale chart; a `make flash ENV=<env>` apply (terraform helm_release pinned to that version) then re-pulls the old image. Increment the chart's semver patch alongside the digest/appVersion bump so every image bump produces a distinct, publishable, deployable chart version. Piece 1 of 3 toward a one-step deploy (this repo). Companion charts-repo work publishes the new version to OCI on merge and syncs the terraform version pin in deployments. Co-authored-by: Dread <bobodread@bobodread.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>