mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
78 KiB
78 KiB
Salt 2015.5.4 Release Notes
Version 2015.5.4 is a bugfix release for 2015.5.0
</topics/releases/2015.5.0>
.
Changes:
- The
cron.present
state now correctly defaults to state ID as identifier. - When querying for VMs in
ditigal_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. - The
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 thevmware
driver without stack-tracing on various deprecation paths that were implemented in the 2015.8.0 release.
Changes for v2015.5.3..v2015.5.4
Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs):
Generated at: 2015-08-13T20:23:30Z
Statistics:
- Total Merges: 247
- Total Issue references: 140
- Total PR references: 330
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 #26293: (jfindlay) Fix #26268 @ 2015-08-13T19:48:06Z
- PR #26290: (rallytime) Only call convert_to_arn when action name is provided @ 2015-08-13T18:48:58Z
- PR #26288: (bbinet) allow to delete 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 #2015: (thekuffs) Esky / bbfreeze support
- 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
- ISSUE #25961: (getabc) [2015.5.3-2] salt-winrepo.git/salt-minion.sls fails certificate '*.wpengine.com' or 'wpengine.com' | refs: #26047
- ISSUE #25751: (basepi) Document master_finger more prominently | refs: #26088
- PR #26116: (corux) file.replace fails if repl string is an invalid regex and append/prepend is used
- PR #26088: (jacobhammons) Master finger
- PR #26047: (jacobhammons) Updated windows download links in the docs to https://repo.saltstack.com
- 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
- ISSUE #26141: (nmadhok) salt-cloud VMware driver fails with error in parsing configuration file | refs: #26140
- ISSUE #25809: (o-sleep) vmware cloud module error message | refs: #26140
- ISSUE #25625: (steverweber) cloud vmware driver does not provide mac_address unless vmware tools is running | refs: #26137 #26140
- 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
- ISSUE #25915: (ari) FreeBSD pkg install fails
- 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
- ISSUE #634: (loupgaroublond) /srv/salt/_grains/ not documented | refs: #26065
- ISSUE #631: (fatbox) Can't extend the same item multiple times | refs: #26065
- ISSUE #625: (whiteinge) cmd.run state user flag is not working | refs: #25506 #632
- PR #640:
(terminalmage) fix syntax errors introduced in
0f776c13
| refs: #26065 - PR #638: (blast-hardcheese) Tightened up configuration documentation | refs: #26065
- PR #633: (epoelke) Bug fix to salt-key | refs: #26065
- PR #632:
(whiteinge) Change the
cmd.run
state to use the newrunas
arg | refs: #26065
- PR #26061:
(gmcwhistler) Patch for issue #25994 @
2015-08-06T17:07:34Z
- ISSUE #25994: (gmcwhistler) module.ilo tempfile creation in __execute_cmd results in TypeError: cannot concatenate 'str' and 'int' objects
- 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
- ISSUE #23764: (es1o) source_hash from local file is not supported. | refs: #25750
- PR #25750: (alekti) Add file as supported protocol for file source_hash. Fixes #25701. | refs: #26020
- PR #25704: (cachedout) Ensure prior alignment with master_type in 2014.7
- PR #25657: (MrCitron) Add the ability to specify a base pattern for carbon returner
- PR #25633: (AkhterAli) Update loader.py
- 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
- ISSUE #25650: (jacksontj) state.running documentation is incorrect | refs: #25894
- ISSUE #24042: (whiteinge) The state_events setting is not documented | refs: #25894
- ISSUE #23788: (k5jj) functions in drac.py module do not match documentation | refs: #25894
- ISSUE #21296: (Lothiraldan) Possible minion enumeration using saltutil.find_job and eauth | refs: #25894
- 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
- ISSUE #25154: (uvsmtid) All data mixed on STDOUT together should generate valid JSON output | refs: #25722
- ISSUE #25153: (uvsmtid) Multiple results should generate valid JSON output | refs: #25722
- PR #25722: (uvsmtid) Minor docs changes to emphasize JSON output problems without --static option | refs: #25740
- 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 #25416: (cachedout) Fix broken keyword
- PR #25559: (cachedout) Lint win_pkg @ 2015-07-20T17:46:29Z
- PR #25556: (attiasr) fix for #25532 @ 2015-07-20T17:45:11Z
- 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
- ISSUE #25456: (julienlavergne) [2015.8.0rc1] salt-bootstrap fails to install salt master | refs: #25506
- ISSUE #25270: (iggy) [2015.8.0rc1] salt-bootstrap fails to properly install a minion | refs: #25506
- ISSUE #625: (whiteinge) cmd.run state user flag is not working | refs: #25506 #632
- ISSUE #611: (fatbox) Peer interface fails to return data occasionally | refs: #25506
- ISSUE #607: (thatch45) next level -X support | refs: #25506
- ISSUE #598: (syphernl) Explanation on how to execute interactive installs | refs: #25506
- ISSUE #455: (whiteinge) Document common troubleshooting tips | refs: #25506
- PR #624: (chjohnst) Docs are not correct with network.ping as args are not supported | refs: #25506
- PR #621: (akoumjian) Adding ec2 cloud-init bootstrap docs | refs: #25506
- PR #606: (terminalmage) need empty line before code blocks. added ones that were missing. | refs: #25506
- PR #602: (terminalmage) State-related documentation changes | refs: #25506
- 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 #2015: (thekuffs) Esky / bbfreeze support
- 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
c4b1584
Additional test case for question raised in #1846- ISSUE #1846: (seanchannel) development dependencies
- PR #25420: (techhat) Move S3 to use AWS Signature Version 4 @ 2015-07-14T22:03:09Z
- PR #25418: (twangboy) Fixed problem with file.managed test=True @ 2015-07-14T21:26:59Z
- PR #25417: (ahus1) extended documentation about dependencies for dig module @ 2015-07-14T20:49:51Z
- PR #25411: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5 @ 2015-07-14T17:55:26Z
- PR #25406: (anlutro) Force arguments to aptpkg.version_cmp into strings @ 2015-07-14T16:15:41Z
- PR #25408: (rallytime) Back-port #25399 to 2015.5 @ 2015-07-14T16:09:06Z
- PR #25240: (tankywoo) file make os.walk only be called one @ 2015-07-14T16:04:49Z
- PR #25395: (rallytime) Back-port #25389 to 2015.5 @ 2015-07-14T03:26:34Z
- PR #25392: (rallytime) Back-port #25256 to 2015.5 @ 2015-07-14T03:25:13Z
- PR #25398: (twangboy) Fix date @ 2015-07-14T03:21:17Z
- PR #25397: (GideonRed) Introduce standard error output when cli exits with non-zero status @ 2015-07-14T03:20:24Z
- PR #25386: (cachedout) Lint #25383 @ 2015-07-13T21:01:10Z
- PR #25383: (jahamn) Fix manage_file function in salt/modules/file.py to handle broken sym… @ 2015-07-13T20:58:23Z
- PR #25369: (anlutro) Fix aptpkg.version_cmp @ 2015-07-13T20:18:45Z
- PR #25379: (jfindlay) check for cwd before getting it @ 2015-07-13T19:50:27Z
- PR #25334: (jfindlay) return all cmd info back to zypper fcn @ 2015-07-13T17:03:29Z
- PR #25339: (jfindlay) update orchestration docs @ 2015-07-13T16:04:26Z
- PR #25358: (dkiser) Deep merge of pillar lists | refs: #26016 @ 2015-07-13T15:51:01Z
- PR #25346:
(bechtoldt) set correct indention in states/requisites.rst
(docs), fixes #25281 @
2015-07-13T15:34:45Z
- ISSUE #25281: (shinshenjs) Unless usage in Official Doc syntax error?
- PR #25336: (terminalmage) Don't try to read init binary if it wasn't found @ 2015-07-13T09:45:30Z
- PR #25350: (davidjb) Fix documentation for file.blockreplace @ 2015-07-13T03:41:20Z
- PR #25326: (rallytime) Back-port #20972 to 2015.5 @ 2015-07-10T18:49:44Z
- PR #25327: (rallytime) Back-port #25290 to 2015.5 @ 2015-07-10T18:49:37Z
- PR #25328: (rallytime) Back-port #25309 to 2015.5 @ 2015-07-10T17:22:59Z
- PR #25322: (jacobhammons) version change to 2015.5.3 @ 2015-07-10T16:11:24Z
- PR #25308: (jacksontj) Make clear commands trace level logging @ 2015-07-10T14:20:06Z
- PR #25269: (jfindlay) Extract tomcat war version @ 2015-07-10T01:28:21Z
- PR #25238: (DmitryKuzmenko) Pillarenv backport 2015.5 @ 2015-07-10T01:25:07Z
- PR #25299: (twangboy) Added -NonInteractive so powershell doesn't hang waiting for input @ 2015-07-09T21:00:16Z
- PR #25301: (jacobhammons) bug fix for module function display in help @ 2015-07-09T20:46:34Z
- PR #25279: (jacobhammons) Additional docs on external and master job cache, assorted doc fixes @ 2015-07-09T16:46:26Z
- PR #25274: (jleroy) Fix for issue #25268 @ 2015-07-09T13:36:26Z
- PR #25272: (twangboy) Fixed problem with service not starting @ 2015-07-08T23:29:48Z
- PR #25225: (nmadhok) Backporting fix for issue #25223 on 2015.5 branch @ 2015-07-08T15:16:18Z
- PR #25214: (rallytime) A couple of doc fixes for the http tutorial @ 2015-07-07T22:23:07Z
- PR #25194: (rallytime) Update moto version check in boto_vpc_test and update min version @ 2015-07-07T18:27:32Z
- PR #25205: (basepi) Update releasecandidate docs @ 2015-07-07T15:25:24Z
- PR #25187: (UtahDave) Doc fixes: Fix misspelling and remove extraneous double spaces @ 2015-07-07T01:07:04Z
- PR #25182: (cachedout) Try to re-pack long floats as strs @ 2015-07-07T01:06:43Z
- PR #25185: (rallytime) Back-port #25128 to 2015.5 @ 2015-07-07T00:58:00Z
- PR #25181: (rallytime) Back-port #25102 to 2015.5 @ 2015-07-07T00:57:13Z
- PR #25179: (rallytime) Back-port #25059 to 2015.5 @ 2015-07-07T00:56:44Z
- PR #25196: (twangboy) Fixed #18919 false-positive on pkg.refresh @ 2015-07-07T00:24:13Z
- PR #25180: (rallytime) Back-port #25088 to 2015.5 @ 2015-07-06T20:33:45Z
- PR #25191: (basepi) Add extrndest back to fileclient.is_cached in 2015.5 @ 2015-07-06T19:35:24Z
- PR #25175: (rallytime) Back-port #25020 to 2015.5 @ 2015-07-06T18:53:19Z
- PR #25173:
(rallytime) Partial back-port of #25019 @
2015-07-06T18:52:59Z
- ISSUE #21879: (bechtoldt) Reference pages in documentation are outdated again | refs: #25019
- ISSUE #19262: (bechtoldt) salt.pillar.file_tree doesn't appear in the documentation | refs: #25019
- PR #25019: (bechtoldt) add missing module documentation to references | refs: #25173
- PR #24421: (bechtoldt) add missing module documentation | refs: #25019
- PR #21880: (bechtoldt) update references, fixes #21879 | refs: #25019
- PR #20039: (bechtoldt) completing some doc references | refs: #25019
- PR #25171: (rallytime) Back-port #25001 to 2015.5 @ 2015-07-06T18:51:53Z
- PR #25170: (rallytime) Back-port #24982 to 2015.5 @ 2015-07-06T16:34:43Z
- PR #25161: (aneeshusa) Allow checking for non-normalized systemd units. @ 2015-07-06T15:15:31Z
- PR #25151: (jleroy) Support for IPv6 addresses scopes in network.interfaces | refs: #25274 #25433 @ 2015-07-06T14:43:03Z
- PR #25166: (cachedout) Lint #25149 @ 2015-07-06T14:40:29Z
- PR #25149: (jacksontj) Saltnado multiprocess support | refs: #25166 @ 2015-07-06T14:38:43Z
- PR #25120: (d--j) add missing continue for exeption case @ 2015-07-02T19:38:45Z
- PR #25117: (basepi) Fix fileclient.is_cached | refs: #25191 @ 2015-07-02T19:38:26Z
- PR #25087: (0xf10e) Fix execution module for glance - now based on 2015.5! @ 2015-07-02T19:36:27Z
- PR #25129: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5 @ 2015-07-02T17:37:40Z
- PR #25114: (jfindlay) Revert "Revert "adding states/postgres_database unit test case."" @ 2015-07-02T01:01:29Z
- PR #24362: (jayeshka) adding states/postgres_user unit test case. @ 2015-07-01T21:45:31Z
- PR #24361: (jayeshka) adding states/postgres_schema unit test case. @ 2015-07-01T21:44:56Z
- PR #24331: (jayeshka) adding states/postgres_extension unit test case. @ 2015-07-01T21:43:58Z