summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-10-16 19:50:37 -0400
committerJoey Hess2015-10-16 19:50:37 -0400
commitfe052464493571ac26d825823c8c6e95ddb096e2 (patch)
treec33ac0f27a3248db58c197b16a103009f554bf15 /debian
parent06f4258f8174302a825a893b3407df9cff15c577 (diff)
parentf18304181f59f737f8034f6a5aa69b89829f1785 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f3b73d3f..957b9ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,17 @@ propellor (2.9.0) UNRELEASED; urgency=medium
* Added Propellor.Property.Spin, which can be used to make a host be a
controller of other hosts, which will automatically spin them each time
propellor is run.
+ * Ssh.keyImported is replaced with Ssh.userKeys. (API change)
+ The new property only gets the private key from the privdata; the
+ public key is provided as a parameter, and so is available as
+ Info that other properties can use.
+ * Ssh.keyImported' is renamed to Ssh.userKeyAt, and also changed
+ to only import the private key from the privdata. (API change)
+ * While Ssh.keyImported and Ssh.keyImported' avoided updating existing
+ keys, the new Ssh.userKeys and Ssh.userKeyAt properties will
+ always update out of date key files.
+ * Ssh.pubKey renamed to Ssh.hostPubKey. (API change)
+ * Added --unset-unused
-- Joey Hess <id@joeyh.name> Thu, 08 Oct 2015 11:09:01 -0400