Salt 2016.3.6 Release Notes

Version 2016.3.6 is a bugfix release for 2016.3.0.

Changes for v2016.3.5..v2016.3.6

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

Generated at: 2017-03-22T20:18:54Z

Statistics:

  • Total Merges: 118
  • Total Issue references: 53
  • Total PR references: 168

Changes:

  • PR #39855: (Foxlik) Use regular expression instead of split when replacing authorized_keys @ 2017-03-22T18:28:32Z

    • ISSUE #39854: (Foxlik) quoted space in authorized_keys confuses ssh.py | refs: #39855
    • c59ae9a Merge pull request #39855 from Foxlik/use_regex_to_compare_authorized_keys
    • d46845a Add newline at end of file
    • d4a3c8a Use regular expression instead of split when replacing authorized_keys
  • PR #40221: (rallytime) Back-port #39179 to 2016.3 @ 2017-03-22T17:40:34Z

    • fd10430 Merge pull request #40221 from rallytime/bp-39179
    • 07dc2de fix error parsing
  • PR #40206: (cro) Leave sign_pub_messages off by default. @ 2017-03-22T16:43:03Z

    • ISSUE #40203: (frogunder) 2016.3.6. Minion don't connect to older master. | refs: #40206
    • a27a2cc Merge pull request #40206 from cro/sign_pub_take2
    • 01048de leave sign_pub_messages off on minion by default.
    • a82b005 Leave sign_pub_messages off by default.
  • PR #40193: (rallytime) Back-port #40117 to 2016.3 @ 2017-03-22T16:42:21Z

    • PR #40117: (narendraingale2) Fix force remove | refs: #40193
    • d1abb4c Merge pull request #40193 from rallytime/bp-40117
    • cf18579 More optimization.
    • 5a08266 Removed debug statemnt
    • f557f7c Added fix for issue 39393
    • bb62278 Reverting changes.
    • a9107cd Added if condition for broken link.
  • PR #40196: (twangboy) Update dependencies for PyOpenSSL @ 2017-03-22T16:40:46Z

    • 0f1ff4d Merge pull request #40196 from twangboy/win_fix_deps
    • 6761527 Update dependencies for PyOpenSSL
  • PR #40184: (terminalmage) Link to minion start reactor example from FAQ. @ 2017-03-21T17:33:09Z

    • b050151 Merge pull request #40184 from terminalmage/link-reactor-example
    • a42be82 Link to minion start reactor example from FAQ.
  • PR #40182: (terminalmage) Add support for "stopped" state to dockerng's mod_watch @ 2017-03-21T15:40:29Z

    • d4e6c58 Merge pull request #40182 from terminalmage/dockerng-mod_watch-stopped
    • 4629a26 Add support for "stopped" state to dockerng's mod_watch
  • PR #40171: (Ch3LL) additional PRs/issues for 2016.3.6 release notes @ 2017-03-20T22:14:17Z

    • a0b4082 Merge pull request #40171 from Ch3LL/2016.3.6_release
    • 9c6d8d8 additional PRs/issues for 2016.3.6 release notes
  • PR #40120: (sergeizv) gce: Exclude GCENodeDriver objects from _expand_node result @ 2017-03-20T21:44:42Z

    • 33ba782 Merge pull request #40120 from sergeizv/gce-expand-node-fix
    • 9d0fbe7 gce: Exclude GCENodeDriver objects from _expand_node result
  • PR #40122: (meaksh) Adding "pkg.install downloadonly=True" support to yum/dnf execution module @ 2017-03-20T21:44:15Z

    • 4884397 Merge pull request #40122 from meaksh/2016.3-yum-downloadonly-support
    • 067f3f7 Adding downloadonly support to yum/dnf module
  • PR #40159: (cro) Turn on sign_pub_messages by default. @ 2017-03-20T21:00:49Z

    • 60e1d4e Merge pull request #40159 from cro/sign_pub
    • e663b76 Fix small syntax error
    • 0a0f46f Turn on sign_pub_messages by default. Make sure messages with no 'sig' are dropped with error when sign_pub_messages is True.
  • PR #40123: (twangboy) Adds support for inet_pton in Windows to network util @ 2017-03-20T16:25:47Z

    • 28e4fc1 Merge pull request #40123 from twangboy/win_fix_network
    • 06dfd55 Adds support for inet_pton in Windows to network util
  • PR #40141: (bobrik) Use the first address if cannot connect to any @ 2017-03-20T15:06:57Z

    • ISSUE #39995: (frogunder) Head of Develop - Multimaster error | refs: #40141
    • ISSUE #39118: (bobrik) Minion ipv6 option is not documented | refs: #39289
    • PR #39289: (bobrik) Autodetect IPv6 connectivity from minion to master | refs: #39766 #40141
    • 35ddb79 Merge pull request #40141 from bobrik/fallback-resolve
    • af1545d Use the first address if cannot connect to any
  • PR #40059: (terminalmage) Fix traceback when virtualenv.managed is invoked with nonexistent user @ 2017-03-16T20:46:43Z

    • 116201f Merge pull request #40059 from terminalmage/fix-virtualenv-traceback
    • e3cfd29 Fix traceback when virtualenv.managed is invoked with nonexistent user
  • PR #40090: (rallytime) Back-port #40056 to 2016.3 @ 2017-03-16T19:42:58Z

    • PR #40056: (thatch45) update mention bot blacklist | refs: #40090
    • a01b52b Merge pull request #40090 from rallytime/bp-40056
    • ae012db update mention bot blacklist
  • PR #40057: (cachedout) More mentionbot blacklists @ 2017-03-16T18:10:11Z

    • d1570bb Merge pull request #40057 from cachedout/ollie_blacklist
    • 0ac2e83 Merge branch '2016.3' into ollie_blacklist
  • PR #40070: (Ch3LL) update 2016.3.6 release notes with additional PR's @ 2017-03-16T15:43:22Z

    • d36bdb1 Merge pull request #40070 from Ch3LL/2016.3.6_release
    • a1f8b49 update 2016.3.6 release notes with additional PR's
  • PR #40018: (meaksh) Allow overriding 'timeout' and 'gather_job_timeout' to 'manage.up' runner call @ 2017-03-15T19:43:01Z

    • 8dcffc7 Merge pull request #40018 from meaksh/2016.3-handling-timeouts-for-manage.up-runner
    • 9f5c3b7 Allow setting custom timeouts for 'manage.up' and 'manage.status'
    • 2102d9c Allow setting 'timeout' and 'gather_job_timeout' via kwargs
  • PR #40038: (velom) correctly parse "pkg_name===version" from pip freeze @ 2017-03-15T19:30:03Z

    • 22fc529 Merge pull request #40038 from velom/fix-pip-freeze-parsing
    • 3fae91d correctly parse "pkg_name===version" from pip freeze
  • PR #40053: (gtmanfred) Update rh_ip.py @ 2017-03-15T18:57:32Z

    • ISSUE #40036: (oogali) UnboundLocalError: local variable 'ifcfg' referenced before assignment | refs: #40053
    • 3584f93 Merge pull request #40053 from saltstack/rh_ip_patch
    • 219947a Update rh_ip.py
  • PR #40041: (terminalmage) Fix transposed lines in salt.utils.process @ 2017-03-15T17:58:24Z

    • ISSUE #40011: (tsaridas) salt-minion does not shutdown properly 2016.11.3 rh6 | refs: #40041
    • 837432d Merge pull request #40041 from terminalmage/issue40011
    • 5b5d1b3 Fix transposed lines in salt.utils.process
  • PR #40021: (Ch3LL) 2016.3.6 release notes with change log @ 2017-03-14T21:06:18Z

    • ee7f3b1 Merge pull request #40021 from Ch3LL/2016.3.6_release
    • f3e7e4f Add 2016.3.6 Release Notes
  • PR #40016: (terminalmage) Attempt to fix failing grains tests in 2016.3 @ 2017-03-14T18:34:32Z

    • 26895b7 Merge pull request #40016 from terminalmage/fix-grains-test
    • 0ec81a4 Fixup a syntax error
    • 5d84b40 Attempt to fix failing grains tests in 2016.3
  • PR #39980: (vutny) [2016.3] Allow using bg kwarg for cmd.run state function @ 2017-03-14T17:16:14Z

    • 0c61d06 Merge pull request #39980 from vutny/cmd-run-state-bg
    • a81dc9d [2016.3] Allow using bg kwarg for cmd.run state function
  • PR #39994: (rallytime) Add a versionadded tag for dockerng ulimits addition @ 2017-03-13T20:58:02Z

    • ISSUE #39942: (Foxlik) Web Documentation not in sync with release 2016.11.3 | refs: #39994
    • b042484 Merge pull request #39994 from rallytime/ulimits-dockerng-version
    • 37bd800 Add a versionadded tag for dockerng ulimits addition
  • PR #39988: (terminalmage) Add comment explaining change from #39973 @ 2017-03-13T18:37:29Z

    • PR #39973: (terminalmage) Don't use docker.Client instance from context if missing attributes
    • e125c94 Merge pull request #39988 from terminalmage/dockerng-timeout
    • bd2519e Add comment explaining change from #39973
  • PR #39973: (terminalmage) Don't use docker.Client instance from context if missing attributes @ 2017-03-11T14:57:50Z

    • cd0336e Merge pull request #39973 from terminalmage/dockerng-timeout
    • 869416e Don't use docker.Client instance from context if missing attributes
  • PR #39962: (cachedout) Disable mention bot delay on 2016.3 @ 2017-03-10T20:24:08Z

    • 282c607 Merge pull request #39962 from cachedout/disable_mentionbot_delay_3
    • 7a638f2 Disable mention bot delay on 2016.3
      • 5592c68 More mentionbot blacklists
  • PR #39937: (cachedout) Fix --non-gpg-checks in zypper module @ 2017-03-10T18:02:51Z

    • 1e0c88a Merge pull request #39937 from cachedout/gpg_zypper
    • 13ed0d1 Fix --non-gpg-checks in zypper module
  • PR #39929: (terminalmage) Scrap event-based approach for refreshing grains (2016.3 branch) @ 2017-03-09T22:03:16Z

    • 4526fc6 Merge pull request #39929 from terminalmage/pr-39770-2016.3
    • cf0100d Scrap event-based approach for refreshing grains
  • PR #39919: (The-Loeki) CIDR matching supports IPv6, update docs @ 2017-03-09T16:03:00Z

    • ISSUE #22080: (The-Loeki) CIDR matching for IPv6 / improve IPv6 support in utils.network | refs: #39919
    • 111110c Merge pull request #39919 from The-Loeki/patch-1
    • 170cbad CIDR matching supports IPv6, update docs
  • PR #39899: (techhat) Update cleanup function for azure @ 2017-03-08T23:28:33Z

    • caf10e9 Merge pull request #39899 from techhat/cleanupdisks
    • baf4579 Update cleanup function for azure
  • PR #39871: (terminalmage) Squelch warning for pygit2 import @ 2017-03-07T20:40:18Z

    • fcf95f3 Merge pull request #39871 from terminalmage/squelch-import-warning
    • 2b2ec69 Squelch warning for pygit2 import
  • PR #39794: (cachedout) Clean up errors which might be thrown when the monitor socket shuts down @ 2017-03-04T16:12:37Z

    • f223fa8 Merge pull request #39794 from cachedout/clean_monitor_socket_shutdown
    • 2e683e7 Clean up errors which might be thrown when the monitor socket shuts down
  • PR #39819: (terminalmage) Improve the Top File matching docs @ 2017-03-04T16:06:40Z

    • 4002dc1 Merge pull request #39819 from terminalmage/top-file-matching-docs
    • 7178e77 Improve the Top File matching docs
  • PR #39820: (ni3mm4nd) Add missing apostrophe in Beacons topic documentation @ 2017-03-04T16:05:29Z

    • c08aaeb Merge pull request #39820 from ni3mm4nd/beacons_topic_doc_typo
    • 804b120 Add missing apostrophe
  • PR #39826: (cachedout) Add group func to yubikey auth @ 2017-03-04T16:02:14Z

    • cbd2a4e Merge pull request #39826 from cachedout/yubikey_fix
    • 6125eff Add group func to yubikey auth
  • PR #39624: (drawsmcgraw) Address issue 39622 @ 2017-03-03T15:59:04Z

    • ISSUE #39622: (drawsmcgraw) boto_vpc.create_subnet does not properly assign tags | refs: #39624
    • f575ef4 Merge pull request #39624 from drawsmcgraw/39622
    • 13da50b Fix indention lint errors
    • 5450263 Address issue 39622
  • PR #39796: (cachedout) Stop the process manager when it no longer has processes to manage @ 2017-03-02T23:03:13Z

    • ISSUE #39119: (frogunder) Head of 2016.3 - Salt-Master uses 90 seconds to restart | refs: #39796
    • 1f3619c Merge pull request #39796 from cachedout/master_shutdown
    • e31d46c Stop the process manager when it no longer has processes to manage
  • PR #39791: (gtmanfred) load runners if role is master @ 2017-03-02T19:43:41Z

    • ISSUE #39333: (jagguli) Not Available error - Scheduling custom runner functions | refs: #39791
    • ISSUE #38514: (githubcdr) Unable to schedule runners | refs: #39791
    • 53341cf Merge pull request #39791 from gtmanfred/2016.3
    • 3ab4f84 load runners if role is master
  • PR #39784: (sergeizv) Fix 39782 @ 2017-03-02T16:08:51Z

    • ISSUE #39782: (sergeizv) salt-cloud show_instance action fails on EC2 instances | refs: #39784
    • ISSUE #33162: (jfindlay) Key error with salt.utils.cloud.cache_node and EC2 | refs: #33164 #39784
    • PR #33164: (jfindlay) cloud.clouds.ec2: cache each named node | refs: #39784 #39784
    • c234c25 Merge pull request #39784 from sergeizv/fix-39782
    • b71c3fe Revert "cloud.clouds.ec2: cache each named node (#33164)"
  • PR #39766: (rallytime) Restore ipv6 connectivity and "master: <ip>:<port>" support @ 2017-03-02T02:55:55Z

    • ISSUE #39336: (GevatterGaul) salt-minion fails with IPv6 | refs: #39766
    • ISSUE #39118: (bobrik) Minion ipv6 option is not documented | refs: #39289
    • PR #39289: (bobrik) Autodetect IPv6 connectivity from minion to master | refs: #39766 #40141
    • PR #25021: (GideonRed) Introduce ip:port minion config | refs: #39766
    • 4ee59be Merge pull request #39766 from rallytime/fix-ipv6-connection
    • 65b2396 Restore ipv6 connectivity and "master: <ip>:<port>" support
  • PR #39761: (cachedout) Properly display error in jboss7 state @ 2017-03-01T18:43:23Z

    • ISSUE #33187: (usbportnoy) Deploy to jboss TypeError at boss7.py:469 | refs: #39170 #39761
    • a24da31 Merge pull request #39761 from cachedout/issue_33187
    • c2df29e Properly display error in jboss7 state
  • PR #39728: (rallytime) [2016.3] Bump latest release version to 2016.11.3 @ 2017-02-28T18:07:44Z

    • 0888bc3 Merge pull request #39728 from rallytime/update-release-ver-2016.3
    • c9bc8af [2016.3] Bump latest release version to 2016.11.3
  • PR #39619: (terminalmage) Add a function to simply refresh the grains @ 2017-02-28T00:20:27Z

    • b52dbee Merge pull request #39619 from terminalmage/zd1207
    • c7dfb49 Fix mocking for grains refresh
    • 7e0ced3 Properly hand proxy minions
    • 692c456 Add a function to simply refresh the grains
  • PR #39487: (bobrik) Document default permission modes for file module @ 2017-02-24T23:49:00Z

    • ISSUE #39482: (bobrik) file.managed and file mode don't mention default mode | refs: #39487
    • 3f8b5e6 Merge pull request #39487 from bobrik/mode-docs
    • 41ef69b Document default permission modes for file module
  • PR #39641: (smarsching) Return runner return code in a way compatible with check_state_result @ 2017-02-24T23:07:11Z

    • ISSUE #39169: (blueyed) Using batch-mode with salt.state in orchestration runner considers all minions to have failed | refs: #39641 #39641
    • f7389bf Merge pull request #39641 from smarsching/issue-39169-2016.3
    • 88c2d9a Fix return data structure for runner (issue #39169).
  • PR #39633: (terminalmage) Fix misspelled argument in salt.modules.systemd.disable() @ 2017-02-24T18:21:36Z

    • fc970b6 Merge pull request #39633 from terminalmage/fix-systemd-typo
    • ca54541 Add missing unit test for disable func
    • 17109e1 Fix misspelled argument in salt.modules.systemd.disable()
  • PR #39613: (terminalmage) Fix inaccurate documentation @ 2017-02-24T06:07:35Z

    • 53e78d6 Merge pull request #39613 from terminalmage/fix-docs
    • 9342eda Fix inaccurate documentation
  • PR #39600: (vutny) state.file: drop non-relevant examples for source_hash parameter @ 2017-02-23T16:55:27Z

    • 4e2b852 Merge pull request #39600 from vutny/state-file-docs
    • 9b0427c state.file: drop non-relevant examples for source_hash parameter
  • PR #39584: (cachedout) A note in the docs about mentionbot @ 2017-02-23T15:12:13Z

    • ed83420 Merge pull request #39584 from cachedout/mentionbot_docs
    • 652044b A note in the docs about mentionbot
  • PR #39583: (cachedout) Add empty blacklist to mention bot @ 2017-02-23T02:22:57Z

    • d3e50b4 Merge pull request #39583 from cachedout/mentionbot_blacklist
    • 62491c9 Add empty blacklist to mention bot
  • PR #39579: (rallytime) [2016.3] Pylint: Remove unused import @ 2017-02-22T23:46:33Z

    • 8352e6b Merge pull request #39579 from rallytime/fix-lint
    • 65889e1 [2016.3] Pylint: Remove unused import
  • PR #39578: (cachedout) Add mention-bot configuration @ 2017-02-22T23:39:24Z

    • 43dba32 Merge pull request #39578 from cachedout/2016.3
    • 344499e Add mention-bot configuration
  • PR #39542: (twangboy) Gate ssh_known_hosts state against Windows @ 2017-02-22T20:16:41Z

    • 8f7a0f9 Merge pull request #39542 from twangboy/gate_ssh_known_hosts
    • c90a52e Remove expensive check
    • 6d645ca Add __virtual__ function
  • PR #39289: (bobrik) Autodetect IPv6 connectivity from minion to master | refs: #39766 #40141 @ 2017-02-22T19:05:32Z

    • ISSUE #39118: (bobrik) Minion ipv6 option is not documented | refs: #39289
    • c109658 Merge pull request #39289 from bobrik/autodetect-ipv6
    • 2761a1b Move new kwargs to the end of argument list
    • 0df6b92 Narrow down connection exception to socket.error
    • e8a2cc0 Do no try to connect to salt master in syndic config test
    • af95786 Properly log address that failed to resolve or pass connection check
    • 9a34fbe Actually connect to master instead of checking route availability
    • c494839 Avoid bare exceptions in dns_check
    • 29f3766 Rewrite dns_check to try to connect to address
    • 55965ce Autodetect IPv6 connectivity from minion to master
  • PR #39569: (s0undt3ch) Don't use our own six dictionary fixes in this branch @ 2017-02-22T18:59:49Z

    • 3fb928b Merge pull request #39569 from s0undt3ch/2016.3
    • 49da135 Don't use our own six dictionary fixes in this branch
  • PR #39508: (dincamihai) Openscap @ 2017-02-22T18:36:36Z

    • 91e3319 Merge pull request #39508 from dincamihai/openscap
    • 9fedb84 Always return oscap's stderr
    • 0ecde2c Include oscap returncode in response
  • PR #39562: (terminalmage) Add ulimits to dockerng state/exec module @ 2017-02-22T16:31:49Z

    • ISSUE #30802: (kjelle) Missing ulimits on docker.running / dockerng.running | refs: #39562
    • fbe2194 Merge pull request #39562 from terminalmage/issue30802
    • c503740 Add ulimits to dockerng state/exec module
    • da42040 Try the docker-py 2.0 client name first
  • 01d4a84 dockerng.get_client_args: Fix path for endpoint config for some versions of docker-py (#39544)
    • PR #39544: (terminalmage) dockerng.get_client_args: Fix path for endpoint config for some versions of docker-py
  • PR #39498: (terminalmage) Resubmit PR #39483 against 2016.3 branch @ 2017-02-20T19:35:33Z

    • dff35b5 Merge pull request #39498 from terminalmage/pr-39483
    • 20b097a dockerng: compare sets instead of lists of security_opt
  • PR #39497: (terminalmage) Two dockerng compatibility fixes @ 2017-02-19T17:43:36Z

    • 6418e72 Merge pull request #39497 from terminalmage/docker-compat-fixes
    • cbd0270 docker: make docker-exec the default execution driver
    • a6a17d5 Handle docker-py 2.0's new host_config path
  • PR #39423: (dincamihai) Openscap module @ 2017-02-17T18:31:04Z

    • 9c4292f Merge pull request #39423 from dincamihai/openscap
    • 9d13422 OpenSCAP module
  • PR #39464: (gtmanfred) skip false values from preferred_ip @ 2017-02-16T22:48:32Z

    • ISSUE #39444: (clem-compilatio) salt-cloud - IPv6 and IPv4 private_ips - preferred_ip sends False to is_public_ip | refs: #39464
    • 7dd2502 Merge pull request #39464 from gtmanfred/2016.3
    • f829d6f skip false values from preferred_ip
  • PR #39460: (cachedout) Fix mocks in win_disim tests @ 2017-02-16T19:27:48Z

    • db359ff Merge pull request #39460 from cachedout/win_dism_test_fix
    • e652a45 Fix mocks in win_disim tests
  • PR #39426: (morganwillcock) win_dism: Return failure when package path does not exist @ 2017-02-16T00:09:22Z

    • 9dbfba9 Merge pull request #39426 from morganwillcock/dism
    • a7d5118 Return failure when package path does not exist
  • PR #39431: (UtahDave) Fix grains.setval performance @ 2017-02-15T23:56:30Z

    • 5616270 Merge pull request #39431 from UtahDave/fix_grains.setval_performance
    • 391bbec add docs
    • 709c197 allow sync_grains to be disabled on grains.setval
  • PR #39405: (rallytime) Update :depends: docs for boto states and modules @ 2017-02-15T17:32:08Z

    • ISSUE #39304: (Auha) boto_s3_bucket documentation dependency clarification | refs: #39405
    • 239e16e Merge pull request #39405 from rallytime/fix-39304
    • bd1fe03 Update :depends: docs for boto states and modules
  • PR #39411: (rallytime) Update external_cache docs with other configuration options @ 2017-02-15T17:30:40Z

    • ISSUE #38762: (oz123) Configuration information for custom returners | refs: #39411
    • 415102f Merge pull request #39411 from rallytime/fix-38762
    • e13febe Update external_cache docs with other configuration options
  • 7e1803b Update docs on upstream EPEL7 pygit2/libgit2 issues (#39421)
    • PR #39421: (terminalmage) Update docs on upstream EPEL7 pygit2/libgit2 issues
  • 4ff13ac salt.fileserver.roots: Fix regression in symlink_list (#39409)
    • PR #39409: (terminalmage) salt.fileserver.roots: Fix regression in symlink_list
    • PR #39337: (terminalmage) Don't re-walk the roots fileserver in symlink_list() | refs: #39409
  • PR #39362: (dincamihai) Add cp.push test @ 2017-02-14T18:42:11Z

    • 8b8ab8e Merge pull request #39362 from dincamihai/cp-push-test-2016.3
    • 91383c5 Add cp.push test
  • PR #39380: (joe-niland) Quote numeric user names so pwd.getpwnam handles them properly @ 2017-02-14T18:33:33Z

    • 4b726f9 Merge pull request #39380 from joe-niland/quote-numeric-usernames
    • c2edfdd Quote numeric user names so pwd.getpwnam handles them properly
  • PR #39400: (meaksh) Prevents 'OSError' exception in case certain job cache path doesn't exist @ 2017-02-14T18:27:04Z

    • 1116d32 Merge pull request #39400 from meaksh/2016.3-fix-local-cache-issue
    • e7e559e Prevents 'OSError' exception in case path doesn't exist
  • PR #39300: (terminalmage) Replace more usage of str.format in the loader @ 2017-02-13T19:01:19Z

    • PR #39227: (terminalmage) Loader optimzation | refs: #39300
    • 6c854da Merge pull request #39300 from terminalmage/loader-optimization
    • d3e5d15 Replace more usage of str.format in the loader
  • PR #39337: (terminalmage) Don't re-walk the roots fileserver in symlink_list() | refs: #39409 @ 2017-02-13T18:41:17Z

    • 5286b5f Merge pull request #39337 from terminalmage/issue34428
    • a7d2135 Don't re-walk the roots fileserver in symlink_list()
  • PR #39339: (cro) Add link to external pillar documentation for clarification. @ 2017-02-13T18:40:13Z

    • ce781de Merge pull request #39339 from cro/pillar_filetree_doc
    • 410810c Clarification on external pillar usage.
  • fa30143 Document the upstream RedHat bug with their pygit2 package (#39316)
    • PR #39316: (terminalmage) Document the upstream RedHat bug with their pygit2 package
  • PR #39313: (rallytime) [2016.3] Merge forward from 2015.8 to 2016.3 @ 2017-02-10T16:23:23Z

    • PR #39296: (sergeizv) Whitespace fix in docs Makefile
    • PR #39295: (sergeizv) Fix typo
    • PR #39294: (sergeizv) Fix link in proxyminion guide
    • PR #39293: (sergeizv) Grammar fix
    • 9de559f Merge pull request #39313 from rallytime/merge-2016.3
    • 0b8dddf Merge branch '2015.8' into '2016.3'
    • fc551bc Merge pull request #39293 from sergeizv/grammar-fix
      • 70f2b58 Rewrap paragraph
      • e6ab517 Grammar fix
    • 8a1b456 Merge pull request #39295 from sergeizv/typo-fix
      • 5d9f36d Fix typo
    • cfaafec Merge pull request #39296 from sergeizv/whitespace-fix
      • 1d4c1dc Whitespace fix in docs Makefile
    • 0b4dcf4 Merge pull request #39294 from sergeizv/fix-link
      • 04bde6e Fix link in proxyminion guide
  • dd3ca0e Fix #38595 - Unexpected error log from redis retuner in master's log (#39299)
    • ISSUE #38595: (yue9944882) Redis ext job cache occurred error | refs: #38610 #38610
    • PR #39299: (rallytime) Back-port #38610 to 2016.3
    • PR #38610: (yue9944882) Fix #38595 - Unexpected error log from redis retuner in master's log | refs: #39299
  • PR #39297: (cro) Add doc to recommend pgjsonb for master job caches @ 2017-02-09T22:49:59Z

    • f16027d Merge pull request #39297 from cro/pg_returner_docs
    • 28bac64 Typo
    • 19fedcd Add doc to recommend pgjsonb for master job caches
  • PR #39286: (terminalmage) Allow minion/CLI saltenv/pillarenv to override master when compiling pillar @ 2017-02-09T21:22:46Z

    • 77e50ed Merge pull request #39286 from terminalmage/fix-pillarenv-precedence
    • 3cb9833 Allow minion/CLI saltenv/pillarenv to override master when compiling pillar
  • PR #39221: (lvg01) Fix bug 39220 @ 2017-02-09T18:12:29Z

    • 5244041 Merge pull request #39221 from lvg01/fix-bug-39220
    • e8a41d6 Removes to early content stripping (stripping is already done when needed with ident:true), fixes #39220
    • a4b169e Fixed wrong logic, fixes #39220
  • 5a27207 Add warning for Dulwich removal (#39280)
    • ISSUE #36913: (terminalmage) Support custom refspecs in GitFS | refs: #39210
    • PR #39280: (terminalmage) Add warning for Dulwich removal
    • PR #39210: (terminalmage) salt.utils.gitfs: remove dulwich support, make refspecs configurable | refs: #39280
  • 1b9217d Update jsonschema tests to reflect change in jsonschema 2.6.0 (#39260)
    • PR #39260: (terminalmage) Update jsonschema tests to reflect change in jsonschema 2.6.0
  • c1d16cc Better handling of enabled/disabled arguments in pkgrepo.managed (#39251)
    • ISSUE #33536: (murzick) pkgrepo.managed does not disable a yum repo with "disabled: True" | refs: #35055
    • PR #39251: (terminalmage) Better handling of enabled/disabled arguments in pkgrepo.managed
    • PR #35055: (galet) #33536 pkgrepo.managed does not disable a yum repo with "disabled: True" | refs: #39251
  • PR #39227: (terminalmage) Loader optimzation | refs: #39300 @ 2017-02-08T19:38:21Z

    • 8e88f71 Merge pull request #39227 from terminalmage/loader-optimization
    • c750662 Loader optimzation
  • PR #39228: (gtmanfred) default to utf8 encoding if not specified @ 2017-02-08T19:36:57Z

    • ISSUE #38856: (fhaynes) salt-cloud throws an exception when ec2 does not return encoding | refs: #39228
    • bc89b29 Merge pull request #39228 from gtmanfred/2016.3
    • afee047 default to utf8 encoding if not specified
  • PR #39231: (terminalmage) Add clarification for jenkins execution module @ 2017-02-08T19:34:45Z

    • d9b0671 Merge pull request #39231 from terminalmage/clarify-jenkins-depends
    • ad1b125 Add clarification for jenkins execution module
  • PR #39232: (terminalmage) Avoid recursion in s3/svn ext_pillars @ 2017-02-08T19:33:28Z

    • ddcff89 Merge pull request #39232 from terminalmage/issue21342
    • c88896c Avoid recursion in s3/svn ext_pillars
  • ef4e437 Fix the win_ip_test failures (#39230)
    • ISSUE #38697: (fboismenu) On Windows, ip.get_all_interfaces returns at most 2 DNS/WINS Servers | refs: #38793
    • PR #39230: (rallytime) Fix the win_ip_test failures
    • PR #38793: (fboismenu) Fix for #38697 | refs: #39197 #39230
  • PR #39199: (rallytime) Back-port #39170 to 2016.3 @ 2017-02-07T16:19:32Z

    • ISSUE #33187: (usbportnoy) Deploy to jboss TypeError at boss7.py:469 | refs: #39170 #39761
    • PR #39170: (grep4linux) Added missing source_hash_name argument in get_managed function | refs: #39199
    • df5f934 Merge pull request #39199 from rallytime/bp-39170
    • c129905 Added missing source_hash_name argument in get_managed function Additional fix to #33187 Customer was still seeing errors, this should now work. Tested with 2015.8.13 and 2016.11.2
  • PR #39206: (cachedout) Ignore empty dicts in highstate outputter @ 2017-02-07T16:11:36Z

    • ISSUE #37174: (mikeadamz) The State execution failed to record the order in which all states were executed spam while running pkg.upgrade from orchestration runner | refs: #39206
    • 2621c11 Merge pull request #39206 from cachedout/issue_issue_37174
    • be31e05 Ignore empty dicts in highstate outputter
  • PR #39209: (terminalmage) Sort the return list from the fileserver.envs runner @ 2017-02-07T16:07:08Z

    • dd44045 Merge pull request #39209 from terminalmage/sorted-envs
    • e6dda4a Sort the return list from the fileserver.envs runner
  • 7bed687 [2016.3] Pylint fix (#39202)
    • PR #39202: (rallytime) [2016.3] Pylint fix
  • PR #39197: (cachedout) Pr 38793 @ 2017-02-06T19:23:12Z

    • ab76054 Merge pull request #39197 from cachedout/pr-38793
    • f3d35fb Lint fixes
    • 624f25b Fix for #38697
  • PR #39166: (Ch3LL) fix boto ec2 module create_image doc @ 2017-02-06T18:27:17Z

    • fa45cbc Merge pull request #39166 from Ch3LL/fix_boto_ec2_docs
    • 90af696 fix boto ec2 module create_image doc
  • PR #39173: (rallytime) Restore "Salt Community" doc section @ 2017-02-06T18:19:11Z

    • PR #30770: (jacobhammons) Doc restructuring, organization, and cleanup | refs: #39173
    • PR #10792: (cachedout) Documentation overhaul | refs: #39173
    • a40cb46 Merge pull request #39173 from rallytime/restore-community-docs
    • 5aeddf4 Restore "Salt Community" doc section
  • 9de08af Apply fix from #38705 to 2016.3 branch (#39077)
    • ISSUE #38704: (nasenbaer13) Archive extracted fails when another state run is queued | refs: #38705
    • PR #39077: (terminalmage) Apply fix from #38705 to 2016.3 branch
    • PR #38705: (nasenbaer13) Fix for #38704 archive extracted and dockerio states
  • da3053e update vmware getting started doc (#39146)
    • PR #39146: (gtmanfred) update vmware getting started doc
  • e78ca0f Fixing a weird edge case when using salt syndics and targetting via pillar. Without this fix the master of masters ends up in an infinite loop since the data returned from the minions is differently structured than if a sync was not in use. (#39145)
    • PR #39145: (garethgreenaway) [2016.3] Fix when targeting via pillar with Salt syndic
  • PR #38804: (alexbleotu) Second attempt to fix prepending of root_dir to paths @ 2017-02-02T16:10:37Z

    • ISSUE #2016: (seanchannel) status.custom failing on any arguments
    • ISSUE #3: (thatch45) libvirt module
    • ISSUE #1: (thatch45) Enable regex on the salt cli
    • cd8077a Merge pull request #38804 from alexbleotu/root_dir_`fix-2016`_.3-gh
    • b3bdd3b Add missing whiteline
    • c7715ac Merge pull request #3 from cro/ab_rootdirfix
      • e8cbafa When running testsuite, salt.syspaths.ROOT_DIR is often empty.
    • b12dd44 Merge pull request #1 from cro/ab_rootdirfix
      • bffc537 Remove extra if statements (rstrip will check for the presence anyway).
    • 97521b3 Second attempt to fix prepending of root_dir to paths
  • 6ffeda3 Clarify ipv6 option for minion and interface for master, closes #39118 (#39131)
    • ISSUE #39118: (bobrik) Minion ipv6 option is not documented | refs: #39289
    • PR #39131: (bobrik) Clarify ipv6 option for minion and interface for master, closes #39118
  • 646b9ea Don't abort pillar.get with merge=True if default is None (#39116)
    • PR #39116: (terminalmage) Don't abort pillar.get with merge=True if default is None
  • PR #39091: (terminalmage) Run test_valid_docs in batches @ 2017-02-01T19:09:05Z
    • cc9b69b Merge pull request #39091 from terminalmage/update-test-valid-docs
    • d76f038 add debug logging for batch vars
    • b4afea2 Don't fail test if data is empty
    • b3a5d54 Account for trimmed value in 'salt -d' output
    • 909916c Run test_valid_docs in batches
  • bcee3d1 Move fileclient tests to tests/integration/fileserver/fileclient_test.py (#39081)
    • PR #39081: (terminalmage) Move fileclient tests to tests/integration/fileserver/fileclient_test.py
  • 122422b Bump openstack deprecation notice to Oxygen (#39067)
    • PR #39067: (rallytime) Bump openstack deprecation notice to Oxygen
  • PR #39047: (rallytime) [2016.3] Merge forward from 2015.8 to 2016.3 @ 2017-01-30T23:48:14Z

    • PR #39046: (rallytime) Add 2015.8.14 release notes file
    • PR #39037: (rallytime) Update 2015.8.13 release notes
    • a24af5a Merge pull request #39047 from rallytime/merge-2016.3
    • b732a1f Merge branch '2015.8' into '2016.3'
    • 56ccae6 Add 2015.8.14 release notes file (#39046)
    • 5943fe6 Update 2015.8.13 release notes (#39037)
  • fef1b11 Add 2016.3.6 release notes file (#39045)
    • PR #39045: (rallytime) Add 2016.3.6 release notes file
  • 7c43f4a [2016.3] Update release numbers for doc build (#39042)
    • PR #39042: (rallytime) [2016.3] Update release numbers for doc build
  • ff32459 Update 2016.3.5 release notes (#39038)
    • PR #39038: (rallytime) Update 2016.3.5 release notes
  • PR #39028: (terminalmage) Clarify delimiter argument @ 2017-01-30T18:20:26Z
    • 5b09dc4 Merge pull request #39028 from terminalmage/clarify-delimiter-argument
    • f29ef07 Clarify delimiter argument
  • 1ff359f Add CLI Example for rest_sample_utils.get_test_string function (#39030)
    • PR #39030: (rallytime) Back-port #38972 to 2016.3
    • PR #38972: (rallytime) Add CLI Example for rest_sample_utils.get_test_string function | refs: #39030
  • f13fb9e Enable __proxy__ availability in states, highstate, and utils. Enable __utils__ availability in proxies. (#38899)
    • ISSUE #38753: (alexbleotu) __proxy__ dunder is not injected when invoking the salt variable in sls files | refs: #38899 #38829
    • ISSUE #38557: (alexbleotu) Proxy not working on develop | refs: #38829
    • ISSUE #38265: (mirceaulinic) __utils__ object not available in proxy module | refs: #38899 #38829 #38829
    • ISSUE #32918: (mirceaulinic) Proxy minions reconnection | refs: #38829
    • PR #38899: (cro) Enable __proxy__ availability in states, highstate, and utils. Enable __utils__ for proxies.
    • PR #38829: (cro) MANY dunder variable fixes for proxies + proxy keepalive from @mirceaulinic | refs: #38899
    • PR #37864: (mirceaulinic) Proxy keepalive feature | refs: #38829
  • PR #38951: (DmitryKuzmenko) Keep the only one record per module-function in depends decorator. @ 2017-01-27T17:05:42Z

    • ISSUE #37938: (johje349) Memory leak in Reactor | refs: #38951
    • ISSUE #33890: (hvnsweeting) salt memleak when running state.sls | refs: #38951
    • da96221 Merge pull request #38951 from DSRCorporation/bugs/37938_fix_depends_decorator_memleak
    • 0b18f34 Keep the only one record per module-function in depends decorator.
  • PR #38982: (rallytime) Set response when using "GET" method in s3 utils @ 2017-01-27T17:04:48Z

    • ISSUE #34780: (joehoyle) S3fs broken in 2016.3.1 | refs: #38982
    • 85165ed Merge pull request #38982 from rallytime/fix-34780
    • 1583c55 Set response when using "GET" method in s3 utils
  • PR #38989: (anlutro) Documentation: fix SLS in environment variable examples @ 2017-01-27T17:00:08Z

    • cfdbc99 Merge pull request #38989 from alprs/docfix-state_pt3_environ
    • 52a9ad1 fix SLS in environment variable examples
  • PR #39000: (rallytime) Skip the test_badload test until Jenkins move is complete @ 2017-01-27T16:58:21Z

    • 55e4d25 Merge pull request #39000 from rallytime/skip-badload-test
    • 4b3ff0f Skip the test_badload test until Jenkins move is complete
  • PR #38995: (terminalmage) Fix pillar.item docstring @ 2017-01-27T16:58:00Z

    • fe054eb Merge pull request #38995 from terminalmage/fix-pillar.item-docstring
    • 06d094d Fix pillar.item docstring
  • PR #38950: (mbom2004) Fixed Logstash Engine in file logstash.py @ 2017-01-26T19:10:07Z

    • ISSUE #34551: (mbom2004) salt.engines.logstash not loading | refs: #38950
    • b66b6f6 Merge pull request #38950 from mbom2004/2016.3
    • c09f39d Remove unused json import
    • 249efa3 Fixed Logstash Engine in file logstash.py
  • a6c6e47 Handle changing "is_default" value in moto package for boto test mock (#38973)
    • PR #38973: (rallytime) Handle changing "is_default" value in moto package for boto test mock
  • PR #38952: (terminalmage) Make the ext_pillars available to pillar.ext tunable @ 2017-01-26T19:01:56Z

    • b965b5d Merge pull request #38952 from terminalmage/zd1168
    • 6b014e5 Rename on_demand_pillar to on_demand_ext_pillar
    • d216f90 Document new on_demand_pillar option and add to config template
    • 426b20f Add documentation for on-demand pillar to pillar.ext docstring
    • 7b10274 Make on-demand ext_pillars tunable
    • d54723c Add on_demand_pillar config option
  • PR #38948: (rallytime) Bump the template context deprecation version to Oxygen @ 2017-01-25T19:45:59Z

    • ISSUE #35777: (rallytime) Properly deprecate template context data in Oxygen | refs: #38948
    • 2c4ad85 Merge pull request #38948 from rallytime/bump-template-context-deprecation
    • 749e003 Bump the template context deprecation version to Oxygen
  • PR #38946: (rallytime) Back-port #37632 to 2016.3 @ 2017-01-25T19:40:40Z

    • PR #37632: (twangboy) Fix versions report for Windows Server platforms | refs: #38946
    • e4514ca Merge pull request #38946 from rallytime/bp-37632
    • ee37cda Fix some lint
    • c08071e Fix versions report for server OSs
  • PR #38913: (Adaephon-GH) Ignore plist files without Label key @ 2017-01-25T19:07:27Z

    • 953a203 Merge pull request #38913 from Adaephon-GH/patch-1
    • e2f4a16 Removing trailing whitespace
    • 616292c Ignore plist files without Label key
  • PR #38917: (twangboy) Update Jinja2 to 2.9.4 @ 2017-01-25T19:05:38Z

    • 826dce1 Merge pull request #38917 from twangboy/update_jinja_mac
    • 62e608b Update Jinja2 to 2.9.4
  • PR #38925: (terminalmage) Fix two wheel issues in netapi @ 2017-01-25T18:28:52Z

    • ISSUE #38540: (amendlik) API wheel client throws exception and success=true | refs: #38925
    • ISSUE #38537: (amendlik) API client wheel_async always returns status 500 | refs: #38925
    • b27733c Merge pull request #38925 from terminalmage/issue38540
    • 76392fc Fix traceback when a netapi module uses wheel_async
    • bd4474f Fix 'success' value for wheel commands
  • PR #38926: (gtmanfred) add note about pysss for pam eauth @ 2017-01-25T18:12:20Z

    • 618596f Merge pull request #38926 from gtmanfred/2016.3
    • 9cae953 add note about pysss for pam eauth
  • PR #38847: (terminalmage) Catch MinionError in file.source_list @ 2017-01-24T16:03:10Z

    • ISSUE #38825: (IshMalik) file.managed multiple sources for redundency failure | refs: #38847
    • 405d86a Merge pull request #38847 from terminalmage/issue38825
    • 11a4780 Use log.exception() instead
    • e40fac5 Catch MinionError in file.source_list
  • PR #38875: (terminalmage) Reactor: fix traceback when salt:// path is nonexistent @ 2017-01-24T15:23:39Z

    • ISSUE #36121: (Ashald) TemplateNotFound/Unable to cache file | refs: #38875
    • b5df104 Merge pull request #38875 from terminalmage/issue36121
    • fbc4d2a reactor: ensure glob_ref is a string
    • 2e443d7 cp.cache_file: add note re: return for nonexistent salt:// path
  • PR #38890: (cro) Backport #38887 to 2016.3: Enable resetting a VM via salt-cloud & VMware driver @ 2017-01-24T15:15:35Z

    • ISSUE #37413: (Snarfingcode666) Salt-cloud vmware missing reboot command | refs: #38890
    • e9ebec4 Merge pull request #38890 from cro/vmware_reset_vm_20163
    • 0146562 Call correct function for resetting a VM
  • PR #38883: (techhat) Don't require text_out path to exist @ 2017-01-23T18:20:42Z

    • PR #38867: (mchugh19) Touch deploy.sh before use | refs: #38883
    • PR #32026: (techhat) Don't require the decode_out file to already exist | refs: #38883
    • c3fbfcd Merge pull request #38883 from techhat/dontrequire
    • 67bc4d6 Don't require text_out path to exist
  • PR #38851: (terminalmage) Support docker-py 2.0 in dockerng @ 2017-01-23T16:48:12Z

    • 6430a45 Merge pull request #38851 from terminalmage/docker-py-2.0
    • 3c061b2 Support docker-py 2.0 in dockerng
  • PR #38844: (cachedout) Fix memory leak in HTTP client @ 2017-01-20T20:59:14Z

    • ac8008d Merge pull request #38844 from cachedout/http_memory_leak
    • c46bf85 Fix memory leak in HTTP client
  • PR #38823: (gtmanfred) pass pillar to compound matcher in match module @ 2017-01-20T19:19:09Z

    • ISSUE #38798: (ripta) match.compound fails to match when pillar data is used | refs: #38823
    • dfe6dfe Merge pull request #38823 from gtmanfred/2016.3
    • f0a71e8 pass pillar to compound matcher in match module