Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 13:36

First ever release of pihole_restore. Refer to the README for more details on usage.

Verification

The binaries are signed with Sigstore Cosign. The public key
is available in the release artefacts as cosign-v0.1.0.pub.

Install cosign and use the following commands on Linux to verify the binaries and the images.

# download the binary, signature, and the public key
wget https://github.com/chamilad/pihole-restore/releases/download/v0.1.0/pihole_restore-v0.1.0-linux-x86_64
wget https://github.com/chamilad/pihole-restore/releases/download/v0.1.0/pihole_restore-v0.1.0-linux-x86_64.sig
wget https://github.com/chamilad/pihole-restore/releases/download/v0.1.0/cosign-v0.1.0.pub

# verify the binary
cosign verify-blob --key cosign-v0.1.0.pub --signature pihole_restore-v0.1.0-linux-x86_64.sig pihole_restore-v0.1.0-linux-x86_64

Usage

Refer to the README.md for the usage details.