Docker v0.5.0 Release Notes

Release Date: 2016-11-14 // over 7 years ago
    • 🐳 Non-certificate public keys in PEM format can now be added to delegation roles #965
    • 🐳 PostgreSQL support as a storage backend for Server and Signer #920
    • ⚡️ Notary server's health check now fails if it cannot connect to the signer, since no new repositories can be created and existing repositories cannot be updated if the server cannot reach the signer #952
    • 🐳 Server runs its connectivity healthcheck to the server once every 10 seconds instead of once every minute. #902
    • 🐳 The keys on disk are now stored in the ~/.notary/private directory, rather than in a key hierarchy that separates them by GUN and by role. Notary will automatically migrate old-style directory layouts to the new style. This is not forwards-compatible against notary<0.4.2 and docker<=1.12 #872
    • 🐳 A new changefeed API has been added to Notary Server. It is only supported when using one of the relational database backends: MySQL, PostgreSQL, or SQLite.#1019