summaryrefslogtreecommitdiff
path: root/doc/news/version_5.8.0.mdwn
blob: a00c611a52096369a18bda127c423be02a8c4908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"""]]