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

Changelog History
Page 4

  • v1.4.8 Changes

    • โœ‚ Remove broken "will add user" detection in facts, just pass if user is missing
    • Quite non-string elements in StringCommand before passing to shlex.quote
    • Ignore use_sudo_password in the @docker connector
    • Loosen jinja2 requirement to allow v3 (compatible)
  • v1.4.7 Changes

    • ๐Ÿ›  Fix for passing Path objects as arguments to files.* operations & facts
    • โšก๏ธ Futher improvements to the updated facts docs
  • v1.4.6 Changes

    • Properly handle shell quoting of filenames in all files.* facts
    • โšก๏ธ Update files.* operations to use explicit fact imports
    • ๐Ÿ’… Update the docs to show explicit fact import style
  • v1.4.5 Changes

    • ๐Ÿ›  Fix missing mysql connection arguments updating privileges mysql.database operation (@sfermigier)
    • ๐Ÿ›  Fix parallel upload of askpass files
    • ๐Ÿ›  Properly handle shell quoting of filenames, fixes filenames with shell characters/etc for all files.* operations
  • v1.4.4 Changes

    • ๐Ÿ›  Fix brew casks fact for non-mac platforms
  • v1.4.3 Changes

    • ๐Ÿ›  Fix user fact comments with spaces by refactoring the fact (@sysadmin75)
    • ๐Ÿ›  Fix parsing of tab delimited crontab files with special times (@hazayan)
    • ๐Ÿ›  Fix incorrect lowercasing of yum & dnf package names
    • ๐Ÿ›  Fix/enable passing to_ports as an integer in iptables.rule operation
    • Migrate iptables facts & operations to use explicit fact imports
    • ๐Ÿ›  Fix/implement idempotency in iptables operations
  • v1.4.2 Changes

    • ๐Ÿ›  Fix/implement WinRM env support (@mfrg)
    • ๐Ÿ›  Fix/handle Brew 2.6+ new cask CLI (@morrison12)
    • ๐Ÿ›  Fix parsing of tab delimited crontab files (@hazayan)
  • v1.4.1 Changes

    • ๐Ÿ‘Œ Improve deploy directory detection to handle nested directories
    • ๐Ÿ”€ Copy existing file/directory permissions in files.sync operation
    • Treat exited systemd services as running in systemd.SystemdStatus fact
    • ๐Ÿ›  Fix handling of cache_time in apt.update operation
    • ๐Ÿ›  Fix invalid name arguments in windows.service, windows.file & windows.directory operations
    • โš  Only show invalid auth argument warnings when not the defaults
    • โœ… Test operation global argument clashes
  • v1.4 Changes

    ๐Ÿš€ Three major themes to this release:

    Explicit fact imports - this replaces the magic host.fact.X variables with explicitly imported facts, for example:

  • v1.3.12 Changes

    • ๐Ÿ›  Fix & test loading non-RSA SSH keys with passwords (@Yakulu)