Releases: advancedtelematic/ota-tuf
Releases · advancedtelematic/ota-tuf
v0.7.4
Added
- Added
--forceparameter togarage-sign targets uploadcommand. - Added
--verifyIntegrityparameter togarage-sign targets add-uploadedcommand. - Added validation of
root.jsonbefore pushing to server.
Fixed
- Fixed error with wrong
Created Timeafter the update of the existing software version.
Download
v0.7.3
Added
- Added ability to add the external signatures to
targets.json. Added parameter--signaturestogarage-sign targets signcommand. - Added ability to add the external signatures to
root.json. Added parameters--signaturesand--old-root-aliastogarage-sign root signcommand. - Added commands to add (
garage-sign root targets-key add) or remove (garage-sign root targets-key remove) target keys fromroot.json. - Added
garage-signcommand to get unsigned targets (garage-sign targets get-unsigned). - Added
garage-signcommand to get unsigned root (garage-sign root get-unsigned). - Added
garage-signcommand to import the public key (garage-sign user-keys importpub) - Added
garage-signcommands to increaseroot.json(garage-sign root increment-version) andtargets.json(garage-sign targets increment-version) version. - Added ability to upload binary files larger than 3Gb.
Changed
- Don't add new targets key when moving offline without a new root key.