Skip to content

v0.7.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:21
35da328

What changed in 0.7.0

Features

  • Track what the accounts have left, not only that they work (#232)

  • Tell an account that refused from one that never answered (#233)

  • Say when an indexer's allowance comes back (#234)

  • Let the accounts answer when nothing was found or taken (#235)

  • Let a few things through rather than take the secrets out (#236)

  • Gather what can be read and name what cannot (#237)

  • Read it back before writing it, and refuse rather than write (#238)

  • One command, and it describes before it writes (#239)

  • What a repair is, and when one is worth offering (#240)

  • Offer what can be put right, and prove it afterwards (#242)

  • Refuse to write over what the operator set (#244)

  • Put back the repair you just watched (#245)

  • Put right what the operator did not change (#246)

Fixes

  • Stop naming commands that do not exist, and add the one that should (#241)

Refactor

  • The boundary becomes a crate (#247)

Documentation

  • Say what auto-remediation does now, and what it does not (#243)

Chores

  • Bump the workspace to 0.7.0 (#248)

Install lemonfiber 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lemonfiber/lemonfiber/releases/download/v0.7.0/lemonfiber-installer.sh | sh

Download lemonfiber 0.7.0

File Platform Checksum
lemonfiber-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lemonfiber-x86_64-apple-darwin.tar.xz Intel macOS checksum
lemonfiber-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
lemonfiber-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo lemonfiber/lemonfiber

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>