All Versions
75
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 4
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 toshlex.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 tofiles.*
operations & facts - โก๏ธ Futher improvements to the updated facts docs
- ๐ Fix for passing
-
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
- Properly handle shell quoting of filenames in all
-
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
- ๐ Fix missing mysql connection arguments updating privileges
-
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 iniptables.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 insystemd.SystemdStatus
fact - ๐ Fix handling of
cache_time
inapt.update
operation - ๐ Fix invalid
name
arguments inwindows.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)