From b6eba67f786601f624f93547dbe150bc6071a2c2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 15:07:07 -0400 Subject: changelog --- CHANGELOG | 1 + debian/changelog | 11 +++++++++++ propellor.cabal | 2 ++ 3 files changed, 14 insertions(+) create mode 120000 CHANGELOG create mode 100644 debian/changelog diff --git a/CHANGELOG b/CHANGELOG new file mode 120000 index 00000000..d526672c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..bbb7591e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +propellor (0.2) UNRELEASED; urgency=low + + * 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. + + -- Joey Hess Tue, 01 Apr 2014 15:05:00 -0400 diff --git a/propellor.cabal b/propellor.cabal index 6231c7f5..a9c38cb9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -13,7 +13,9 @@ Category: Utility Extra-Source-Files: README TODO + CHANGELOG Makefile + debian/changelog Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of -- cgit v1.2.3