Files
docker-docs/docs/changelog.md
Ying Li 7cbe4da88f Turn external links into html tags that target a new window.
Make the links to www.theupdateframework.com consistent.
Link to a particular git sha of the TUF spec.

Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-05 15:08:52 -07:00

1.5 KiB

Changelog

v0.2

2/24/2016

Adds support for delegation roles in TUF. Delegations allow for easier key management amongst collaborators in a notary trusted collection, and fine-grained permissions on what content each delegate is allowed to modify and sign. This version also supports managing the snapshot key on notary server, which should be used when enabling delegations on a trusted collection. Moreover, this version also adds more key management functionality to the notary CLI, and changes the docker-compose development configuration to use the official MariaDB image.

Detailed release notes can be found here: v0.2 release notes.

v0.1

11/15/2015

Initial notary non-alpha release. Implements The Update Framework (TUF) with root, targets, snapshot, and timestamp roles to sign and verify content of a trusted collection.

Detailed release notes can be found here: v0.1 release notes.