From d3241a72983578f6b45b518d0b29918955b04956 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Apr 2019 08:24:40 -0400 Subject: add news item for propellor 5.8.0 --- doc/news/version_5.8.0.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/news/version_5.8.0.mdwn (limited to 'doc/news/version_5.8.0.mdwn') diff --git a/doc/news/version_5.8.0.mdwn b/doc/news/version_5.8.0.mdwn new file mode 100644 index 00000000..a00c611a --- /dev/null +++ b/doc/news/version_5.8.0.mdwn @@ -0,0 +1,18 @@ +propellor 5.8.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix bug in File.containsShellSetting that replaced whole shell conffile + content with the setting if the file did not previously contain a line + setting the key to some value. + * Removed inChroot, instead use hasContainerCapability FilesystemContained. + (API change) + * Hostname: Properties that used to not do anything in a systemd or + docker container will now change the container's hostname, + since it's namespaced. + * Add User.ownsWithPrimaryGroup + Thanks, Sean Whitton + * Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet + exist. + * Ssh.userKeyAt: When a relative filepath is provided, it's put inside + the user's .ssh directory. + * Fix Git.pulled always reporting a change. + Thanks, Sean Whitton"""]] \ No newline at end of file -- cgit v1.2.3