salt/doc/topics/releases/2014.1.2.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.5 KiB
Raw Blame History

Salt 2014.1.2 Release Notes

release
2014-04-15

Version 2014.1.2 is another bugfix release for 2014.1.0 <release-2014-1-0>. The changes include:

  • Fix username detection when su'ed to root on FreeBSD (11628)
  • Fix minionfs backend for file.recurse states
  • Fix 32-bit packages of different arches than the CPU arch, on 32-bit RHEL/CentOS (11822)
  • Fix bug with specifying alternate home dir on user creation (FreeBSD) (11790)
  • Dont reload site module on module refresh for MacOS
  • Fix regression with running execution functions in Pillar SLS (11453)
  • Fix some modules missing from Windows installer
  • Dont log an error for yum commands that return nonzero exit status on non-failure (11645)
  • Fix bug in rabbitmq state (8703)
  • Fix missing ssh config options (10604)
  • Fix top.sls ordering (10810 and 11691)
  • Fix salt-key --list all (10982)
  • Fix win_servermanager install/remove function (11038)
  • Fix interaction with tokens when running commands as root (11223)
  • Fix overstate bug with find_job and **kwargs (10503)
  • Fix saltenv for aptpkg.mod_repo from pkgrepo state
  • Fix environment issue causing file caching problems (11189)
  • Fix bug in __parse_key in registry state (11408)
  • Add minion auth retry on rejection (10763)
  • Fix publish_session updating the encryption key (11493)
  • Fix for bad AssertionError raised by GitPython (11473)
  • Fix debian_ip to allow disabling and enabling networking on Ubuntu (11164)
  • Fix potential memory leak caused by saved (and unused) events (11582)
  • Fix exception handling in the MySQL module (11616)
  • Fix environment-related error (11534)
  • Include psutil on Windows
  • Add file.replace and file.search to Windows (11471)
  • Add additional file module helpers to Windows (11235)
  • Add pid to netstat output on Windows (10782)
  • Fix Windows not caching new versions of installers in winrepo (10597)
  • Fix hardcoded md5 hashing
  • Fix kwargs in salt-ssh (11609)
  • Fix file backup timestamps (11745)
  • Fix stacktrace on sys.doc with invalid eauth (11293)
  • Fix git.latest with test=True (11595)
  • Fix file.check_perms hardcoded follow_symlinks (11387)
  • Fix certain pkg states for RHEL5/Cent5 machines (11719)