summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2015-09-04Added Propellor.Property.Rsync.Joey Hess
2015-09-03prep releaseJoey Hess
2015-09-02Fix bug that caused provisioning new chroots to fail.Joey Hess
2015-08-31implement dirsizesJoey Hess
Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable.. (cherry picked from commit e413bed2c1cb15dcb8ce721a2801021e39f3ba86)
2015-08-31DiskImage is not yet completeJoey Hess
2015-08-31Update for Debian systemd-container package split.Joey Hess
2015-08-25formatting for partitions set up by partedJoey Hess
Including support for formatting partitions of a disk image file.
2015-08-25working on partedJoey Hess
2015-08-25prep releaseJoey Hess
2015-08-25changelogJoey Hess
2015-08-20changelogJoey Hess
2015-08-14prep releaseJoey Hess
2015-08-13Propellor.Property.Firewall: coding styleAntoine Eiche
2015-08-13changelogJoey Hess
2015-08-12Make sure that make is installed when bootstrapping propellor.Joey Hess
2015-07-30prep releaseJoey Hess
2015-07-30Work around broken git pull option parser in git 2.5.0, which broke use of ↵Joey Hess
--upload-pack to send a git push when running propellor --spin.
2015-07-21changelogJoey Hess
2015-07-21changelogJoey Hess
2015-07-20Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ↵Joey Hess
ForcedCommandsOnly (API change) * Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) * setSshdConfig type changed, and setSshdConfigBool added with old type.
2015-07-10prep releaseJoey Hess
2015-07-10Fix make install target to work even when git is not configured.Joey Hess
2015-07-05changelogJoey Hess
2015-06-30Version dependency on exceptions.Joey Hess
2015-06-29Added --unset to delete a privdata field.Joey Hess
2015-06-16update for Docker.Image changesJoey Hess
2015-06-09spelingJoey Hess
2015-06-09prep releaseJoey Hess
2015-06-04changelogJoey Hess
2015-06-01Docker: volume and publish accept Bound FilePath and Bound Port, ↵Joey Hess
respectively. They also continue to accept Strings, for backwards compatability.
2015-06-01propellor spinJoey Hess
2015-06-01reorganize Port type for systemd can use itJoey Hess
2015-06-01better types for systemd port publishingJoey Hess
2015-06-01Added publish property for systemd-spawn containers. (Needs systemd version ↵Joey Hess
220.)
2015-05-30--spin now works when given a short hostname that only resolves to an ipv6 ↵Joey Hess
address.
2015-05-30export createProcess with debug logging from Propellor.Property.CmdJoey Hess
2015-05-30Mount /proc inside a chroot before provisioning it, to work around #787227Joey Hess
2015-05-29Fix Postfix.satellite bug; the default relayhost was set to the domain, not ↵Joey Hess
to smtp.domain as documented.
2015-05-27Improve enter-machine scripts for nspawn containers to unset most ↵Joey Hess
environment variables.
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from ↵Joey Hess
Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant.
2015-05-12changelogJoey Hess
2015-05-07cmdProperty' renamed to cmdPropertyEnv to make way for a new, more generic ↵Joey Hess
cmdProperty' (API change)
2015-05-06prep releaseJoey Hess
2015-04-29changelogJoey Hess
2015-04-29Ensure build deps are installed before building propellor in --spin and cron ↵Joey Hess
job, even if propellor was already built before, to deal with upgrades that add new dependencies.
2015-04-29propellor spinJoey Hess
2015-04-25Removed Obnam.latestVersion which was only needed for Debian wheezy backport.Joey Hess
2015-04-22changelogJoey Hess
2015-04-22propellor spinJoey Hess
2015-04-22API change: Added User and Group newtypes, and Properties that used to use ↵Joey Hess
the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization.