Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:38
5a79c8f

Patch release fixing two issues found right after v0.3.0 shipped. If you're on 0.2.x or 0.3.0, this is the version to update to.

Fixed

  • burnless update no longer rolls back when your instance is running. The post-update health check counted a busy port as a failure — but during an in-place update your current instance is still serving on that port, so the upgrade would roll itself back every time. Port (and a not-yet-generated secrets key) are now treated as informational, so update completes cleanly whether or not the app is running. burnless start still refuses a port that's truly taken.
  • npm package now ships the right build. burnless@0.3.0 was published from a stale build (it reported 0.2.1). The publish path now rebuilds and verifies the version before shipping, so the package on npm always matches its label.

Update

burnless update                                # existing install → 0.3.1
curl -fsSL https://burnless.ai/install | sh    # new install

Verify the download:

shasum -a 256 -c SHASUMS256.txt

Full changes: #16.