From 1c1865da6d74334679b786ef1a7674daad2aa987 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jul 2015 12:13:05 -0400 Subject: add news item for propellor 2.7.0 --- doc/news/version_1.3.1.mdwn | 6 ------ doc/news/version_2.7.0.mdwn | 13 +++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 doc/news/version_1.3.1.mdwn create mode 100644 doc/news/version_2.7.0.mdwn (limited to 'doc') 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 -- cgit v1.2.3