Release 2.0.0b24 #10316
ThomasWaldmann
started this conversation in
General
Release 2.0.0b24
#10316
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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,.exeon 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 mountdoes not work with them; install viapipinstead 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:The binaries are built by
ci.yml, not byrelease.yml, so their--certificate-identityishttps://github.com/borgbackup/borg/.github/workflows/ci.yml@refs/tags/2.0.0b24.This discussion was created from the release Release 2.0.0b24.
All reactions