Skip to content

Releases: jonasblixt/bpak

v0.9.3

22 Mar 10:09
Compare
Choose a tag to compare

v0.9.2

06 Mar 15:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

27 Feb 07:40
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

v0.9.0

24 Feb 14:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.6...v0.9.0

v0.8.6

17 Oct 18:21
Compare
Choose a tag to compare

Release high lights

Support for adding meta data from files, for example:

$ bpak add --meta test-meta --from-file some-file.bin test.bpak

Support for using a keystore when verifying a package:

$ bpak verify file-to-be-verified.bpak --keystore keystore.bpak

When using a keystore as source for public keys the 'file-to-be-verified.bpak' must set a matching 'keystore-id' and 'key-id'

Support for generating a per-part sha256 hash:

$ bpak show --part-hash part file.bpak
1ec8a70f360ca80a8dcb5adf1231759dd7060e89c9aba429ab6543dd534e7b8a

This command computes a sha256 of part 'part' in file 'file.bpak'