salt/doc/topics/releases/0.17.3.rst
Pedro Algarvio 6c819439b5 Add a few more nice to have hooks
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-07 07:10:13 +00:00

2.2 KiB

Salt 0.17.3 Release Notes

release
2013-12-08

Note

0.17.3 had some regressions which were promptly fixed in the 0.17.4 release. Please use 0.17.4 instead.

Version 0.17.3 is another bugfix release for 0.17.0 <release-0-17-0>. The changes include:

  • Fix some jinja render errors (8418)
  • Fix file.replace state changing file ownership (8399)
  • Fix state ordering with the PyDSL renderer (8446)
  • Fix for new npm version (8517)
  • Fix for pip state requiring name even with requirements file (8519)
  • Fix yum logging to open terminals (3855)
  • Add sane maxrunning defaults for scheduler (8563)
  • Fix states duplicate key detection (8053)
  • Fix SUSE patch level reporting (8428)
  • Fix managed file creation umask (8590)
  • Fix logstash exception (8635)
  • Improve argument exception handling for salt command (8016)
  • Fix pecl success reporting (8750)
  • Fix launchctl module exceptions (8759)
  • Fix argument order in pw_user module
  • Add warnings for failing grains (8690)
  • Fix hgfs problems caused by connections left open (8811 and 8810)
  • Add Debian iptables default for iptables-persistent package (8889)
  • Fix installation of packages with dots in pkg name (8614)
  • Fix noarch package installation on CentOS 6 (8945)
  • Fix portage_config.enforce_nice_config (8252)
  • Fix salt.util.copyfile umask usage (8590)
  • Fix rescheduling of failed jobs (8941)
  • Fix pkg on Amazon Linux (uses yumpkg5 now) (8226)
  • Fix conflicting options in postgres module (8717)
  • Fix ps modules for psutil >= 0.3.0 (7432)
  • Fix postgres module to return False on failure (8778)
  • Fix argument passing for args with pound signs (8585)
  • Fix pid of salt CLi command showing in status.pid output (8720)
  • Fix rvm to run gem as the correct user (8951)
  • Fix namespace issue in win_file module (9060)
  • Fix masterless state paths on windows (9021)
  • Fix timeout option in master config (9040)