propellor/debian/changelog

17 lines
775 B
Plaintext
Raw Normal View History

2014-04-02 17:57:50 +00:00
propellor (0.2) unstable; urgency=low
2014-04-01 19:07:07 +00:00
* Added support for provisioning Docker containers.
* Bootstrap deployment now pushes the git repo to the remote host
over ssh, securely.
* propellor --add-key configures a gpg key, and makes propellor refuse
to pull commits from git repositories not signed with that key.
This allows propellor to be securely used with public, non-encrypted
git repositories without the possibility of MITM.
2014-04-02 16:13:39 +00:00
* Added support for type-safe reversions. Only some properties can be
reverted; the type checker will tell you if you try something that won't
work.
* New syntactic sugar for building a list of properties, including
revertable properties.
2014-04-01 19:07:07 +00:00
2014-04-02 17:57:50 +00:00
-- Joey Hess <joeyh@debian.org> Wed, 02 Apr 2014 13:57:42 -0400