summaryrefslogtreecommitdiff
path: root/doc/news/version_4.8.0.mdwn
blob: 217c31544fa59ce8089f3e4b4ab40b60539e00c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
propellor 4.8.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
   * DiskImage: Made a DiskImage type class, so that different disk image
     formats can be implemented. The properties in this module can generate
     any type that is a member of DiskImage. (API change)
     (To convert existing configs, convert the filename of the disk image
     to RawDiskImage filename.)
   * Removed DiskImage.vmdkBuiltFor property. (API change)
     Instead, use VirtualBoxPointer in the property that creates the disk
     image.
   * Apt.isInstalled: Fix handling of packages that are not known at all
     to apt.
   * Borg: Converted BorgRepo from a String alias to a data type.
     (API change)
   * Borg: Allow specifying ssh private key to use when accessing a borg
     repo by using the BorgRepoUsing constructor with UseSshKey.
   * Borg: Fix broken shell escaping in borg cron job.
   * Attic: Fix broken shell escaping in attic cron job.
   * Make lock file descriptors close-on-exec.
   * Lvm: New module for setting up LVM volumes.
     Thanks, Nicolas Schodet"""]]