Salt 2016.11.8 Release Notes

Version 2016.11.8 is a bugfix release for 2016.11.0.]

Anonymous Binds and LDAP/Active Directory

When auth.ldap.anonymous is set to False, the bind password can no longer be empty.

Changes for v2016.11.7..v2016.11.8

Security Fix

CVE-2017-14695 Directory traversal vulnerability in minion id validation in SaltStack. Allows remote minions with incorrect credentials to authenticate to a master via a crafted minion ID. Credit for discovering the security flaw goes to: Julian Brost (julian@0x4a42.net)

CVE-2017-14696 Remote Denial of Service with a specially crafted authentication request. Credit for discovering the security flaw goes to: Julian Brost (julian@0x4a42.net)

Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs):

Generated at: 2017-09-11T14:52:27Z

Statistics:

  • Total Merges: 169
  • Total Issue references: 70
  • Total PR references: 206

Changes:

  • PR #43271: (twangboy) Fix minor formatting issue @ 2017-08-30T18:35:12Z

    • cf21f91 Merge pull request #43271 from twangboy/win_fix_pkg.install
    • 91b062f Fix formatting issue, spaces surrounding +
  • PR #43228: (twangboy) Win fix pkg.install @ 2017-08-30T14:26:21Z

    • 3a0b02f Merge pull request #43228 from twangboy/win_fix_pkg.install
    • 13dfabb Fix regex statement, add .
    • 31ff69f Add underscore to regex search
    • 3cf2b65 Fix spelling
    • ed030a3 Use regex to detect salt-minion install
    • e5daff4 Fix pkg.install
  • PR #43191: (viktorkrivak) Fix apache.config with multiple statement @ 2017-08-28T18:13:44Z

    • b4c689d Merge pull request #43191 from viktorkrivak/fix-apache-config-multi-entity
    • c15bcbe Merge remote-tracking branch 'upstream/2016.11' into fix-apache-config-multi-entity
    • 4164047 Fix apache.config with multiple statement At this moment when you post more than one statement in config only last is used. Also file is rewrited multiple times until last statement is written. Example: salt '*' apache.config /etc/httpd/conf.d/ports.conf config="[{'Listen': '8080'}, {'Proxy': "Something"}]" Ends only with Proxy Something and ignore Listen 8080, This patch fix this issue.
  • PR #43154: (lomeroe) Backport #43116 to 2016.11 @ 2017-08-28T16:40:41Z

    • b90e59e Merge pull request #43154 from lomeroe/bp-43116-2016.11
    • 8f593b0 verify that files exist before trying to remove them, win_file.remove raises an exception if the file does not exist
    • 33a30ba correcting bad format statement in search for policy to be disabled
    • acc3d7a correct fopen calls from salt.utils for 2016.11's utils function
    • 2da1cdd lint fix
    • 61bd12c track xml namespace to ensure policies w/duplicate IDs or Names do not conflict
    • f232bed add additional checks for ADM policies that have the same ADMX policy ID (#42279)
  • PR #43202: (garethgreenaway) Reverting previous augeas module changes @ 2017-08-28T13:14:27Z

    • 5308c27 Merge pull request #43202 from garethgreenaway/42642_2016_11_augeas_module_revert_fix
    • ef7e93e Reverting this change due to it breaking other uses.
  • PR #43103: (aogier) genesis.bootstrap deboostrap fix @ 2017-08-25T20:48:23Z

    • ISSUE #43101: (aogier) genesis.bootstrap fails if no pkg AND exclude_pkgs (which can't be a string) | refs: #43103
    • f16b724 Merge pull request #43103 from aogier/43101-genesis-bootstrap
    • db94f3b better formatting
    • e5cc667 tests: fix a leftover and simplify some parts
    • 13e5997 lint
    • 216ced6 allow comma-separated pkgs lists, quote args, test deb behaviour
    • d8612ae fix debootstrap and enhance packages selection/deletion via cmdline
  • PR #42663: (jagguli) Check remote tags before deciding to do a fetch #42329 @ 2017-08-25T20:14:32Z

    • ISSUE #42329: (jagguli) State git.latest does not pull latest tags | refs: #42663
    • 4863771 Merge pull request #42663 from StreetHawkInc/fix_git_tag_check
    • 2b5af5b Remove refs/tags prefix from remote tags
    • 3f2e96e Convert set to list for serializer
    • 2728e5d Only include new tags in changes
    • 4b1df2f Exclude annotated tags from checks
    • 389c037 Check remote tags before deciding to do a fetch #42329
  • PR #43199: (corywright) Add disk.format alias for disk.format_ @ 2017-08-25T19:21:07Z

    • 4193e7f Merge pull request #43199 from corywright/disk-format-alias
    • f00d3a9 Add disk.format alias for disk.format_
  • PR #43196: (gtmanfred) Pin request install to version for npm tests @ 2017-08-25T18:43:06Z

    • ISSUE #495: (syphernl) mysql.* without having MySQL installed/configured gives traceback | refs: #43196
    • 5471f9f Merge pull request #43196 from gtmanfred/2016.11
    • ccd2241 Pin request install to version
  • PR #43178: (terminalmage) git.detached: Fix traceback when rev is a SHA and is not present locally @ 2017-08-25T13:58:37Z

    • ISSUE #43143: (abulford) git.detached does not fetch if rev is missing from local | refs: #43178
    • ace2715 Merge pull request #43178 from terminalmage/issue43143
    • 2640833 git.detached: Fix traceback when rev is a SHA and is not present locally
  • PR #43179: (terminalmage) Fix missed deprecation @ 2017-08-24T22:52:34Z

    • 12e9507 Merge pull request #43179 from terminalmage/old-deprecation
    • 3adf8ad Fix missed deprecation
  • PR #43171: (terminalmage) Add warning about adding new functions to salt/utils/__init__.py @ 2017-08-24T19:10:23Z

    • b595440 Merge pull request #43171 from terminalmage/salt-utils-warning
    • 7b5943a Add warning about adding new functions to salt/utils/__init__.py
  • PR #43173: (Ch3LL) Add New Release Branch Strategy to Contribution Docs @ 2017-08-24T19:04:56Z

    • 4f273ca Merge pull request #43173 from Ch3LL/add_branch_docs
    • 1b24244 Add New Release Branch Strategy to Contribution Docs
  • PR #43151: (ushmodin) state.sls hangs on file.recurse with clean: True on windows @ 2017-08-23T17:25:33Z

    • PR #42969: (ushmodin) state.sls hangs on file.recurse with clean: True on windows | refs: #43151
    • 669b376 Merge pull request #43151 from ushmodin/2016.11
    • c5841e2 state.sls hangs on file.recurse with clean: True on windows
  • PR #42986: (renner) Notify systemd synchronously (via NOTIFY_SOCKET) @ 2017-08-22T16:52:56Z

    • ae9d2b7 Merge pull request #42986 from renner/systemd-notify
    • 79c53f3 Fallback to systemd_notify_call() in case of socket.error
    • f176547 Notify systemd synchronously (via NOTIFY_SOCKET)
  • PR #43037: (mcarlton00) Issue #43036 Bhyve virtual grain in Linux VMs @ 2017-08-22T16:43:40Z

    • ISSUE #43036: (mcarlton00) Linux VMs in Bhyve aren't displayed properly in grains | refs: #43037
    • b420fbe Merge pull request #43037 from mcarlton00/fix-bhyve-grains
    • 73315f0 Issue #43036 Bhyve virtual grain in Linux VMs
  • PR #43100: (vutny) [DOCS] Add missing utils sub-dir listed for extension_modules @ 2017-08-22T15:40:09Z

    • 0a86f2d Merge pull request #43100 from vutny/doc-add-missing-utils-ext
    • af743ff [DOCS] Add missing utils sub-dir listed for extension_modules
  • PR #42985: (DmitryKuzmenko) Properly handle prereq having lost requisites. @ 2017-08-21T22:49:39Z

    • ISSUE #15171: (JensRantil) Maximum recursion limit hit related to requisites | refs: #42985
    • e2bf2f4 Merge pull request #42985 from DSRCorporation/bugs/15171_recursion_limit
    • 651b1ba Properly handle prereq having lost requisites.
  • PR #43092: (blarghmatey) Fixed issue with silently passing all tests in Testinfra module @ 2017-08-21T20:22:08Z

    • e513333 Merge pull request #43092 from mitodl/2016.11
    • d4b113a Fixed issue with silently passing all tests in Testinfra module
  • PR #43060: (twangboy) Osx update pkg scripts @ 2017-08-21T20:06:12Z

    • 77a443c Merge pull request #43060 from twangboy/osx_update_pkg_scripts
    • ef8a14c Remove /opt/salt instead of /opt/salt/bin
    • 2dd62aa Add more information to the description
    • f44f5b7 Only stop services if they are running
    • 3b62bf9 Remove salt from the path
    • ebdca3a Update pkg-scripts
  • PR #43064: (terminalmage) Fix race condition in git.latest @ 2017-08-21T14:29:52Z

    • ISSUE #42869: (abednarik) Git Module : Failed to update repository | refs: #43064
    • 1b1b6da Merge pull request #43064 from terminalmage/issue42869
    • 093c0c2 Fix race condition in git.latest
  • PR #43054: (lorengordon) Uses ConfigParser to read yum config files @ 2017-08-18T20:49:44Z

    • ISSUE #42041: (lorengordon) pkg.list_repo_pkgs fails to find pkgs with spaces around yum repo enabled value | refs: #43054
    • PR #42045: (arount) Fix: salt.modules.yumpkg: ConfigParser to read ini like files. | refs: #43054
    • 96e8e83 Merge pull request #43054 from lorengordon/fix/yumpkg/config-parser
    • 3b2cb81 fix typo in salt.modules.yumpkg
    • 38add0e break if leading comments are all fetched
    • d7f65dc fix configparser import & log if error was raised
    • ca1b1bb use configparser to parse yum repo file
  • PR #43048: (rallytime) Back-port #43031 to 2016.11 @ 2017-08-18T12:56:04Z

    • PR #43031: (gtmanfred) use a ruby gem that doesn't have dependencies | refs: #43048
    • 43aa46f Merge pull request #43048 from rallytime/bp-43031
    • 35e4504 use a ruby gem that doesn't have dependencies
  • PR #43023: (terminalmage) Fixes/improvements to Jenkins state/module @ 2017-08-18T01:33:10Z

    • ad89ff3 Merge pull request #43023 from terminalmage/fix-jenkins-xml-caching
    • 33fd8ff Update jenkins.py
    • fc306fc Add missing colon in if statement
    • 822eabc Catch exceptions raised when making changes to jenkins
    • 91b583b Improve and correct execption raising
    • f096917 Raise an exception if we fail to cache the config xml
  • PR #43026: (rallytime) Back-port #43020 to 2016.11 @ 2017-08-17T23:19:46Z

    • PR #43020: (gtmanfred) test with gem that appears to be abandoned | refs: #43026
    • 2957467 Merge pull request #43026 from rallytime/bp-43020
    • 0eb15a1 test with gem that appears to be abandoned
  • PR #43033: (rallytime) Back-port #42760 to 2016.11 @ 2017-08-17T22:24:43Z

    • ISSUE #40490: (alxwr) saltstack x509 incompatible to m2crypto 0.26.0 | refs: #42760
    • PR #42760: (AFriemann) Catch TypeError thrown by m2crypto when parsing missing subjects in c… | refs: #43033
    • 4150b09 Merge pull request #43033 from rallytime/bp-42760
    • 3e3f7f5 Catch TypeError thrown by m2crypto when parsing missing subjects in certificate files.
  • PR #43032: (rallytime) Back-port #42547 to 2016.11 @ 2017-08-17T21:53:50Z

    • PR #42547: (blarghmatey) Updated testinfra modules to work with more recent versions | refs: #43032
    • b124d36 Merge pull request #43032 from rallytime/bp-42547
    • ea4d7f4 Updated testinfra modules to work with more recent versions
  • PR #43027: (pabloh007) Fixes ignore push flag for docker.push module issue #42992 @ 2017-08-17T19:55:37Z

    • ISSUE #42992: (pabloh007) docker.save flag push does is ignored
    • a88386a Merge pull request #43027 from pabloh007/fix-docker-save-push-2016-11
    • d0fd949 Fixes ignore push flag for docker.push module issue #42992
  • PR #42890: (DmitryKuzmenko) Make chunked mode in salt-cp optional @ 2017-08-17T18:37:44Z

    • ISSUE #42627: (taigrrr8) salt-cp no longer works. Was working a few months back. | refs: #42890
    • 51d1684 Merge pull request #42890 from DSRCorporation/bugs/42627_salt-cp
    • cfddbf1 Apply code review: update the doc
    • afedd3b Typos and version fixes in the doc.
    • 9fedf60 Fixed 'test_valid_docs' test.
    • 9993886 Make chunked mode in salt-cp optional (disabled by default).
  • PR #43009: (rallytime) [2016.11] Merge forward from 2016.3 to 2016.11 @ 2017-08-17T18:00:09Z

    • PR #42954: (Ch3LL) [2016.3] Bump latest and previous versions
    • PR #42949: (Ch3LL) Add Security Notice to 2016.3.7 Release Notes
    • PR #42942: (Ch3LL) [2016.3] Add clean_id function to salt.utils.verify.py
    • b3c253c Merge pull request #43009 from rallytime/merge-2016.11
    • 566ba4f Merge branch '2016.3' into '2016.11'
      • 13b8637 Merge pull request #42942 from Ch3LL/2016.3.6_follow_up
        • f281e17 move additional minion config options to 2016.3.8 release notes
        • 168604b remove merge conflict
        • 8a07d95 update release notes with cve number
        • 149633f Add release notes for 2016.3.7 release
        • 7a4cddc Add clean_id function to salt.utils.verify.py
      • bbb1b29 Merge pull request #42954 from Ch3LL/latest_2016.3
        • b551e66 [2016.3] Bump latest and previous versions
      • 5d5edc5 Merge pull request #42949 from Ch3LL/2016.3.7_docs
        • d75d374 Add Security Notice to 2016.3.7 Release Notes
  • PR #43021: (terminalmage) Use socket.AF_INET6 to get the correct value instead of doing an OS check @ 2017-08-17T17:57:09Z

    • PR #43014: (Ch3LL) Change AF_INET6 family for mac in test_host_to_ips | refs: #43021
    • 37c63e7 Merge pull request #43021 from terminalmage/fix-network-test
    • 4089b7b Use socket.AF_INET6 to get the correct value instead of doing an OS check
  • PR #43019: (rallytime) Update bootstrap script to latest stable: v2017.08.17 @ 2017-08-17T17:56:41Z

    • 8f64232 Merge pull request #43019 from rallytime/bootstrap_2017.08.17
    • 2f762b3 Update bootstrap script to latest stable: v2017.08.17
  • PR #43014: (Ch3LL) Change AF_INET6 family for mac in test_host_to_ips | refs: #43021 @ 2017-08-17T16:17:51Z

    • ff1caeee Merge pull request #43014 from Ch3LL/fix_network_mac
    • b8eee44 Change AF_INET6 family for mac in test_host_to_ips
  • PR #42968: (vutny) [DOCS] Fix link to Salt Cloud Feature Matrix @ 2017-08-16T13:16:16Z

    • 1ee9499 Merge pull request #42968 from vutny/doc-salt-cloud-ref
    • 44ed53b [DOCS] Fix link to Salt Cloud Feature Matrix
  • PR #42291: (vutny) Fix #38839: remove state from Reactor runner kwags @ 2017-08-15T23:01:08Z

    • ISSUE #38839: (DaveOHenry) Invoking runner.cloud.action via reactor sls fails | refs: #42291
    • 923f974 Merge pull request #42291 from vutny/fix-38839
    • 5f8f98a Fix #38839: remove state from Reactor runner kwags
  • PR #42940: (gtmanfred) create new ip address before checking list of allocated ips @ 2017-08-15T21:47:18Z

    • ISSUE #42644: (stamak) nova salt-cloud -P Private IPs returned, but not public. Checking for misidentified IPs | refs: #42940
    • c20bc7d Merge pull request #42940 from gtmanfred/2016.11
    • 253e216 fix IP address spelling
    • bd63074 create new ip address before checking list of allocated ips
  • PR #42959: (rallytime) Back-port #42883 to 2016.11 @ 2017-08-15T21:25:48Z

    • PR #42883: (rallytime) Fix failing boto tests | refs: #42959
    • d6496ec Merge pull request #42959 from rallytime/bp-42883
    • c6b9ca4 Lint fix: add missing space
    • 5597b1a Skip 2 failing tests in Python 3 due to upstream bugs
    • a0b19bd Update account id value in boto_secgroup module unit test
    • 60b406e @mock_elb needs to be changed to @mock_elb_deprecated as well
    • 6ae1111 Replace @mock_ec2 calls with @mock_ec2_deprecated calls
  • PR #42944: (Ch3LL) [2016.11] Add clean_id function to salt.utils.verify.py @ 2017-08-15T18:06:12Z

    • 6366e05 Merge pull request #42944 from Ch3LL/2016.11.6_follow_up
    • 7e0a20a Add release notes for 2016.11.7 release
    • 63823f8 Add clean_id function to salt.utils.verify.py
  • PR #42952: (Ch3LL) [2016.11] Bump latest and previous versions @ 2017-08-15T17:23:02Z

    • 49d339c Merge pull request #42952 from Ch3LL/latest_2016.11
    • 74e7055 [2016.11] Bump latest and previous versions
  • PR #42950: (Ch3LL) Add Security Notice to 2016.11.7 Release Notes @ 2017-08-15T16:50:23Z

    • b0d2e05 Merge pull request #42950 from Ch3LL/2016.11.7_docs
    • a6f902d Add Security Notice to 2016.11.77 Release Notes
  • PR #42836: (aneeshusa) Backport salt.utils.versions from develop to 2016.11 @ 2017-08-14T20:56:54Z

    • PR #42835: (aneeshusa) Fix typo in utils/versions.py module | refs: #42836
    • c0ff69f Merge pull request #42836 from lyft/backport-utils.versions-to-2016.11
    • 86ce700 Backport salt.utils.versions from develop to 2016.11
  • PR #42919: (rallytime) Back-port #42871 to 2016.11 @ 2017-08-14T20:44:00Z

    • 64a79dd Merge pull request #42919 from rallytime/bp-42871
    • 4e46c96 Update joyent.rst
  • PR #42918: (rallytime) Back-port #42848 to 2016.11 @ 2017-08-14T20:43:43Z

    • ISSUE #42803: (gmcwhistler) master_type: str, not working as expected, parent salt-minion process dies. | refs: #42848
    • ISSUE #42753: (grichmond-salt) SaltReqTimeout Error on Some Minions when One Master in a Multi-Master Configuration is Unavailable | refs: #42848
    • PR #42848: (DmitryKuzmenko) Execute fire_master asynchronously in the main minion thread. | refs: #42918
    • bea8ec1 Merge pull request #42918 from rallytime/bp-42848
    • cdb4812 Make lint happier.
    • 62eca9b Execute fire_master asynchronously in the main minion thread.
  • PR #42861: (twangboy) Fix pkg.install salt-minion using salt-call @ 2017-08-14T19:07:22Z

    • 52bce32 Merge pull request #42861 from twangboy/win_pkg_install_salt
    • 0d3789f Fix pkg.install salt-minion using salt-call
  • PR #42798: (s-sebastian) Update return data before calling returners @ 2017-08-14T15:51:30Z

    • b9f4f87 Merge pull request #42798 from s-sebastian/2016.11
    • 1cc8659 Update return data before calling returners
  • PR #41977: (abulford) Fix dockerng.network_* ignoring of tests=True @ 2017-08-11T18:37:20Z

    • ISSUE #41976: (abulford) dockerng network states do not respect test=True | refs: #41977 #41977
    • c15d003 Merge pull request #41977 from redmatter/fix-dockerng-network-ignores-test
    • 1cc2aa5 Fix dockerng.network_* ignoring of tests=True
  • PR #42886: (sarcasticadmin) Adding missing output flags to salt cli docs @ 2017-08-11T18:35:19Z

    • 3b9c3c5 Merge pull request #42886 from sarcasticadmin/adding_docs_salt_outputs
    • 744bf95 Adding missing output flags to salt cli
  • PR #42882: (gtmanfred) make sure cmd is not run when npm isn't installed @ 2017-08-11T17:53:14Z

    • e5b98c8 Merge pull request #42882 from gtmanfred/2016.11
    • da3402a make sure cmd is not run when npm isn't installed
  • PR #42788: (amendlik) Remove waits and retries from Saltify deployment @ 2017-08-11T15:38:05Z

    • 5962c95 Merge pull request #42788 from amendlik/saltify-timeout
    • 928b523 Remove waits and retries from Saltify deployment
  • PR #42877: (terminalmage) Add virtual func for cron state module @ 2017-08-11T15:33:09Z

    • 227ecdd Merge pull request #42877 from terminalmage/add-cron-state-virtual
    • f1de196 Add virtual func for cron state module
  • PR #42859: (terminalmage) Add note about git CLI requirement for GitPython to GitFS tutorial @ 2017-08-11T14:53:03Z

    • ab9f6ce Merge pull request #42859 from terminalmage/gitpython-git-cli-note
    • 35e05c9 Add note about git CLI requirement for GitPython to GitFS tutorial
  • PR #42856: (gtmanfred) skip cache_clean test if npm version is >= 5.0.0 @ 2017-08-11T13:39:20Z

    • ISSUE #41770: (Ch3LL) NPM v5 incompatible with salt.modules.cache_list | refs: #42856
    • ISSUE #475: (thatch45) Change yaml to use C bindings | refs: #42856
    • 682b4a8 Merge pull request #42856 from gtmanfred/2016.11
    • b458b89 skip cache_clean test if npm version is >= 5.0.0
  • PR #42864: (whiteinge) Make syndic_log_file respect root_dir setting @ 2017-08-11T13:28:21Z

    • 01ea854 Merge pull request #42864 from whiteinge/syndic-log-root_dir
    • 4b1f55d Make syndic_log_file respect root_dir setting
  • PR #42851: (terminalmage) Backport #42651 to 2016.11 @ 2017-08-10T18:02:39Z

    • PR #42651: (gtmanfred) python2- prefix for fedora 26 packages
    • 2dde1f7 Merge pull request #42851 from terminalmage/bp-42651
    • a3da86e fix syntax
    • 6ecdbce make sure names are correct
    • f83b553 add py3 for versionlock
    • 21934f6 python2- prefix for fedora 26 packages
  • PR #42806: (rallytime) Update doc references in glusterfs.volume_present @ 2017-08-10T14:10:16Z

    • ISSUE #42683: (rgcosma) Gluster module broken in 2017.7 | refs: #42806
    • c746f79 Merge pull request #42806 from rallytime/fix-42683
    • 8c8640d Update doc references in glusterfs.volume_present
  • PR #42829: (twangboy) Fix passing version in pkgs as shown in docs @ 2017-08-10T14:07:24Z

    • 27a8a26 Merge pull request #42829 from twangboy/win_pkg_fix_install
    • 83b9b23 Add winrepo to docs about supporting versions in pkgs
    • 81fefa6 Add ability to pass version in pkgs list
  • PR #42838: (twangboy) Document requirements for win_pki @ 2017-08-10T13:59:46Z

    • 3c3ac6a Merge pull request #42838 from twangboy/win_doc_pki
    • f0a1d06 Standardize PKI Client
    • 7de687a Document requirements for win_pki
  • PR #42805: (rallytime) Back-port #42552 to 2016.11 @ 2017-08-09T22:37:56Z

  • PR #42804: (rallytime) Back-port #42784 to 2016.11 @ 2017-08-09T22:37:40Z

    • ISSUE #42731: (infoveinx) http.query template_data render exception | refs: #42804
    • PR #42784: (gtmanfred) only read file if ret is not a string in http.query | refs: #42804
    • d2ee793 Merge pull request #42804 from rallytime/bp-42784
    • dbd29e4 only read file if it is not a string
  • PR #42826: (terminalmage) Fix misspelling of "versions" @ 2017-08-09T19:39:43Z

    • 4cbf805 Merge pull request #42826 from terminalmage/fix-spelling
    • 00f9314 Fix misspelling of "versions"
  • PR #42786: (Ch3LL) Fix typo for template_dict in http docs @ 2017-08-08T18:14:50Z

    • de997ed Merge pull request #42786 from Ch3LL/fix_typo
    • 90a2fb6 Fix typo for template_dict in http docs
  • PR #42795: (lomeroe) backport #42744 to 2016.11 @ 2017-08-08T17:17:15Z

    • bf6153e Merge pull request #42795 from lomeroe/`bp-42744`__201611
    • 695f8c1 fix #42600 in develop
  • PR #42748: (whiteinge) Workaround Orchestrate problem that highstate outputter mutates data @ 2017-08-07T21:11:33Z

    • ISSUE #42747: (whiteinge) Outputters mutate data which can be a problem for Runners and perhaps other things | refs: #42748
    • 61fad97 Merge pull request #42748 from whiteinge/save-before-output
    • de60b77 Workaround Orchestrate problem that highstate outputter mutates data
  • PR #42764: (amendlik) Fix infinite loop with salt-cloud and Windows nodes @ 2017-08-07T20:47:07Z

    • a4e3e7e Merge pull request #42764 from amendlik/cloud-win-loop
    • f3dcfca Fix infinite loops on failed Windows deployments
  • PR #42694: (gtmanfred) allow adding extra remotes to a repository @ 2017-08-07T18:08:11Z

    • ISSUE #42690: (ChristianBeer) git.latest state with remote set fails on first try | refs: #42694
    • da85326 Merge pull request #42694 from gtmanfred/2016.11
    • 1a0457a allow adding extra remotes to a repository
  • PR #42669: (garethgreenaway) [2016.11] Fixes to augeas module @ 2017-08-06T17:58:03Z

    • 7b2119f Merge pull request #42669 from garethgreenaway/42642_2016_11_augeas_module_fix
    • 2441308 Updating the call to shlex_split to pass the posix=False argument so that quotes are preserved.
  • PR #42629: (xiaoanyunfei) tornado api @ 2017-08-03T22:21:20Z

    • 3072576 Merge pull request #42629 from xiaoanyunfei/tornadoapi
    • 1e13383 tornado api
  • PR #42655: (whiteinge) Reenable cpstats for rest_cherrypy @ 2017-08-03T20:44:10Z

    • PR #33806: (cachedout) Work around upstream cherrypy bug | refs: #42655
    • f0f00fc Merge pull request #42655 from whiteinge/rest_cherrypy-reenable-stats
    • deb6316 Fix lint errors
    • 6bd91c8 Reenable cpstats for rest_cherrypy
  • PR #42693: (gilbsgilbs) Fix RabbitMQ tags not properly set. @ 2017-08-03T20:23:08Z

    • 21cf15f Merge pull request #42693 from gilbsgilbs/fix-rabbitmq-tags
    • 78fccdc Cast to list in case tags is a tuple.
    • 287b57b Fix RabbitMQ tags not properly set.
  • PR #42574: (sbojarski) Fixed error reporting in "boto_cfn.present" function. @ 2017-08-01T17:55:29Z

    • ISSUE #41433: (sbojarski) boto_cfn.present fails when reporting error for failed state | refs: #42574
    • f2b0c9b Merge pull request #42574 from sbojarski/boto-cfn-error-reporting
    • 5c945f1 Fix debug message in "boto_cfn._validate" function.
    • 181a1be Fixed error reporting in "boto_cfn.present" function.
  • PR #42623: (terminalmage) Fix unicode constructor in custom YAML loader @ 2017-07-31T19:25:18Z

    • bc1effc Merge pull request #42623 from terminalmage/fix-unicode-constructor
    • fcf4588 Fix unicode constructor in custom YAML loader
  • PR #42515: (gtmanfred) Allow not interpreting backslashes in the repl @ 2017-07-28T16:00:09Z

    • cbf752c Merge pull request #42515 from gtmanfred/backslash
    • cc4e456 Allow not interpreting backslashes in the repl
  • PR #42586: (gdubroeucq) [Fix] yumpkg.py: add option to the command "check-update" @ 2017-07-27T23:52:00Z

    • 5494958 Merge pull request #42586 from gdubroeucq/2016.11
    • 9c0b5cc Remove extra newline
    • d2ef448 yumpkg.py: clean
    • a96f7c0 yumpkg.py: add option to the command "check-update"
  • PR #41988: (abulford) Fix dockerng.network_* name matching @ 2017-07-27T21:25:06Z

    • 6b45deb Merge pull request #41988 from redmatter/fix-dockerng-network-matching
    • 9eea796 Add regression tests for #41982
    • 3369f00 Fix broken unit test test_network_absent
    • 0ef6cf6 Add trace logging of dockerng.networks result
    • 515c612 Fix dockerng.network_* name matching
  • PR #42339: (isbm) Bugfix: Jobs scheduled to run at a future time stay pending for Salt minions (bsc`#1036125`_) @ 2017-07-27T19:05:51Z

    • 4b16109 Merge pull request #42339 from isbm/isbm-jobs-scheduled-in-a-future-bsc1036125
    • bbba84c Bugfix: Jobs scheduled to run at a future time stay pending for Salt minions (bsc`#1036125`_)
  • PR #42077: (vutny) Fix scheduled job run on Master if when parameter is a list @ 2017-07-27T19:04:23Z

    • ISSUE #23516: (dkiser) BUG: cron job scheduler sporadically works | refs: #42077
    • PR #41973: (vutny) Fix Master/Minion scheduled jobs based on Cron expressions | refs: #42077
    • 6c5a7c6 Merge pull request #42077 from vutny/fix-jobs-scheduled-with-whens
    • b1960ce Fix scheduled job run on Master if when parameter is a list
  • PR #42414: (vutny) DOCS: unify hash sum with hash type format @ 2017-07-27T18:48:40Z

    • f9cb536 Merge pull request #42414 from vutny/unify-hash-params-format
    • d1f2a93 DOCS: unify hash sum with hash type format
  • PR #42523: (rallytime) Add a mention of the True/False returns with __virtual__() @ 2017-07-27T18:13:07Z

    • ISSUE #42375: (dragonpaw) salt.modules.*.__virtualname__ doens't work as documented. | refs: #42523
    • 535c922 Merge pull request #42523 from rallytime/fix-42375
    • 685c2cc Add information about returning a tuple with an error message
    • fa46651 Add a mention of the True/False returns with __virtual__()
  • PR #42527: (twangboy) Document changes to Windows Update in Windows 10/Server 2016 @ 2017-07-27T17:45:38Z

    • 0df0e7e Merge pull request #42527 from twangboy/win_wua
    • 0373791 Correct capatlization
    • af3bcc9 Document changes to Windows Update in 10/2016
  • PR #42551: (binocvlar) Remove '-s' (--script) argument to parted within align_check function @ 2017-07-27T17:35:31Z

    • 69b0658 Merge pull request #42551 from binocvlar/fix-lack-of-align-check-output
    • c4fabaa Remove '-s' (--script) argument to parted within align_check function
  • PR #42573: (rallytime) Back-port #42433 to 2016.11 @ 2017-07-27T13:51:21Z

    • ISSUE #42403: (astronouth7303) [2017.7] Pillar empty when state is applied from orchestrate | refs: #42433
    • PR #42433: (terminalmage) Only force saltenv/pillarenv to be a string when not None | refs: #42573
    • 9e0b4e9 Merge pull request #42573 from rallytime/bp-42433
    • 0293429 Only force saltenv/pillarenv to be a string when not None
  • PR #42571: (twangboy) Avoid loading system PYTHON* environment vars @ 2017-07-26T22:48:55Z

    • e931ed2 Merge pull request #42571 from twangboy/win_add_pythonpath
    • d55a44d Avoid loading user site packages
    • 9af1eb2 Ignore any PYTHON* environment vars already on the system
    • 4e2fb03 Add pythonpath to batch files and service
  • PR #42387: (DmitryKuzmenko) Fix race condition in usage of weakvaluedict @ 2017-07-25T20:57:42Z

    • ISSUE #42371: (tsaridas) Minion unresponsive after trying to failover | refs: #42387
    • de2f397 Merge pull request #42387 from DSRCorporation/bugs/42371_KeyError_WeakValueDict
    • e721c7e Don't use key in weakvaluedict because it could lie.
  • PR #41968: (root360-AndreasUlm) Fix rabbitmqctl output sanitizer for version 3.6.10 @ 2017-07-25T19:12:36Z

    • ISSUE #41955: (root360-AndreasUlm) rabbitmq 3.6.10 changed output => rabbitmq-module broken | refs: #41968
    • 641a9d7 Merge pull request #41968 from root360-AndreasUlm/fix-rabbitmqctl-output-handler
    • 76fd941 added tests for rabbitmq 3.6.10 output handler
    • 3602af1 Fix rabbitmqctl output handler for 3.6.10
  • PR #42479: (gtmanfred) validate ssh_interface for ec2 @ 2017-07-25T18:37:18Z

    • ISSUE #42477: (aikar) Invalid ssh_interface value prevents salt-cloud provisioning without reason of why | refs: #42479
    • 66fede3 Merge pull request #42479 from gtmanfred/interface
    • c32c1b2 fix pylint
    • 99ec634 validate ssh_interface for ec2
  • PR #42516: (rallytime) Add info about top file to pillar walk-through example to include edit.vim @ 2017-07-25T17:01:12Z

    • ISSUE #42405: (felrivero) The documentation is incorrectly compiled (PILLAR section) | refs: #42516
    • a925c70 Merge pull request #42516 from rallytime/fix-42405
    • e3a6717 Add info about top file to pillar walk-through example to include edit.vim
  • PR #42509: (clem-compilatio) Fix _assign_floating_ips in openstack.py @ 2017-07-24T17:14:13Z

    • ISSUE #42417: (clem-compilatio) salt-cloud - openstack - "no more floating IP addresses" error - but public_ip in node | refs: #42509
    • 1bd5bbc Merge pull request #42509 from clem-compilatio/fix-42417
    • 72924b0 Fix _assign_floating_ips in openstack.py
  • PR #42464: (garethgreenaway) [2016.11] Small fix to modules/git.py @ 2017-07-21T21:28:57Z

    • 4bf35a7 Merge pull request #42464 from garethgreenaway/2016_11_remove_tmp_identity_file
    • ff24102 Uncomment the line that removes the temporary identity file.
  • PR #42443: (garethgreenaway) [2016.11] Fix to slack engine @ 2017-07-21T15:48:57Z

    • ISSUE #42357: (Giandom) Salt pillarenv problem with slack engine | refs: #42443
    • e2120db Merge pull request #42443 from garethgreenaway/42357_pass_args_kwargs_correctly
    • 635810b Updating the slack engine in 2016.11 to pass the args and kwrags correctly to LocalClient
  • PR #42200: (shengis) Fix #42198 @ 2017-07-21T14:47:29Z

    • ISSUE #42198: (shengis) state sqlite3.row_absent fail with "parameters are of unsupported type" | refs: #42200
    • 8262cc9 Merge pull request #42200 from shengis/sqlite3_fix_row_absent_2016.11
    • 407b8f4 Fix #42198 If where_args is not set, not using it in the delete request.
  • PR #42424: (goten4) Fix error message when tornado or pycurl is not installed @ 2017-07-20T21:53:40Z

    • ISSUE #42413: (goten4) Invalid error message when proxy_host is set and tornado not installed | refs: #42424
    • d9df97e Merge pull request #42424 from goten4/2016.11
    • 1c0574d Fix error message when tornado or pycurl is not installed
  • PR #42350: (twangboy) Fixes problem with Version and OS Release related grains on certain versions of Python (2016.11) @ 2017-07-19T17:07:26Z

    • 42bb1a6 Merge pull request #42350 from twangboy/win_fix_ver_grains_2016.11
    • 8c04840 Detect Server OS with a desktop release name
  • PR #42356: (meaksh) Allow to check whether a function is available on the AliasesLoader wrapper @ 2017-07-19T16:56:41Z

    • 0a72e56 Merge pull request #42356 from meaksh/2016.11-AliasesLoader-wrapper-fix
    • 915d942 Allow to check whether a function is available on the AliasesLoader wrapper
  • PR #42368: (twangboy) Remove build and dist directories before install (2016.11) @ 2017-07-19T16:47:28Z

    • 10eb7b7 Merge pull request #42368 from twangboy/win_fix_build_2016.11
    • a7c910c Remove build and dist directories before install
  • PR #42370: (rallytime) [2016.11] Merge forward from 2016.3 to 2016.11 @ 2017-07-18T22:39:41Z

    • PR #42359: (Ch3LL) [2016.3] Update version numbers in doc config for 2017.7.0 release
    • 016189f Merge pull request #42370 from rallytime/merge-2016.11
    • 0aa5dde Merge branch '2016.3' into '2016.11'
    • e9b0f20 Merge pull request #42359 from Ch3LL/doc-update-2016.3
      • dc85b5e [2016.3] Update version numbers in doc config for 2017.7.0 release
  • PR #42360: (Ch3LL) [2016.11] Update version numbers in doc config for 2017.7.0 release @ 2017-07-18T19:23:30Z

    • f06a6f1 Merge pull request #42360 from Ch3LL/doc-update-2016.11
    • b90b7a7 [2016.11] Update version numbers in doc config for 2017.7.0 release
  • PR #42319: (rallytime) Add more documentation for config options that are missing from master/minion docs @ 2017-07-18T18:02:32Z

    • ISSUE #32400: (rallytime) Document Default Config Values | refs: #42319
    • e0595b0 Merge pull request #42319 from rallytime/config-docs
    • b40f980 Add more documentation for config options that are missing from master/minion docs
  • PR #42352: (CorvinM) Multiple documentation fixes @ 2017-07-18T15:10:37Z

    • ISSUE #42333: (b3hni4) Getting "invalid type of dict, a list is required" when trying to configure engines in master config file | refs: #42352
    • 7894040 Merge pull request #42352 from CorvinM/issue42333
    • 526b6ee Multiple documentation fixes
  • PR #42353: (terminalmage) is_windows is a function, not a propery/attribute @ 2017-07-18T14:38:51Z

    • b256001 Merge pull request #42353 from terminalmage/fix-git-test
    • 14cf6ce is_windows is a function, not a propery/attribute
  • PR #42264: (rallytime) Update minion restart section in FAQ doc for windows @ 2017-07-17T17:40:40Z

    • ISSUE #41116: (hrumph) FAQ has wrong instructions for upgrading Windows minion. | refs: #42264
    • 866a1fe Merge pull request #42264 from rallytime/fix-41116
    • bd63888 Add mono-spacing to salt-minion reference for consistency
    • 30d62f4 Update minion restart section in FAQ doc for windows
  • PR #42275: (terminalmage) pkg.installed: pack name/version into pkgs argument @ 2017-07-17T17:38:39Z

    • ISSUE #42194: (jryberg) pkg version: latest are now broken, appending <package>-latest to filename | refs: #42275
    • 9a70708 Merge pull request #42275 from terminalmage/issue42194
    • 6638749 pkg.installed: pack name/version into pkgs argument
  • PR #42269: (rallytime) Add some clarity to "multiple quotes" section of yaml docs @ 2017-07-17T17:38:18Z

    • ISSUE #41721: (sazaro) state.sysrc broken when setting the value to YES or NO | refs: #42269
    • e588f23 Merge pull request #42269 from rallytime/fix-41721
    • f2250d4 Add a note about using different styles of quotes.
    • 38d9b3d Add some clarity to "multiple quotes" section of yaml docs
  • PR #42282: (rallytime) Handle libcloud objects that throw RepresenterErrors with --out=yaml @ 2017-07-17T17:36:35Z

    • ISSUE #42152: (dubb-b) salt-cloud errors on Rackspace driver using -out=yaml | refs: #42282
    • 5aaa214 Merge pull request #42282 from rallytime/fix-42152
    • f032223 Handle libcloud objects that throw RepresenterErrors with --out=yaml
  • PR #42308: (lubyou) Force file removal on Windows. Fixes #42295 @ 2017-07-17T17:12:13Z

    • ISSUE #42295: (lubyou) file.absent fails on windows if the file to be removed has the "readonly" attribute set | refs: #42308
    • fb5697a Merge pull request #42308 from lubyou/42295-fix-file-absent-windows
    • 026ccf4 Force file removal on Windows. Fixes #42295
  • PR #42314: (rallytime) Add clarification to salt ssh docs about key auto-generation. @ 2017-07-17T14:07:49Z

    • ISSUE #42267: (gzcwnk) salt-ssh not creating ssh keys automatically as per documentation | refs: #42314
    • da2a8a5 Merge pull request #42314 from rallytime/fix-42267
    • c406046 Add clarification to salt ssh docs about key auto-generation.
  • PR #41945: (garethgreenaway) Fixes to modules/git.py @ 2017-07-14T17:46:10Z

    • ISSUE #41936: (michaelkarrer81) git.latest identity does not set the correct user for the private key file on the minion | refs: #41945
    • ISSUE #1: (thatch45) Enable regex on the salt cli
    • acadd54 Merge pull request #41945 from garethgreenaway/41936_allow_identity_files_with_user
    • 44841e5 Moving the call to cp.get_file inside the with block to ensure the umask is preserved when we grab the file.
    • f9ba60e Merge pull request #1 from terminalmage/pr-41945
      • 1b60261 Restrict set_umask to mkstemp call only
    • 68549f3 Fixing umask to we can set files as executable.
    • 4949bf3 Updating to swap on the new salt.utils.files.set_umask context_manager
    • 8faa9f6 Updating PR with requested changes.
    • 494765e Updating the git module to allow an identity file to be used when passing the user parameter
  • PR #42289: (CorvinM) Multiple empty_password fixes for state.user @ 2017-07-14T16:14:02Z

    • ISSUE #42240: (casselt) empty_password in user.present always changes password, even with test=True | refs: #42289
    • PR #41543: (cri-epita) Fix user creation with empty password | refs: #42289 #42289
    • f90e04a Merge pull request #42289 from CorvinM/bp-41543
    • 357dc22 Fix user creation with empty password
  • PR #42123: (vutny) DOCS: describe importing custom util classes @ 2017-07-12T15:53:24Z

    • a91a3f8 Merge pull request #42123 from vutny/fix-master-utils-import
    • 6bb8b8f Add missing doc for utils_dirs Minion config option
    • f1bc58f Utils: add example of module import
  • PR #42261: (rallytime) Some minor doc fixes for dnsutil module so they'll render correctly @ 2017-07-11T23:14:53Z

    • e2aa511 Merge pull request #42261 from rallytime/minor-doc-fix
    • 8c76bbb Some minor doc fixes for dnsutil module so they'll render correctly
  • PR #42262: (rallytime) Back-port #42224 to 2016.11 @ 2017-07-11T23:14:25Z

    • PR #42224: (tdutrion) Remove duplicate instruction in Openstack Rackspace config example | refs: #42262
    • 3e9dfbc Merge pull request #42262 from rallytime/bp-42224
    • c31ded3 Remove duplicate instruction in Openstack Rackspace config example
  • PR #42181: (garethgreenaway) fixes to state.py for names parameter @ 2017-07-11T21:21:32Z

    • ISSUE #42137: (kiemlicz) cmd.run with multiple commands - random order of execution | refs: #42181
    • 7780579 Merge pull request #42181 from garethgreenaway/42137_backport_fix_from_2017_7
    • a34970b Back porting the fix for 2017.7 that ensures the order of the names parameter.
  • PR #42253: (gtmanfred) Only use unassociated ips when unable to allocate @ 2017-07-11T20:53:51Z

    • PR #38965: (toanju) salt-cloud will use list_floating_ips for OpenStack | refs: #42253
    • PR #34280: (kevinanderson1) salt-cloud will use list_floating_ips for Openstack | refs: #38965
    • 7253786 Merge pull request #42253 from gtmanfred/2016.11
    • 53e2576 Only use unassociated ips when unable to allocate
  • PR #42252: (UtahDave) simple docstring updates @ 2017-07-11T20:48:33Z

    • b2a4698 Merge pull request #42252 from UtahDave/2016.11local
    • e6a9563 simple doc updates
  • PR #42235: (astronouth7303) Abolish references to dig in examples. @ 2017-07-10T20:06:11Z

    • ISSUE #42232: (astronouth7303) Half of dnsutil refers to dig | refs: #42235
    • 781fe13 Merge pull request #42235 from astronouth7303/patch-1-2016.3
    • 4cb51bd Make note of dig partial requirement.
    • 08e7d83 Abolish references to dig in examples.
  • PR #42215: (twangboy) Add missing config to example @ 2017-07-07T20:18:44Z

    • 83cbd76 Merge pull request #42215 from twangboy/win_iis_docs
    • c07e220 Add missing config to example
  • PR #42211: (terminalmage) Only pass a saltenv in orchestration if one was explicitly passed (2016.11) @ 2017-07-07T20:16:35Z

    • 274946a Merge pull request #42211 from terminalmage/issue40928
    • 22a18fa Only pass a saltenv in orchestration if one was explicitly passed (2016.11)
  • PR #42173: (rallytime) Back-port #37424 to 2016.11 @ 2017-07-07T16:39:59Z

    • PR #37424: (kojiromike) Avoid Early Convert ret['comment'] to String | refs: #42173
    • 89261cf Merge pull request #42173 from rallytime/bp-37424
    • 01addb6 Avoid Early Convert ret['comment'] to String
  • PR #42175: (rallytime) Back-port #39366 to 2016.11 @ 2017-07-06T19:51:47Z

    • ISSUE #39365: (dglloyd) service.running fails if sysv script has no status command and enable: True | refs: #39366
    • PR #39366: (dglloyd) Pass sig to service.status in after_toggle | refs: #42175
    • 3b17fb7 Merge pull request #42175 from rallytime/bp-39366
    • 53f7b98 Pass sig to service.status in after_toggle
  • PR #42172: (rallytime) [2016.11] Merge forward from 2016.3 to 2016.11 @ 2017-07-06T18:16:29Z

    • PR #42155: (phsteve) Fix docs for puppet.plugin_sync
    • ea16f47 Merge pull request #42172 from rallytime/merge-2016.11
    • b1fa332 Merge branch '2016.3' into '2016.11'
      • 8fa1fa5 Merge pull request #42155 from phsteve/doc-fix-puppet
        • fb2cb78 Fix docs for puppet.plugin_sync so code-block renders properly and sync is spelled consistently
  • PR #42176: (rallytime) Back-port #42109 to 2016.11 @ 2017-07-06T18:15:35Z

    • PR #42109: (arthurlogilab) [doc] Update aws.rst - add Debian default username | refs: #42176
    • 6307b98 Merge pull request #42176 from rallytime/bp-42109
    • 686926d Update aws.rst - add Debian default username
  • PR #42095: (terminalmage) Add debug logging to dockerng.login @ 2017-07-06T17:13:05Z

    • 28c4e4c Merge pull request #42095 from terminalmage/docker-login-debugging
    • bd27870 Add debug logging to dockerng.login
  • PR #42119: (terminalmage) Fix regression in CLI pillar override for salt-call @ 2017-07-06T17:02:52Z

    • ISSUE #42116: (terminalmage) CLI pillar override regression in 2017.7.0rc1 | refs: #42119
    • 2b754bc Merge pull request #42119 from terminalmage/issue42116
    • 9a26894 Add integration test for 42116
    • 1bb42bb Fix regression when CLI pillar override is used with salt-call
  • PR #42121: (terminalmage) Fix pillar.get when saltenv is passed @ 2017-07-06T16:52:34Z

    • ISSUE #42114: (clallen) saltenv bug in pillar.get execution module function | refs: #42121
    • 8c0a83c Merge pull request #42121 from terminalmage/issue42114
    • d142912 Fix pillar.get when saltenv is passed
  • PR #42094: (terminalmage) Prevent command from showing in exception when output_loglevel=quiet @ 2017-07-06T16:18:09Z

    • 687992c Merge pull request #42094 from terminalmage/quiet-exception
    • 47d61f4 Prevent command from showing in exception when output_loglevel=quiet
  • PR #42163: (vutny) Fix #42115: parse libcloud "rc" version correctly @ 2017-07-06T16:15:07Z

    • ISSUE #42115: (nomeelnoj) Installing EPEL repo breaks salt-cloud | refs: #42163
    • dad2551 Merge pull request #42163 from vutny/fix-42115
    • b27b1e3 Fix #42115: parse libcloud "rc" version correctly
  • PR #42164: (Ch3LL) Fix kerberos create_keytab doc @ 2017-07-06T15:55:33Z

    • 2a8ae2b Merge pull request #42164 from Ch3LL/fix_kerb_doc
    • 7c0fb24 Fix kerberos create_keytab doc
  • PR #42141: (rallytime) Back-port #42098 to 2016.11 @ 2017-07-06T15:11:49Z

    • PR #42098: (twangboy) Change repo_ng to repo-ng | refs: #42141
    • 678d4d4 Merge pull request #42141 from rallytime/bp-42098
    • bd80243 Change repo_ng to repo-ng
  • PR #42140: (rallytime) Back-port #42097 to 2016.11 @ 2017-07-06T15:11:29Z

    • PR #42097: (gtmanfred) require large timediff for ipv6 warning | refs: #42140
    • c8afd7a Merge pull request #42140 from rallytime/bp-42097
    • 9c4e132 Import datetime
    • 1435bf1 require large timediff for ipv6 warning
  • PR #42142: (Ch3LL) Update builds available for rc1 @ 2017-07-05T21:11:56Z

    • c239664 Merge pull request #42142 from Ch3LL/change_builds
    • e1694af Update builds available for rc1
  • PR #42078: (damon-atkins) pkg.install and pkg.remove fix version number input. @ 2017-07-05T06:04:57Z

    • 4780d78 Merge pull request #42078 from damon-atkins/fix_convert_flt_str_version_on_cmd_line
    • 09d37dd Fix comment typo
    • 7167549 Handle version=None when converted to a string it becomes 'None' parm should default to empty string rather than None, it would fix better with existing code.
    • 4fb2bb1 Fix typo
    • cf55c33 pkg.install and pkg.remove on the command line take number version numbers, store them within a float. However version is a string, to support versions numbers like 1.3.4
  • PR #42105: (Ch3LL) Update releasecanddiate doc with new 2017.7.0rc1 Release @ 2017-07-04T03:14:42Z

    • 46d575a Merge pull request #42105 from Ch3LL/update_rc
    • d4e7b91 Update releasecanddiate doc with new 2017.7.0rc1 Release
  • PR #42099: (rallytime) Remove references in docs to pip install salt-cloud @ 2017-07-03T22:13:44Z

    • ISSUE #41885: (astronouth7303) Recommended pip installation outdated? | refs: #42099
    • d38548b Merge pull request #42099 from rallytime/fix-41885
    • c2822e0 Remove references in docs to pip install salt-cloud
  • PR #42086: (abulford) Make result=true if Docker volume already exists @ 2017-07-03T15:48:33Z

    • ISSUE #42076: (abulford) dockerng.volume_present test looks as though it would cause a change | refs: #42086 #42086
    • 81d606a Merge pull request #42086 from redmatter/fix-dockerng-volume-present-result
    • 8d54968 Make result=true if Docker volume already exists
  • PR #42021: (gtmanfred) Set concurrent to True when running states with sudo @ 2017-06-30T21:02:15Z

    • ISSUE #25842: (shikhartanwar) Running salt-minion as non-root user to execute sudo commands always returns an error | refs: #42021
    • 7160697 Merge pull request #42021 from gtmanfred/2016.11
    • 26beb18 Set concurrent to True when running states with sudo
  • PR #42029: (terminalmage) Mock socket.getaddrinfo in unit.utils.network_test.NetworkTestCase.test_host_to_ips @ 2017-06-30T20:58:56Z

    • b784fbb Merge pull request #42029 from terminalmage/host_to_ips
    • 26f848e Mock socket.getaddrinfo in unit.utils.network_test.NetworkTestCase.test_host_to_ips
  • PR #42055: (dmurphy18) Upgrade support for gnupg v2.1 and higher @ 2017-06-30T20:54:02Z

    • e067020 Merge pull request #42055 from dmurphy18/handle_gnupgv21
    • e20cea6 Upgrade support for gnupg v2.1 and higher
  • PR #42048: (Ch3LL) Add initial 2016.11.7 Release Notes @ 2017-06-30T16:00:05Z

    • 74ba2ab Merge pull request #42048 from Ch3LL/add_11.7
    • 1de5e00 Add initial 2016.11.7 Release Notes
  • PR #42024: (leeclemens) doc: Specify versionadded for SELinux policy install/uninstall @ 2017-06-29T23:29:50Z

    • ca4e619 Merge pull request #42024 from leeclemens/doc/selinux
    • b63a3c0 doc: Specify versionadded for SELinux policy install/uninstall
  • PR #42030: (whiteinge) Re-add msgpack to mocked imports @ 2017-06-29T20:47:59Z

    • PR #42028: (whiteinge) Revert "Allow docs to be built under Python 3" | refs: #42030
    • PR #41961: (cachedout) Allow docs to be built under Python 3 | refs: #42028
    • 50856d0 Merge pull request #42030 from whiteinge/revert-py3-doc-chagnes-pt-2
    • 18dfa98 Re-add msgpack to mocked imports
  • PR #42028: (whiteinge) Revert "Allow docs to be built under Python 3" | refs: #42030 @ 2017-06-29T19:47:46Z

    • PR #41961: (cachedout) Allow docs to be built under Python 3 | refs: #42028
    • 53031d2 Merge pull request #42028 from saltstack/revert-41961-py3_doc
    • 5592e6e Revert "Allow docs to be built under Python 3"
  • PR #42017: (lorengordon) Fixes typo "nozerconf" -> "nozeroconf" @ 2017-06-29T17:30:48Z

    • ISSUE #42013: (dusto) Misspelled nozeroconf in salt/modules/rh_ip.py | refs: #42017
    • 1416bf7 Merge pull request #42017 from lorengordon/issue-42013
    • b6cf5f2 Fixes typo nozerconf -> nozeroconf
  • PR #41906: (terminalmage) Better support for numeric saltenvs @ 2017-06-29T17:19:33Z

    • 0ebb50b Merge pull request #41906 from terminalmage/numeric-saltenv
    • 2d798de Better support for numeric saltenvs
  • PR #41995: (terminalmage) Temporarily set the umask before writing an auth token @ 2017-06-29T01:09:48Z

    • 6a3c03c Merge pull request #41995 from terminalmage/token-umask
    • 4f54b00 Temporarily set the umask before writing an auth token
  • PR #41999: (terminalmage) Update IP address for unit.utils.network_test.NetworkTestCase.test_host_to_ips @ 2017-06-29T01:01:31Z

    • e3801b0 Merge pull request #41999 from terminalmage/fix-network-test
    • fb6a933 Update IP address for unit.utils.network_test.NetworkTestCase.test_host_to_ips
  • PR #41991: (Da-Juan) Accept a list for state_aggregate global setting @ 2017-06-29T00:58:59Z

    • ISSUE #18659: (whiteinge) mod_aggregate not working for list-form configuration | refs: #41991
    • a7f3892 Merge pull request #41991 from Da-Juan/fix-state_aggregate-list
    • c9075b8 Accept a list for state_aggregate setting
  • PR #41993: (UtahDave) change out salt support link to SaltConf link @ 2017-06-29T00:55:20Z

    • 7424f87 Merge pull request #41993 from UtahDave/2016.11local
    • bff050a change out salt support link to SaltConf link
  • PR #41987: (rallytime) [2016.11] Merge forward from 2016.3 to 2016.11 @ 2017-06-28T20:19:11Z

    • PR #41981: (Ch3LL) [2016.3] Bump latest release version to 2016.11.6
    • 3b9ccf0 Merge pull request #41987 from rallytime/merge-2016.11
    • 48867c4 Merge branch '2016.3' into '2016.11'
      • c589eae Merge pull request #41981 from Ch3LL/11.6_3
      • 2516ae1 [2016.3] Bump latest release version to 2016.11.6
  • PR #41985: (rallytime) Back-port #41780 to 2016.11 @ 2017-06-28T20:18:57Z

    • PR #41780: (ferringb) Fix salt.util.render_jinja_tmpl usage for when not used in an environmnet | refs: #41985
    • 768339d Merge pull request #41985 from rallytime/bp-41780
    • 8f8d3a4 Fix salt.util.render_jinja_tmpl usage for when not used in an environment.
  • PR #41986: (rallytime) Back-port #41820 to 2016.11 @ 2017-06-28T20:18:43Z

    • ISSUE #34963: (craigafinch) Incorrect behavior or documentation for comments in salt.states.pkgrepo.managed | refs: #41820
    • PR #41820: (nhavens) Fix yum repo file comments to work as documented in pkgrepo.managed | refs: #41986
    • bd9090c Merge pull request #41986 from rallytime/bp-41820
    • 72320e3 Fix yum repo file comments to work as documented in pkgrepo.managed
  • PR #41973: (vutny) Fix Master/Minion scheduled jobs based on Cron expressions | refs: #42077 @ 2017-06-28T16:39:02Z

    • a31da52 Merge pull request #41973 from vutny/fix-croniter-scheduled-jobs
    • 148788e Fix Master/Minion scheduled jobs based on Cron expressions
  • PR #41980: (Ch3LL) [2016.11] Bump latest release version to 2016.11.6 @ 2017-06-28T15:35:11Z

    • 689ff93 Merge pull request #41980 from Ch3LL/11.6_11
    • fe4f571 [2016.11] Bump latest release version to 2016.11.6
  • PR #41961: (cachedout) Allow docs to be built under Python 3 | refs: #42028 @ 2017-06-27T21:11:54Z

    • 82b1eb2 Merge pull request #41961 from cachedout/py3_doc
    • 7aacddf Allow docs to be built under Python 3
  • PR #41948: (davidjb) Fix Composer state's name docs; formatting @ 2017-06-27T17:51:29Z

    • PR #41933: (davidjb) Fix Composer state's name docs and improve formatting | refs: #41948
    • f0eb51d Merge pull request #41948 from davidjb/patch-9
    • 0e4b3d9 Fix Composer state's name docs; formatting
  • PR #41914: (vutny) archive.extracted: fix hash sum verification for local archives @ 2017-06-26T17:59:27Z

    • e28e10d Merge pull request #41914 from vutny/fix-archive-extracted-local-file-hash
    • 54910fe archive.extracted: fix hash sum verification for local archives
  • PR #41912: (Ch3LL) Allow pacman module to run on Manjaro @ 2017-06-26T15:35:20Z

    • 76ad6ff Merge pull request #41912 from Ch3LL/fix_manjaro
    • e4dd72a Update os_name_map in core grains for new manjaro systems
    • aa7c839 Allow pacman module to run on Manjaro
  • PR #41516: (kstreee) Implements MessageClientPool to avoid blocking waiting for zeromq and tcp communications. @ 2017-06-26T14:41:38Z

    • ISSUE #38093: (DmitryKuzmenko) Make threads avoid blocking waiting while communicating using TCP transport. | refs: #41516 #41516
    • PR #37878: (kstreee) Makes threads avoid blocking waiting while communicating using Zeromq. | refs: #41516 #41516
    • ff67d47 Merge pull request #41516 from kstreee/fix-blocking-waiting-tcp-connection
    • df96969 Removes redundant closing statements.
    • 94b9ea5 Implements MessageClientPool to avoid blocking waiting for zeromq and tcp communications.
  • PR #41888: (Ch3LL) Add additional commits to 2016.11.6 release notes @ 2017-06-22T16:19:00Z

    • c90cb67 Merge pull request #41888 from Ch3LL/change_release
    • 4e1239d Add additional commits to 2016.11.6 release notes
  • PR #41882: (Ch3LL) Add pycryptodome to crypt_test @ 2017-06-21T19:51:10Z

    • 4a32644 Merge pull request #41882 from Ch3LL/fix_crypt_test
    • 6f70dbd Add pycryptodome to crypt_test
  • PR #41877: (Ch3LL) Fix netstat and routes test @ 2017-06-21T16:16:58Z

    • 13df29e Merge pull request #41877 from Ch3LL/fix_netstat_test
    • d2076a6 Patch salt.utils.which for test_route test
    • 51f7e10 Patch salt.utils.which for test_netstat test
  • PR #41566: (morganwillcock) win_certutil: workaround for reading serial numbers with non-English languages @ 2017-06-21T15:40:29Z

    • ISSUE #41367: (lubyou) certutil.add_store does not work on non english windows versions or on Windows 10 (localised or English) | refs: #41566
    • 66f8c83 Merge pull request #41566 from morganwillcock/certutil
    • c337d52 Fix test data for test_get_serial, and a typo
    • 7f69613 test and lint fixes
    • 8ee4843 Suppress output of crypt context and be more specifc with whitespace vs. serial
    • 61f817d Match serials based on output position (fix for non-English languages)
  • PR #41679: (terminalmage) Prevent unnecessary duplicate pillar compilation @ 2017-06-21T15:32:42Z

    • 4d0f5c4 Merge pull request #41679 from terminalmage/get-top-file-envs
    • a916e8d Improve normalization of saltenv/pillarenv usage for states
    • 02f293a Update state unit tests to reflect recent changes
    • b7e5c11 Don't compile pillar data when getting top file envs
    • 8d6fdb7 Don't compile pillar twice for salt-call
    • d2abfbf Add initial_pillar argument to salt.state
    • 70186de salt.pillar: rename the "pillar" argument to "pillar_override"
  • PR #41853: (vutny) Fix master side scheduled jobs to return events @ 2017-06-20T22:06:29Z

    • ISSUE #39668: (mirceaulinic) Master scheduled job not recorded on the event bus | refs: #41658
    • ISSUE #12653: (pengyao) salt schedule doesn't return jobs result info to master | refs: #41853
    • PR #41695: (xiaoanyunfei) fix max RecursionError, Ellipsis | refs: #41853
    • PR #41658: (garethgreenaway) Fixes to the salt scheduler | refs: #41853
    • 29b0acc Merge pull request #41853 from vutny/fix-master-schedule-event
    • e206c38 Fix master side scheduled jobs to return events