diff --git a/doc/news/version_1.3.1.mdwn b/doc/news/version_1.3.1.mdwn deleted file mode 100644 index 74a39ac..0000000 --- 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 0000000..a7e840d --- /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