Version 2015.5.4 is a bugfix release for 2015.5.0.
Changes:
cron.present
state now correctly defaults to state ID as identifier.digital_ocean_v2.py
, the number of VMs to include in a page was changed from 20
(default) to 200 to reduce the number of API calls to Digital Ocean.vmware
Salt-Cloud driver was back-ported from the develop branch in order for installations of Salt
that are older than 2015.8.0 to be able to use the vmware
driver without stack-tracing on various
deprecation paths that were implemented in the 2015.8.0 release.Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs):
Generated at: 2015-08-13T20:23:30Z
Statistics:
Changes:
PR #26292: (jquast) Rabbitmq 3.2.4 on Ubuntu has "...done.", not "...done" @ 2015-08-13T19:53:29Z
PR #26296: (jquast) bugfix missing `runas=None' for rabbitmqctl cmds (backport to 2015.5) @ 2015-08-13T19:52:40Z
PR #26290: (rallytime) Only call convert_to_arn when action name is provided @ 2015-08-13T18:48:58Z
PR #26288: (bbinet) allow deleting grains which value is False @ 2015-08-13T18:24:36Z
PR #26263: (rallytime) Don't make changes when test=True for openstack present/absent funcs @ 2015-08-13T16:30:31Z
PR #26265: (rallytime) Don't stacktrace on query return in ec2.create_snapshot @ 2015-08-13T16:28:48Z
PR #26285: (stanislavb) Remove explicit version from instance identity URL @ 2015-08-13T16:25:32Z
PR #26275: (cachedout) Re-init modules on multi-master reconnect @ 2015-08-13T15:52:50Z
PR #26273: (garethgreenaway) Fixes to schedule module in 2015.5 @ 2015-08-13T15:34:43Z
PR #26271: (rallytime) Fix del_root_vol_on_destroy and del_all_vols_on_destroy functionality on ec2 @ 2015-08-12T23:22:47Z
PR #26219: (anlutro) cron: make identifier default to state ID @ 2015-08-12T18:42:33Z
PR #26257: (rallytime) Back-port #26237 to 2015.5 @ 2015-08-12T18:40:35Z
PR #26258: (nmadhok) Fix permission on tests/runtests.py on 2015.5 branch @ 2015-08-12T18:40:04Z
PR #26261: (nmadhok) Correct spelling of integration in docs @ 2015-08-12T18:14:48Z
PR #26247: (nmadhok) Initial commit of unit tests for vmware cloud driver @ 2015-08-12T16:58:24Z
PR #26246: (nmadhok) Backport additions to VMware cloud driver from develop to 2015.5 branch @ 2015-08-12T15:11:26Z
PR #26239: (opdude) Fixed documentation to match function name @ 2015-08-12T14:48:52Z
PR #26232: (garethgreenaway) Fix to trust_key in gpg module for 2015.5. @ 2015-08-12T04:48:27Z
PR #26084: (twangboy) Added python_shell=True, quoted user input @ 2015-08-10T21:29:35Z
PR #26183: (cro) Fix LDAP configuration issue. @ 2015-08-10T19:09:41Z
PR #26186: (jacobhammons) regenerated man pages @ 2015-08-10T19:07:44Z
PR #26182: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5 @ 2015-08-10T19:00:10Z
PR #26000: (driskell) Implement full event caching for subscribed tags @ 2015-08-10T18:57:17Z
PR #26175: (rallytime) Back-port #26153 to 2015.5 @ 2015-08-10T18:22:32Z
PR #26177: (rallytime) Back-port #26147 to 2015.5 @ 2015-08-10T18:22:01Z
PR #26179: (rallytime) Back-port #25404 to 2015.5 @ 2015-08-10T18:21:50Z
PR #26180: (jfindlay) fix processing of state.template @ 2015-08-10T18:21:38Z
PR #26172: (nmadhok) [Backport] Make sure variable is a dictionary before popping something from it. @ 2015-08-10T16:42:50Z
PR #26168: (cachedout) Fix slack docs @ 2015-08-10T14:57:18Z
PR #26127: (garethgreenaway) Fixes to salt.utils.http related to cp.get_file_str bug. @ 2015-08-10T14:38:25Z
PR #26140: (nmadhok) VMware cloud driver fixes @ 2015-08-10T13:15:58Z
PR #26137: (steverweber) use device mac address if vmtools not active @ 2015-08-09T03:05:36Z
PR #26119: (jodv) Backport eauth bugfix to 2015.5 @ 2015-08-09T02:19:52Z
PR #26135: (cro) Fix proxy minions in 2015.5 and significantly update documentation. @ 2015-08-09T02:19:21Z
PR #26132: (TheBigBear) minor edit @ 2015-08-08T21:05:34Z
PR #26133: (amontalban) Fixed #25915 in salt/modules/pkgng.py and salt/states/pkg.py @ 2015-08-08T21:05:05Z
PR #26111: (anlutro) Better error messages when virtualenv creation fails @ 2015-08-07T21:42:09Z
PR #26110: (jfindlay) check for sources before adding them to cmd str @ 2015-08-07T21:33:23Z
PR #26106: (vr-jack) Update __init__.py @ 2015-08-07T21:15:55Z
PR #26101: (rallytime) Back-port #25984 to 2015.5 @ 2015-08-07T18:56:26Z
PR #26080: (techhat) Fix string checking in s3fs @ 2015-08-06T23:36:09Z
PR #26079: (cachedout) Update docs to remove state.over @ 2015-08-06T23:35:26Z
PR #26058: (opdude) Fix choco version on chocolatey versions below 0.9.9 @ 2015-08-06T18:50:10Z
PR #26068: (jfindlay) fix autoruns.list looking in wrong directory @ 2015-08-06T18:49:48Z
PR #26065: (s0undt3ch) [2015.5] Update to latest bootstrap stable release v2015.06.08 @ 2015-08-06T17:09:35Z
cmd.run
state to use the new runas
arg
| refs: #26065PR #26061: (gmcwhistler) Patch for issue #25994 @ 2015-08-06T17:07:34Z
PR #26064: (s0undt3ch) Don't stacktrace when trying to get the default locale. @ 2015-08-06T16:11:05Z
PR #26048: (jacobhammons) Updated windows download links in the docs to https://repo.saltstack.com @ 2015-08-05T22:59:50Z
PR #26044: (rallytime) Make sure the key we're comparing is also lowercase @ 2015-08-05T19:23:54Z
PR #26042: (jfindlay) fix test mode logic in state docs @ 2015-08-05T19:23:07Z
PR #26036: (nicholascapo) survey.hash: Remove manually printed text @ 2015-08-05T19:21:59Z
PR #26030: (opdude) Fix a bug in choco version that returned odd data @ 2015-08-05T16:30:25Z
PR #26032: (jfindlay) add test logic to state reult doc @ 2015-08-05T16:28:32Z
PR #26031: (alekti) Revert "Add file as supported protocol for file source_hash. Fixes #23764" @ 2015-08-05T15:32:01Z
PR #26021: (anlutro) Documentation: Specify versionadded for git.present shared argument @ 2015-08-05T14:17:38Z
PR #26020: (alekti) Correctly resolve conflict merging pull 25750 to 2015.5 @ 2015-08-05T14:16:58Z
PR #26016: (basepi) Revert "Deep merge of pillar lists" @ 2015-08-05T04:59:52Z
PR #25992: (twangboy) Refactor win_system.py @ 2015-08-05T04:54:18Z
PR #26002: (twangboy) Fixed regex to account for comment character followed by whitespace @ 2015-08-04T22:28:11Z
PR #25970: (jfindlay) accept addition of layman overlay @ 2015-08-04T15:42:28Z
PR #25971: (basepi) [2015.5] salt.modules.reg Add spaces for strings split across multiple lines @ 2015-08-04T15:39:48Z
PR #25990: (rallytime) Back-port #25976 to 2015.5 @ 2015-08-04T14:36:53Z
PR #25996: (attiasr) fix msiexec package remove @ 2015-08-04T14:36:31Z
PR #25966: (rallytime) Back-port #25864 to 2015.5 @ 2015-08-03T18:48:26Z
PR #25967: (rallytime) Back-port #25917 to 2015.5 @ 2015-08-03T18:48:02Z
PR #25895: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5 @ 2015-08-03T17:12:37Z
PR #25941: (jfindlay) add timelib to dependency versions @ 2015-08-03T12:23:42Z
PR #25951: (garethgreenaway) Log when event.fire and event.fire_master fail. @ 2015-08-03T00:19:45Z
PR #25942: (jfindlay) typo in minion doc @ 2015-07-31T23:34:55Z
PR #25938: (jacobhammons) Doc on using syndic with multimaster @ 2015-07-31T23:05:05Z
PR #25848: (twangboy) Added allusers="1" when installing msi @ 2015-07-31T20:33:17Z
PR #25898: (jfindlay) clarify and expand syndic docs @ 2015-07-31T20:01:23Z
PR #25927: (jacksontj) Pass actual renderers to the Reactor's Compiler @ 2015-07-31T20:00:17Z
PR #25921: (cachedout) Handle non-ascii in state log @ 2015-07-31T17:41:30Z
PR #25919: (TheBigBear) Minor update to msi un-installer info @ 2015-07-31T17:39:48Z
PR #25905: (rallytime) Back-port #25982 to 2015.5 @ 2015-07-30T23:24:19Z
PR #25890: (rallytime) Back-port #25698 to 2015.5 @ 2015-07-30T23:12:09Z
PR #25894: (jacobhammons) Minor doc bug fixes @ 2015-07-30T23:02:34Z
PR #25877: (rallytime) Protect against passing a map file in addition to VM names with --destroy @ 2015-07-30T21:55:45Z
PR #25870: (rallytime) Back-port #25824 to 2015.5 @ 2015-07-30T21:54:35Z
PR #25885: (t0rrant) Update Debian changelog @ 2015-07-30T20:05:59Z
PR #25875: (rallytime) Back-port #25862 to 2015.5 @ 2015-07-30T17:34:02Z
PR #25873: (rallytime) Back-port #25855 to 2015.5 @ 2015-07-30T17:33:55Z
PR #25871: (rallytime) Back-port #25829 to 2015.5 @ 2015-07-30T17:33:43Z
PR #25869: (rallytime) Back-port #25788 to 2015.5 @ 2015-07-30T17:33:33Z
PR #25853: (davidjb) Make ssh-id-wrapper accessible to non-root users @ 2015-07-30T16:49:47Z
PR #25856: (jfindlay) expand minion reauth scalability documentation @ 2015-07-30T15:33:17Z
PR #25840: (jfindlay) add note to winrepo state docs about required grain @ 2015-07-30T14:38:27Z
PR #25846: (jfindlay) rework deprecation documentation for release names @ 2015-07-30T13:26:21Z
PR #25833: (jahamn) Allows cp.push to recreate empty files @ 2015-07-29T16:14:48Z
PR #25831: (rallytime) Add salt:// to key_url options to docs for pkgrepo.managed @ 2015-07-29T15:38:43Z
PR #25807: (rallytime) Provide helpful error when using actions with a mapfile @ 2015-07-29T15:30:15Z
PR #25818: (jfindlay) fix autoruns list @ 2015-07-29T15:29:20Z
PR #25826: (anlutro) Check that "onchanges" is a list @ 2015-07-29T15:00:28Z
PR #25798: (twangboy) Fixed stacktrace on package name not found @ 2015-07-28T22:40:14Z
PR #25797: (twangboy) Changed repocache back to cached_repo @ 2015-07-28T22:39:32Z
PR #25793: (rallytime) Back-port #25730 to 2015.5 @ 2015-07-28T19:37:34Z
PR #25792: (rallytime) Back-port #25688 to 2015.5 @ 2015-07-28T19:37:17Z
PR #25796: (cachedout) Remove debug from docs @ 2015-07-28T17:35:59Z
PR #25749: (jahamn) Allow zpool.create on character devices @ 2015-07-28T16:01:40Z
PR #25685: (twangboy) Fixed regex issues with comment and uncomment @ 2015-07-28T15:29:49Z
PR #25763: (twangboy) Fix 25437 | refs: #25797 @ 2015-07-28T15:29:27Z
PR #25752: (thatch45) State top saltenv @ 2015-07-28T01:02:10Z
PR #25755: (twangboy) Fixed problem with dunder functions not being passed @ 2015-07-27T19:31:22Z
PR #25648: (twangboy) Clarified functionality of reg module, fixed state to work with new module @ 2015-07-27T19:30:33Z
PR #25740: (rallytime) Back-port #25722 to 2015.5 @ 2015-07-27T16:08:40Z
PR #25739: (rallytime) Back-port #25709 to 2015.5 @ 2015-07-27T16:08:27Z
PR #25738: (rallytime) Back-port #25671 to 2015.5 @ 2015-07-27T16:08:23Z
PR #25737: (rallytime) Back-port #25608 to 2015.5 @ 2015-07-27T16:08:18Z
PR #25733: (davidjb) Avoid IndexError when listing mounts if mount output ends in newline @ 2015-07-27T16:08:05Z
PR #25705: (blackduckx) Support for setm augeas command. @ 2015-07-27T16:07:10Z
PR #25703: (cachedout) Return to str for master_type for 2015.5 @ 2015-07-27T16:06:22Z
PR #25702: (twangboy) Fixed win_user module for groups with spaces in the name @ 2015-07-27T15:06:33Z
PR #25711: (twangboy) Fixed problem with win_servermanager.list_installed @ 2015-07-27T15:05:48Z
PR #25714: (cachedout) Display warning when progressbar can't be loaded @ 2015-07-25T00:10:13Z
PR #25699: (rallytime) Back-port #25660 to 2015.5 | refs: #25709 @ 2015-07-24T22:11:40Z
PR #25694: (s0undt3ch) Salt-SSH fix for #25689 @ 2015-07-24T21:41:57Z
PR #25710: (jahamn) Integration Testcase for Issue 25250 @ 2015-07-24T20:57:33Z
PR #25680: (basepi) [2015.5] Move cmd.run jinja aliasing to a wrapper class to prevent side effects @ 2015-07-24T19:52:10Z
PR #25682: (basepi) [2015.5] Fix parsing args with just a hash (#) @ 2015-07-24T19:52:01Z
PR #25695: (stanislavb) Configurable AWS region & region from IAM metadata @ 2015-07-24T19:36:40Z
PR #25645: (kev009) Fix pkgng provider to work with a sources list and the underlying pkg… @ 2015-07-24T16:33:18Z
PR #25677: (aneeshusa) Fix pacman.list_upgrades when refresh=True. @ 2015-07-24T16:30:06Z
PR #25675: (UtahDave) Use OS line endings with contents on file.managed @ 2015-07-24T16:29:50Z
PR #25676: (basepi) Update release candidate docs to 2015.8.0rc2 @ 2015-07-23T20:29:37Z
PR #25666: (nmadhok) Check if the properties exist before looping over them causing KeyError @ 2015-07-23T17:55:40Z
PR #25656: (anlutro) Fix locale detection in debian/gentoo @ 2015-07-23T16:46:40Z
PR #25661: (rallytime) Back-port #25624 to 2015.5 @ 2015-07-23T16:26:48Z
PR #25662: (rallytime) Back-port #25638 to 2015.5 @ 2015-07-23T16:26:40Z
PR #25644: (cachedout) pillar doc fix @ 2015-07-22T22:57:23Z
PR #25642: (cachedout) Warn on pillar schedule delete @ 2015-07-22T22:04:12Z
PR #25598: (twangboy) Fixed problem trying to load file with name of boolean type @ 2015-07-22T17:07:49Z
PR #25604: (terminalmage) Move patching of mock_open to within test @ 2015-07-22T16:53:55Z
PR #25609: (s0undt3ch) [2015.5] Update the bootstrap script to latest release v2015.07.22 @ 2015-07-22T16:28:52Z
PR #25603: (terminalmage) Add version_cmp function to yumpkg.py @ 2015-07-22T15:42:29Z
PR #25590: (garethgreenaway) 2015.5 scheduled jobs return data @ 2015-07-21T21:57:42Z
PR #25584: (rallytime) Back-port #24054 and #25576 to 2015.5 @ 2015-07-21T21:16:38Z
PR #25589: (jahamn) Fixes ssh_known_host not taking port into account @ 2015-07-21T21:15:06Z
PR #25573: (EvaSDK) Do not execute bootstrap script twice @ 2015-07-21T18:20:04Z
PR #25580: (attiasr) use explicit utf-8 decoding (#25532) @ 2015-07-21T15:40:49Z
PR #25568: (twangboy) Fixed win_useradd module to add fullname @ 2015-07-21T14:30:25Z
PR #25561: (twangboy) Fixed the gem module to work on windows... without injection @ 2015-07-20T21:12:15Z
PR #25521: (cachedout) Fix outputter for state.orch @ 2015-07-20T19:30:14Z
PR #25563: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5 @ 2015-07-20T19:27:36Z
PR #25559: (cachedout) Lint win_pkg @ 2015-07-20T17:46:29Z
PR #25554: (jfindlay) verify_ssl=True for s3 ext pillar @ 2015-07-20T17:43:38Z
PR #25551: (rallytime) Backport #25530 to 2015.5 @ 2015-07-20T17:43:00Z
PR #25533: (attiasr) port 445 for windows bootstraping @ 2015-07-20T15:13:06Z
PR #25525: (gtmanfred) add make _prepare an alias for postinitio @ 2015-07-20T15:12:38Z
PR #25519: (rallytime) Backport vmware driver to 2015.5 branch @ 2015-07-20T15:11:26Z
PR #25542: (Oro) Fix hipchat.send_message when using API v2 @ 2015-07-20T15:09:13Z
PR #25531: (rallytime) Back-port #25529 to 2015.5 @ 2015-07-18T19:16:10Z
PR #25528: (davidjb) Fix typo in extend declaration doco @ 2015-07-18T14:22:06Z
PR #25517: (rallytime) Back-port #25486 to 2015.5 @ 2015-07-17T21:49:26Z
PR #25516: (rallytime) Back-port #25483 to 2015.5 @ 2015-07-17T21:49:05Z
PR #25513: (garethgreenaway) fixes to schedule.add documentation in 2015.5 @ 2015-07-17T17:03:24Z
PR #25465: (EvaSDK) 2015.5.3 LXC module fixes | refs: #25573 @ 2015-07-17T15:57:54Z
PR #25506: (s0undt3ch) [2015.5] Update bootstrap script to latest stable release, v2015.07.17 @ 2015-07-17T15:40:38Z
PR #25498: (jfindlay) only read /proc/1/cmdline if it exists @ 2015-07-17T15:35:33Z
PR #25487: (rallytime) Back-port #25464 to 2015.5 @ 2015-07-16T16:58:36Z
PR #25482: (oeuftete) Fix docker.running detection of running container @ 2015-07-16T16:58:29Z
PR #25468: (joejulian) Add support for pyOpenSSL > 0.10 @ 2015-07-16T15:10:30Z
PR #25467: (rallytime) Add lxml dependency to opennebula docs @ 2015-07-16T15:09:57Z
PR #25461: (jahamn) Update file, if force option and content not same @ 2015-07-15T20:15:07Z
PR #25438: (rallytime) Reduce digital_ocean_v2 API call frequency @ 2015-07-15T19:40:18Z
PR #25457: (jacksontj) Saltnado @ 2015-07-15T17:50:12Z
PR #25459: (jahamn) Fixed 'defulats' typo in verify.py @ 2015-07-15T16:53:06Z
PR #25426: (jquast) bugfix: trailing "...done" in rabbitmq output (backport from 'develop' to 2015.5) @ 2015-07-15T14:48:05Z
PR #25433: (jleroy) Support for IPv6 addresses scopes in network.interfaces (ifconfig) @ 2015-07-15T14:44:09Z
PR #25430: (twangboy) Disabled rbenv execution module for Windows @ 2015-07-15T14:41:18Z