Skip to content

Releases: lnflash/flash

v0.9.11 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 10 Jul 21:26
d719d9e

Bug Fixes

  • Resolve drained IBEX accounts as zero balance (#441)

v0.9.10 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 10 Jul 17:00

Miscellaneous Tasks

  • Remove ClawSweeper dispatch workflow

v0.9.9 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 07 Jul 16:31
40aa7eb

Features

  • LUD-21 verify on the LNURL-pay proxy callback (#440)

Testing

  • UAT smoke suite for CI + TEST (#426)

v0.9.8 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 07 Jul 12:47
339eb5b

Features

  • Propagate httpCode from ibex-client 3.2.0 + structural 429 (ENG-485) (#439)
  • --account-ids cohort filter for phased prepare (#438)
  • Treasury USDT balance gauge (ENG-485 part 2) (#437)
  • Gate webhook routes + deposit push on bridge.enabled (ENG-466) (#436)

v0.9.7 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 06 Jul 21:53
080cd8a

Bug Fixes

  • Dedupe KYC webhook deliveries — CAS transitions + lock-first (#434)

v0.9.6 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 06 Jul 05:55
baa96b1
feat(cutover): stage pipeline + milestone highlights on the operator …

v0.9.5 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 05 Jul 23:25
baa96b1

Bug Fixes

  • Harden migration + rollback from ENG-461 rehearsal findings (ENG-401/483/484) (#433)

v0.9.4 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 04 Jul 17:12
a43b321

Features

  • Rollback handlers, reverse payment path, and admin surface (ENG-401) (#431)

v0.9.3 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 04 Jul 13:59
cbc1fb6

Bug Fixes

  • Gate LND maintenance tasks behind cronConfig.lndTasksEnabled (#430)

Features

  • Expose cashoutEnabled and bridgeEnabled in globals (#429)

v0.9.2 Release

Choose a tag to compare

@flash-concourse flash-concourse released this 03 Jul 14:04
97b9ff4
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>