All Versions
75
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 3
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
- ๐ Fix exception collecting
-
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
- ๐ Fix excluding multiple directories in
-
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
infiles.put
is a directory (@oz123) - ๐ Improve internal unix path joining
- Don't fail if
-
v1.4.14 Changes
- โ 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
- โ Add
-
v1.4.13 Changes
- ๐ Fix
exclude_dir
infiles.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
- ๐ Fix
-
v1.4.12 Changes
- ๐ 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
- ๐ Support tag names in
-
v1.4.11 Changes
- ๐ Fix removal of askpass file in
server.reboot
operation
- ๐ Fix removal of askpass file in
-
v1.4.10 Changes
- 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
- Ensure services in
-
v1.4.9 Changes
- 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
- Fix connection w/