v0.6.2
CHANGELOG
— the edited account of this release, and anything that needs doing before
you upgrade. The commit list below is generated.
Changelog
- 9185bcf: Let the release job prove who built the artifacts (@Ahngbeom)
- 7059e31: Attest what this run built (@Ahngbeom)
- 65014e6: Say how to tell where a download came from (@Ahngbeom)
- ab28203: Put the verification command where the download is (@Ahngbeom)
- 97ee11d: Close the changelog for v0.6.2 (@Ahngbeom)
- d8ae440: Say which files are signed, and what to do when signing fails (@Ahngbeom)
Install
macOS or Linux — pinned to this release, since a page for an old tag
that quietly installed the newest one would be lying.
curl -fsSL https://raw.githubusercontent.com/Ahngbeom/datavase/main/install.sh | DV_VERSION=v0.6.2 shHomebrew
brew install Ahngbeom/tap/dvLinux packages — the .deb, .rpm and .apk above.
Windows — the .zip above; put dv.exe on your PATH.
Then dv init sets up the first connection, and dv version says which
build you have.
From source, if you have Go
go install github.com/Ahngbeom/datavase/cmd/dv@v0.6.2Downloading an archive with a browser on macOS gets it quarantined, and
an unnotarized binary that is quarantined will not run. The install script
and Homebrew both avoid that. If you took the archive by hand:
xattr -dr com.apple.quarantine ./dvEvery archive and package above is signed by the workflow that built it. To check one:
gh attestation verify dv_v0.6.2_darwin_arm64.tar.gz --repo Ahngbeom/datavase