summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-07-30 12:13:05 -0400
committerJoey Hess2015-07-30 12:13:05 -0400
commit1c1865da6d74334679b786ef1a7674daad2aa987 (patch)
tree6ce294894afa9e4fe68b345b37bd4905e7ff5eb8 /doc
parent37cf983363d5acaa8530d4b93e7221de04bea6f1 (diff)
add news item for propellor 2.7.0
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_1.3.1.mdwn6
-rw-r--r--doc/news/version_2.7.0.mdwn13
2 files changed, 13 insertions, 6 deletions
diff --git a/doc/news/version_1.3.1.mdwn b/doc/news/version_1.3.1.mdwn
deleted file mode 100644
index 74a39ac4..00000000
--- a/doc/news/version_1.3.1.mdwn
+++ /dev/null
@@ -1,6 +0,0 @@
-propellor 1.3.1 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix bug that prevented deploying ssh host keys when the file for the
- key didn't already exist.
- * DNS records for hosts with known ssh public keys now automatically
- include SSHFP records."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.0.mdwn b/doc/news/version_2.7.0.mdwn
new file mode 100644
index 00000000..a7e840d8
--- /dev/null
+++ b/doc/news/version_2.7.0.mdwn
@@ -0,0 +1,13 @@
+propellor 2.7.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Ssh.permitRootLogin type changed to allow configuring WithoutPassword
+ and ForcedCommandsOnly (API change)
+ * setSshdConfig type changed, and setSshdConfigBool added with old type.
+ * Fix a bug in shim generation code for docker and chroots, that
+ sometimes prevented deployment of docker containers.
+ * Added onChangeFlagOnFail which is often a safer alternative to
+ onChange.
+ Thanks, Antoine Eiche.
+ * Work around broken git pull option parser in git 2.5.0,
+ which broke use of --upload-pack to send a git push when running
+ propellor --spin."""]] \ No newline at end of file