diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-04 13:58:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-04 13:58:31 -0400 |
| commit | 0e93aa7f9471554ebf3065d94808ad944d05e3cc (patch) | |
| tree | d35150aa5e04e200f3d5e5285edd9cec84620965 /doc/news | |
| parent | e1a62b50c90b86dc4d8ba05f032c762e2dd32a65 (diff) | |
add news item for propellor 2.8.1
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.7.0.mdwn | 13 | ||||
| -rw-r--r-- | doc/news/version_2.8.1.mdwn | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/news/version_2.7.0.mdwn b/doc/news/version_2.7.0.mdwn deleted file mode 100644 index a7e840d8..00000000 --- a/doc/news/version_2.7.0.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/doc/news/version_2.8.1.mdwn b/doc/news/version_2.8.1.mdwn new file mode 100644 index 00000000..fafde5e4 --- /dev/null +++ b/doc/news/version_2.8.1.mdwn @@ -0,0 +1,13 @@ +propellor 2.8.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Guard against power loss etc when building propellor, by updating + the executable atomically. + * Added Logcheck module, contributed by Jelmer Vernooij. + * Added Kerberos module, contributed by Jelmer Vernooij. + * Privdata that uses HostContext inside a container will now have the + name of the container as its context, rather than the name of + the host(s) where the container is used. This allows eg, having different + passwords for a user in different containers. Note that previously, + propellor would prompt using the container name as the context, but + not actually use privdata using that context; so this is a bug fix. + * Fix --add-key to not fail committing when no privdata file exists yet."""]]
\ No newline at end of file |
