Skip to content

v0.15.23

Choose a tag to compare

@github-actions github-actions released this 21 Jun 18:05
· 34 commits to main since this release
8290203

InnerWarden 0.15.23

Fixed

  • innerwarden upgrade now retries transient asset/sidecar download failures. Right after a release, GitHub's asset CDN intermittently fails individual binary or sidecar (.sha256/.sig) downloads while it propagates the new release. The old code aborted on the first such failure, which made upgrade brittle in exactly that window — deploying 0.15.22, two consecutive runs on one box each failed on a different sidecar before a manual curl --retry deploy succeeded. The binary download and both sidecar fetches now retry (4 attempts, 3s apart); a binary retry re-creates the destination so a partial download is never kept. Retry policy is a pure, unit-tested helper.

Install / upgrade (Linux, toolchain-free, signed binaries)

curl -fsSL https://innerwarden.com/install | sudo bash
# already installed:  sudo innerwarden upgrade --yes

Every binary below is signed (Ed25519 + Sigstore bundle). Docs: https://github.com/InnerWarden/innerwarden/wiki · Site: https://www.innerwarden.com

What's Changed

Full Changelog: v0.15.22...v0.15.23