Releases: pyinfra-dev/pyinfra
Releases · pyinfra-dev/pyinfra
v1.4.15
v1.4.14
- Add
quote_path=True
argument tofiles.[FindFiles|FindLinks|FindDirectories]
facts - Fix enable/disable service in
sysvinit.service
operation using un-quoted path - Fix path join handling in certain cases in
files.sync
operation - Always normalise paths in
files.[file|link|directory]
operations
v1.4.13
v1.4.12
- Support tag names in
git.GitBranch
fact (@stevenkaras) - Fix
cache_time
test infiles.download
operation (@stevenkaras) - Fix parsing of
server.LinuxDistribution
fact for Archlinux (@TypicalFence) - Correctly return
None
when no major version inserver.LinuxDistribution
fact
v1.4.11
v1.4.10
- Ensure services in
/usr/local/etc/rc.d
are handled inbsdinit.service
operation - Check status of services in
/usr/local/etc/rd.d
inbsdinit.RcdStatus
fact - Fix status checking in
bsdinit.RcdStatus
fact (for non-OpenBSD) - Expand BSD test boxes to include NetBsd & HardenedBSD
v1.4.9
- Fix connection w/
use_remote_sudo
inssh.upload
operation (@GerardoGR) - Fix
mysql.MysqlUserGrants
fact regex for*.*
grant lines - Remove any askpass file before issuing reboots in
server.reboot
operation