All Versions
75
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 3

  • v1.4.18 Changes

    • ๐Ÿ›  Fix exception collecting Docker.* facts on objects that don't exist
    • ๐Ÿ‘Œ Support variable interpolation in files.FindInFile fact
    • โž• Add debug-inventory example to the help doc
    • โš  Show a warning when a --limit option doesn't match any hosts
    • Warn only if SSH keys fail to load
    • Include actual error when we encounter authentication errors
  • v1.4.17 Changes

    • ๐Ÿ›  Fix excluding multiple directories in files.sync operation (@gchazot)
    • โœ… Cleanup filesystem mocking in operation tests (@gchazot)
    • ๐Ÿ›  Fix bug in command generation when config sudo user is set
    • ๐Ÿณ Stop removing sudo/su arguments in the Docker connector
  • v1.4.16 Changes

    • ๐Ÿ›  Fix loading of system SSH host keys
    • ๐Ÿ›  Fix/show warning when no SSH host key present on connect
  • v1.4.15 Changes

    • Don't fail if dest in files.put is a directory (@oz123)
    • ๐Ÿ‘Œ Improve internal unix path joining
  • v1.4.14 Changes

    • โž• Add quote_path=True argument to files.[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 Changes

    • ๐Ÿ›  Fix exclude_dir in files.sync operation (@gchazot)
    • ๐Ÿ›  Fix multiple nested imports by properly resetting current exec filename
    • ๐Ÿ‘Œ Improve error when there are no Vagrant instances and a name is provided
  • v1.4.12 Changes

    • ๐Ÿ‘Œ Support tag names in git.GitBranch fact (@stevenkaras)
    • ๐Ÿ›  Fix cache_time test in files.download operation (@stevenkaras)
    • ๐Ÿ›  Fix parsing of server.LinuxDistribution fact for Archlinux (@TypicalFence)
    • ๐Ÿง Correctly return None when no major version in server.LinuxDistribution fact
  • v1.4.11 Changes

    • ๐Ÿ›  Fix removal of askpass file in server.reboot operation
  • v1.4.10 Changes

    • Ensure services in /usr/local/etc/rc.d are handled in bsdinit.service operation
    • Check status of services in /usr/local/etc/rd.d in bsdinit.RcdStatus fact
    • ๐Ÿ›  Fix status checking in bsdinit.RcdStatus fact (for non-OpenBSD)
    • โœ… Expand BSD test boxes to include NetBsd & HardenedBSD
  • v1.4.9 Changes

    • Fix connection w/use_remote_sudo in ssh.upload operation (@GerardoGR)
    • Fix mysql.MysqlUserGrants fact regex for *.* grant lines
    • โœ‚ Remove any askpass file before issuing reboots in server.reboot operation