Skip to content

Release 2.0.0b24

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 21:34
· 1 commit to master since this release
2.0.0b24
3be8156

See the changelog for what changed in this release.

Installation

pip install borgbackup==2.0.0b24, or use one of the standalone binaries below - they contain everything they need and just have to be made executable.

For each platform there is a single-file binary (borg-*-gh, .exe on Windows) and, as a .tgz, the same thing as a directory (borg-dir/borg.exe), which starts up faster.

The macOS binaries are built without FUSE support, so borg mount does not work with them; install via pip instead if you need FUSE support.

All release assets have a build provenance attestation, verifiable with gh attestation verify --owner borgbackup <file>.

Every attestation is additionally attached as a sigstore bundle <asset>.sigstore.jsonl, so it can be verified offline and without a GitHub token, e.g. with cosign:

cosign verify-blob borgbackup-2.0.0b24.tar.gz \
  --bundle borgbackup-2.0.0b24.tar.gz.sigstore.jsonl \
  --certificate-identity https://github.com/borgbackup/borg/.github/workflows/release.yml@refs/tags/2.0.0b24 \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

The binaries are built by ci.yml, not by release.yml, so their --certificate-identity is https://github.com/borgbackup/borg/.github/workflows/ci.yml@refs/tags/2.0.0b24.