Releases: advancedtelematic/ota-tuf
Releases · advancedtelematic/ota-tuf
v0.7.4
Added
- Added
--force
parameter togarage-sign targets upload
command. - Added
--verifyIntegrity
parameter togarage-sign targets add-uploaded
command. - Added validation of
root.json
before pushing to server.
Fixed
- Fixed error with wrong
Created Time
after the update of the existing software version.
Download
v0.7.3
Added
- Added ability to add the external signatures to
targets.json
. Added parameter--signatures
togarage-sign targets sign
command. - Added ability to add the external signatures to
root.json
. Added parameters--signatures
and--old-root-alias
togarage-sign root sign
command. - Added commands to add (
garage-sign root targets-key add
) or remove (garage-sign root targets-key remove
) target keys fromroot.json
. - Added
garage-sign
command to get unsigned targets (garage-sign targets get-unsigned
). - Added
garage-sign
command to get unsigned root (garage-sign root get-unsigned
). - Added
garage-sign
command to import the public key (garage-sign user-keys importpub
) - Added
garage-sign
commands 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.