mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

lintian found several spelling errors. Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
58 KiB
58 KiB
Salt 2014.7.6 Release Notes
- release
- 2015-05-18
Version 2014.7.6 is a bugfix release for 2014.7.0<release-2014-7-0>
.
This release is a security release. A minor issue was found, as cited below:
- CVE-2015-4017 -- Certificates are not verified when connecting to server in the Aliyun and Proxmox modules
Only users of the Aliyun or Proxmox cloud modules are at risk. The vulnerability does not exist in the latest 2015.5.0 release of Salt.
Changes:
- salt.runners.cloud.action() has changed the fun keyword argument to func. Please update any calls to this function in the cloud runner.
Extended Changelog Courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs):
- PR #23810: (rallytime) Backport #23757 to 2014.7 @ 2015-05-18T15:30:21Z
- PR #23809:
(rallytime) Fix virtualport section of virt.get_nics loop @
2015-05-18T15:30:09Z
- ISSUE #20198: (jcftang) virt.get_graphics, virt.get_nics are broken, in turn breaking other things | refs: #23809
- PR #21487: (rallytime) Backport #21469 to 2014.7 | refs: #23809
- PR #21469: (vdesjardins) fixes #20198: virt.get_graphics and virt.get_nics calls in module virt | refs: #21487
6b3352b
Merge pull request #23809 from rallytime/virt_get_nics_fix0616fb7
Fix virtualport section of virt.get_nics loop
- PR #23823: (gtmanfred) add link local for ipv6 @ 2015-05-17T12:48:25Z
- PR #23802: (gtmanfred) if it is ipv6 ip_to_int will fail @ 2015-05-16T04:06:59Z
- PR #23488:
(cellscape) LXC cloud fixes @ 2015-05-15T18:09:35Z
- ISSUE #16424: (stanvit) salt-run cloud.create fails with saltify
d9af0c3
Merge pull request #23488 from cellscape/lxc-cloud-fixes64250a6
Remove profile from opts after creating LXC containerc4047d2
Set destroy=True in opts when destroying cloud instance9e1311a
Store instance names in opts when performing cloud action934bc57
Correctly pass custom env to lxc-attach7fb85f7
Preserve test=True option in cloud states9771b5a
Fix detection of absent LXC container in cloud statefb24f0c
Report failure when failed to create/clone LXC container2d9aa2b
Avoid shadowing variables in lxc module792e102
Allow overriding profile options in lxc.cloud_init_interface42bd64b
Return changes on successful lxc.create from salt-cloud4409eab
Return correct result when creating cloud LXC container377015c
Issue #16424: List all providers when creating salt-cloud instance without profile
- PR #23748:
(basepi) [2014.7] Log salt-ssh roster render errors more
assertively and verbosely @ 2015-05-14T22:38:10Z
- ISSUE #22332: (rallytime) [salt-ssh] Add a check for host in /etc/salt/roster | refs: #23748
808bbe1
Merge pull request #23748 from basepi/salt-ssh.roster.host.checkbc53e04
Log entire exception for render errors in roster753de6a
Log render errors in roster to error levele01a7a9
Always let the real YAML error through
- PR #23731: (twangboy) Fixes #22959: Trying to add a directory to an unmapped drive in windows @ 2015-05-14T21:59:14Z
- PR #23730: (rallytime) Backport #23729 to 2014.7 @ 2015-05-14T21:58:34Z
- PR #23688: (twangboy) Added inet_pton to utils/validate/net.py for ip.set_static_ip in windows @ 2015-05-14T16:15:56Z
- PR #23680: (cachedout) Rename kwarg in cloud runner @ 2015-05-13T19:44:02Z
- PR #23674: (cachedout) Handle lists correctly in grains.list_prsesent @ 2015-05-13T18:34:58Z
- PR #23672:
(twangboy) Fix user present @ 2015-05-13T18:30:09Z
d322a19
Merge pull request #23672 from twangboy/fix_user_present731e7af
Merge branch '2014.7' of https://github.com/saltstack/salt into fix_user_presentd6f70a4
Fixed user.present to create password in windows
- PR #23670:
(rallytime) Backport #23607 to 2014.7
@ 2015-05-13T18:27:17Z
- ISSUE #23604: (Azidburn) service.dead on systemd Minion create an Error Message | refs: #23607
- PR #23607: (Azidburn) Fix for #23604. No error reporting. Exitcode !=0 are ok | refs: #23670
43f7025
Merge pull request #23670 from rallytime/`bp-23607`_ed30dc4
Fix for #23604. No error reporting. Exitcode !=0 are ok
- PR #23661:
(rallytime) Merge #23640 with
whitespace fix @ 2015-05-13T15:47:30Z
- ISSUE #22141: (Deshke) grains.get_or_set_hash render error if hash begins with "%" | refs: #23640
- PR #23640: (cachedout) Add warning to get_or_set_hash about reserved chars | refs: #23661
0f006ac
Merge pull request #23661 from rallytime/merge-236404427f42
Whitespace fixdd91154
Add warning to get_or_set_hash about reserved chars
- PR #23639: (cachedout) Handle exceptions raised by __virtual__ @ 2015-05-13T15:11:12Z
- PR #23637: (cachedout) Convert str master to list @ 2015-05-13T15:08:19Z
- PR #23595: (rallytime) Backport #23549 to 2014.7 @ 2015-05-12T21:19:40Z
- PR #23594:
(rallytime) Backport #23496 to 2014.7
@ 2015-05-12T21:19:34Z
- ISSUE #23110: (martinhoefling) Copying files from gitfs in file.recurse state fails
- PR #23496: (martinhoefling) Fix for issue #23110 | refs: #23594
1acaf86
Merge pull request #23594 from rallytime/`bp-23496`_d5ae1d2
Fix for issue #23110 This resolves issues when the freshly created directory is removed by fileserver.update.
- PR #23593: (rallytime) Backport #23442 to 2014.7 @ 2015-05-12T21:19:26Z
- PR #23606: (twangboy) Fixed checkbox for starting service and actually starting it @ 2015-05-12T21:18:50Z
- PR #23592: (rallytime) Backport #23389 to 2014.7 @ 2015-05-12T16:44:42Z
- PR #23573: (techhat) Scan all available networks for public and private IPs | refs: #23802 @ 2015-05-12T15:22:22Z
- PR #23558: (jfindlay) reorder emerge command line @ 2015-05-12T15:17:46Z
- PR #23530: (dr4Ke) salt-ssh state: fix including all salt:// references @ 2015-05-12T15:13:43Z
- PR #23433: (twangboy) Obtain all software from the registry @ 2015-05-11T22:47:52Z
- PR #23554: (jleroy) Debian: Hostname always updated @ 2015-05-11T21:57:00Z
- PR #23551: (dr4Ke) grains.append unit tests, related to #23474 @ 2015-05-11T21:54:25Z
- PR #23474:
(dr4Ke) Fix grains.append in nested dictionary grains #23411 @
2015-05-11T18:00:21Z
- ISSUE #23411: (dr4Ke) grains.append should work at any level of a grain | refs: #23440
- PR #23440: (dr4Ke) fix grains.append in nested dictionary grains #23411 | refs: #23474
e96c5c5
Merge pull request #23474 from dr4Ke/fix_grains.append_nesteda01a5bb
grains.get, parameter delimititer, versionadded: 2014.7.6b39f504
remove debugging outputb6e15e2
fix grains.append in nested dictionary grains #23411
- PR #23537: (t0rrant) Update changelog @ 2015-05-11T17:02:16Z
- PR #23538: (cro) Update date in LICENSE file @ 2015-05-11T15:19:25Z
- PR #23505: (aneeshusa) Remove unused ssh config validator. Fixes #23159. @ 2015-05-09T13:24:15Z
- PR #23467: (slinu3d) Added AWS v4 signature support @ 2015-05-08T14:36:19Z
- PR #23444: (techhat) Add create_attach_volume to nova driver @ 2015-05-07T19:51:32Z
- PR #23460: (s0undt3ch) [2014.7] Update to latest stable bootstrap script v2015.05.07 @ 2015-05-07T19:10:54Z
- PR #23439: (techhat) Add wait_for_passwd_maxtries variable @ 2015-05-07T07:28:56Z
- PR #23422: (cro) $HOME should not be used, some shells don't set it. @ 2015-05-06T21:02:36Z
- PR #23425: (basepi) [2014.7] Fix typo in FunctionWrapper @ 2015-05-06T20:38:03Z
- PR #23385: (rallytime) Backport #23346 to 2014.7 @ 2015-05-06T20:12:29Z
- PR #23414: (jfindlay) 2015.2 -> 2015.5 @ 2015-05-06T20:04:02Z
- PR #23404: (hvnsweeting) saltapi cherrypy: initialize var when POST body is empty @ 2015-05-06T17:35:56Z
- PR #23409: (terminalmage) Update Lithium docstrings in 2014.7 branch @ 2015-05-06T16:20:46Z
- PR #23397: (jfindlay) add more flexible whitespace to locale_gen search @ 2015-05-06T03:44:11Z
- PR #23368:
(kaithar) Backport #23367 to 2014.7
@ 2015-05-05T21:42:26Z
- PR #23367: (kaithar) Put the sed insert statement back in to the output. | refs: #23368
- PR #18368: (basepi) Merge forward from 2014.7 to develop | refs: #23367 #23368
0c76dd4
Merge pull request #23368 from kaithar/`bp-23367`_577f419
Pylint fix8d9acd1
Put the sed insert statement back in to the output.
- PR #23350: (lorengordon) Append/prepend: search for full line @ 2015-05-05T21:42:11Z
- PR #23341: (cachedout) Fix syndic pid and logfile path @ 2015-05-05T21:29:10Z
- PR #23272:
(basepi) [2014.7] Allow salt-ssh minion config overrides via
master config and roster | refs: #23347 @ **
- ISSUE #19114: (pykler) salt-ssh and gpg pillar renderer | refs: #23188 #23272 #23347
- PR #23188: (basepi) [2014.7] Work around bug in salt-ssh in config.get for gpg renderer | refs: #23272
ea61abf
Merge pull request #23272 from basepi/salt-ssh.minion.config.19114c223309
Add versionaddedbe7407f
Lintc2c3375
Missing comma8e3e8e0
Pass the minion_opts through the FunctionWrappercb69cd0
Match the master config template in the master config reference87fc316
Add Salt-SSH section to master config template91dd9dc
Add ssh_minion_opts to master config refc273ea1
Add minion config to salt-ssh doca0b6b76
Add minion_opts to roster docs5212c35
Accept minion_opts from the target informatione2099b6
Process ssh_minion_opts from master config3b64214
Revert "Work around bug in salt-ssh in config.get for gpg renderer"494953a
Remove the strip (embracing multi-line YAML dump)fe87f0f
Dump multi-line yaml into the SHIMb751a72
Inject local minion config into shim if available
- PR #23347:
(basepi) [2014.7] Salt-SSH Backport
FunctionWrapper.__contains__ @ 2015-05-05T14:13:21Z
- ISSUE #19114: (pykler) salt-ssh and gpg pillar renderer | refs: #23188 #23272 #23347
- PR #23272: (basepi) [2014.7] Allow salt-ssh minion config overrides via master config and roster | refs: #23347
- PR #23188: (basepi) [2014.7] Work around bug in salt-ssh in config.get for gpg renderer | refs: #23272
4f760dd
Merge pull request #23347 from basepi/salt-ssh.functionwrapper.contains.1911430595e3
Backport FunctionWrapper.__contains__
- PR #23344: (cachedout) Explicitly set file_client on master @ 2015-05-04T23:21:48Z
- PR #23318: (cellscape) Honor seed argument in LXC container initializaton @ 2015-05-04T20:58:12Z
- PR #23307: (jfindlay) check for /etc/locale.gen @ 2015-05-04T20:56:32Z
- PR #23324:
(s0undt3ch) [2014.7] Update to the latest stable release of the
bootstrap script v2015.05.04 @ 2015-05-04T16:28:30Z
- ISSUE #580: (thatch45) recursive watch not being caught | refs: #23324
- ISSUE #552: (jhutchins) Support require and watch under the same state dec | refs: #23324
- PR #589: (epoelke) add --quiet and --outfile options to saltkey | refs: #23324
- PR #567: (bastichelaar) Added upstart module | refs: #23324
- PR #560: (UtahDave) The runas feature that was added in 93423aa2e5e4b7de6452090b0039560d2b13... | refs: #23324
- PR #504: (SEJeff) File state goodies | refs: #23324
f790f42
Merge pull request #23324 from s0undt3ch/hotfix/bootstrap-script-2014.76643e47
Update to the latest stable release of the bootstrap script v2015.05.04
- PR #23329: (cro) Require requests to verify cert when talking to aliyun and proxmox cloud providers @ 2015-05-04T16:18:17Z
- PR #23311: (cellscape) Fix new container initialization in LXC runner | refs: #23318 @ 2015-05-04T09:55:29Z
- PR #23298: (chris-prince) Fixed issue #18880 in 2014.7 branch @ 2015-05-03T15:49:41Z
- PR #23292: (rallytime) Merge #23151 with pylint fixes @ 2015-05-02T03:54:12Z
- PR #23274: (basepi) [2014.7] Reduce salt-ssh debug log verbosity @ 2015-05-01T20:19:23Z
- PR #23261: (rallytime) Fix tornado websocket event handler registration @ 2015-05-01T18:20:31Z
- PR #23258: (teizz) TCP keepalives on the ret side, Revisited. @ 2015-05-01T16:13:49Z
- PR #23241: (techhat) Move iptables log options after the jump @ 2015-05-01T01:31:59Z
- PR #23228: (rallytime) Backport #23171 to 2014.7 @ 2015-04-30T21:09:45Z
- PR #23227:
(rallytime) Backport #22808 to 2014.7
@ 2015-04-30T21:09:14Z
- ISSUE #22703: (Xiol) salt-ssh does not work with list matcher | refs: #22808
- PR #22808: (basepi) [2015.2] Add list targeting to salt-ssh flat roster | refs: #23227
721cc28
Merge pull request #23227 from rallytime/`bp-22808`_d208a00
Dict, not lista3f529e
It's already been converted to a listdd57f2d
Add list targeting to salt-ssh flat roster
- PR #22823: (hvnsweeting) 22822 file directory clean @ 2015-04-30T15:25:51Z
- PR #22977:
(bersace) Fix fileserver backends __opts__ overwritten by pillar @ 2015-04-30T15:24:56Z
- ISSUE #22941: (bersace) _pillar func breaks fileserver globals | refs: #22977 #22942
- PR #22942: (bersace) Fix fileserver backends global overwritten by pillar | refs: #22977
f6c0728
Merge pull request #22977 from bersace/fix-fileserver-backends-pillar-side-effect5f451f6
Fix fileserver backends __opts__ overwritten by pillar
- PR #23180:
(jfindlay) fix typos from
36841bdd
in masterapi.py @ 2015-04-30T15:22:41Z - PR #23176: (jfindlay) copy standard cmd.run* kwargs into cmd.run_chroot @ 2015-04-30T15:22:12Z
- PR #23193: (joejulian) supervisord.mod_watch should accept sfun @ 2015-04-30T04:34:21Z
- PR #23188: (basepi) [2014.7] Work around bug in salt-ssh in config.get for gpg renderer | refs: #23272 @ 2015-04-30T04:34:10Z
- PR #23154: (cachedout) Re-establish channel on interruption in fileclient @ 2015-04-29T16:18:59Z
- PR #23146:
(rallytime) Backport #20779 to 2014.7
@ 2015-04-28T20:45:06Z
- ISSUE #20647: (ryan-lane) file.serialize fails to serialize due to ordered dicts | refs: #20779
- PR #20779: (cachedout) Use declared yaml options | refs: #23146
3b53e04
Merge pull request #23146 from rallytime/`bp-20779`_ffd1849
compare OrderedDicts in serializer unit testa221706
Just change serializea111798
Use declared yaml options
- PR #23145: (rallytime) Backport #23089 to 2014.7 @ 2015-04-28T20:44:56Z
- PR #23144:
(rallytime) Backport #23124 to 2014.7
@ 2015-04-28T20:44:46Z
- ISSUE #16188: (drawks) salt.modules.parted has various functions with bogus input validation. | refs: #23124
- PR #23124: (ether42) fix parsing the output of parted in parted.list() | refs: #23144
c85d36f
Merge pull request #23144 from rallytime/`bp-23124`_-2014-76b64da7
fix parsing the output of parted
- PR #23120: (terminalmage) Don't run os.path.relpath() if repo doesn't have a "root" param set @ 2015-04-28T15:46:54Z
- PR #23132:
(clinta) Backport
b27c176
@ 2015-04-28T15:00:30Z - PR #23114:
(rallytime) Adjust ZeroMQ 4 docs to reflect changes to Ubuntu
12 packages @ 2015-04-28T03:59:24Z
- ISSUE #18476: (Auha) Upgrading salt on my master caused dependency issues | refs: #23114 #18610
- PR #18610: (rallytime) Make ZMQ 4 installation docs for ubuntu more clear | refs: #23114
b0f4b28
Merge pull request #23114 from rallytime/remove_ubuntu_zmq4_docsf6cc7c8
Adjust ZeroMQ 4 docs to reflect changes to Ubuntu 12 packages
- PR #23108: (rallytime) Backport #23097 to 2014.7 @ 2015-04-28T03:58:05Z
- PR #23112:
(basepi) [2014.7] Backport #22199 to fix
mysql returner save_load errors @ 2015-04-28T03:55:44Z
- ISSUE #22171: (basepi) We should only call returner.save_load once per jid | refs: #22199
- PR #22199: (basepi) [2015.2] Put a bandaid on the save_load duplicate issue (mysql returner) | refs: #23112
5541537
Merge pull request #23112 from basepi/mysql_returner_save_load0127012
Put a bandaid on the save_load duplicate issue
- PR #23113: (rallytime) Revert "Backport #22895 to 2014.7" @ 2015-04-28T03:27:29Z
- PR #23094: (terminalmage) pygit2: disable cleaning of stale refs for authenticated remotes @ 2015-04-27T20:51:28Z
- PR #23048: (jfindlay) py-2.6 compat for utils/boto.py ElementTree exception @ 2015-04-25T16:56:45Z
- PR #23025: (jfindlay) catch exceptions on bad system locales/encodings @ 2015-04-25T16:56:30Z
- PR #22932: (hvnsweeting) bugfix: also manipulate dir_mode when source not defined @ 2015-04-25T16:54:58Z
- PR #23055: (jfindlay) prevent ps module errors on accessing dead procs @ 2015-04-24T22:39:49Z
- PR #23031: (jfindlay) convert exception e.message to just e @ 2015-04-24T18:38:13Z
- PR #23015: (hvnsweeting) if status of service is stop, there is not an error with it @ 2015-04-24T14:35:10Z
- PR #23000: (jfindlay) set systemd service killMode to process for minion @ 2015-04-24T03:42:39Z
- PR #22999: (jtand) Added retry_dns to minion doc. @ 2015-04-24T03:30:24Z
- PR #22990: (techhat) Use the proper cloud conf variable @ 2015-04-23T17:48:07Z
- PR #22976: (multani) Improve state_output documentation @ 2015-04-23T12:24:22Z
- PR #22955: (terminalmage) Fix regression introduced yesterday in dockerio module @ 2015-04-22T18:56:39Z
- PR #22954: (rallytime) Backport #22909 to 2014.7 @ 2015-04-22T18:56:20Z
- PR #22856: (jfindlay) increase timeout and decrease tries for route53 records @ 2015-04-22T16:47:01Z
- PR #22946: (s0undt3ch) Test with a more recent pip version to avoid a traceback @ 2015-04-22T16:25:17Z
- PR #22945:
(garethgreenaway) Fixes to scheduler @
2015-04-22T16:25:00Z
- ISSUE #22571: (BoomerB) same error message as on issue #18504 | refs: #22945
de339be
Merge pull request #22945 from garethgreenaway/22571_2014_7_schedule_pillar_refresh_seconds_exceptionsbfa6d25
Fixing a reported issue when using a scheduled job from pillar with splay. seconds element that acted as a backup of the actual seconds was being removed when pillar was refreshed and causing exceptions. This fix moves some splay related code out of the if else condition so it's checked whether the job is in the job queue or not.
- PR #22887:
(hvnsweeting) fix #18843 @
2015-04-22T15:47:05Z
- ISSUE #18843: (calvinhp) State user.present will fail to create home if user exists and homedir doesn't
12d2b91
Merge pull request #22887 from hvnsweeting/18843-fix-user-present-home7fe7b08
run user.chhome once to avoid any side-effect when run it twice19de995
clarify the usage of home argd6dc09a
enhance doc, as usermod on ubuntu 12.04 will not CREATE home0ce4d7f
refactor: force to use boolean849d19e
log debug the creating dir processc4e95b9
fix #18843: usermod won't create a dir if old home does not exist
- PR #22930:
(jfindlay) localemod.gen_locale now always returns a boolean @
2015-04-22T15:37:39Z
- ISSUE #21140: (holms) locale.present state executed successfully, although originally fails | refs: #22930 #22829
- ISSUE #2417: (ffa) Module standards | refs: #22829
- PR #22829: (F30) Always return a boolean in gen_locale() | refs: #22930
b7de7bd
Merge pull request #22930 from jfindlay/localegen_bool399399f
localemod.gen_locale now always returns a boolean
- PR #22933: (hvnsweeting) add test for #18843 @ 2015-04-22T15:27:18Z
- PR #22925:
(rallytime) Backport #22895 to 2014.7
| refs: #23113 @
2015-04-22T02:30:26Z
- PR #22895: (aletourneau) pam_tally counter was not reset to 0 after a successful login | refs: #22925
6890752
Merge pull request #22925 from rallytime/`bp-22895`_3852d96
Pylint fix90f7829
Fixed pylint issues5ebf159
Cleaned up pull requesta08ac47
pam_tally counter was not reset to 0 after a successful login
- PR #22914: (cachedout) Call proper returner function in jobs.list_jobs @ 2015-04-22T00:49:01Z
- PR #22918: (JaseFace) Add a note to the git_pillar docs stating that GitPython is the only currently supported provider @ 2015-04-22T00:48:26Z
- PR #22907: (techhat) Properly merge cloud configs to create profiles @ 2015-04-21T22:02:44Z
- PR #22894: (0xf10e) Fix issue #22782 @ 2015-04-21T18:55:18Z
- PR #22902: (rallytime) Change state example to use proper kwarg @ 2015-04-21T18:50:47Z
- PR #22898: (terminalmage) dockerio: better error message for native exec driver @ 2015-04-21T18:02:58Z
- PR #22897: (rallytime) Add param documentation for file.replace state @ 2015-04-21T17:31:04Z
- PR #22850: (bersace) Fix pillar and salt fileserver mixed @ 2015-04-21T17:04:33Z
- PR #22818: (twangboy) Added documentation regarding pip in windows @ 2015-04-21T03:58:59Z
- PR #22872: (rallytime) Prevent stacktrace on os.path.exists in hosts module @ 2015-04-21T02:54:40Z
- PR #22853: (s0undt3ch) Don't assume package installation order. @ 2015-04-21T02:42:41Z
- PR #22877: (s0undt3ch) Don't fail on make clean just because the directory does not exist @ 2015-04-21T02:40:47Z
- PR #22873: (thatch45) Type check the version since it will often be numeric @ 2015-04-21T02:38:11Z
- PR #22870: (twangboy) Added ability to send a version with a space in it @ 2015-04-20T23:18:28Z
- PR #22863: (rallytime) Backport #20974 to 2014.7 @ 2015-04-20T19:29:37Z
- PR #22578: (hvnsweeting) gracefully handle when salt-minion cannot decrypt key @ 2015-04-20T15:24:45Z
- PR #22800:
(terminalmage) Improve error logging for pygit2 SSH-based
remotes @ 2015-04-18T17:18:55Z
- ISSUE #21979: (yrdevops) gitfs: error message not descriptive enough when libgit2 was compiled without libssh2 | refs: #22800
900c7a5
Merge pull request #22800 from terminalmage/issue219798f1c008
Clarify that for pygit2, receiving 0 objects means repo is up-to-date98885f7
Add information about libssh2 requirement for pygit2 ssh auth09468d2
Fix incorrect log message2093bf8
Adjust loglevels for gitfs errors9d394df
Improve error logging for pygit2 SSH-based remotes
- PR #22813: (twangboy) Updated instructions for building salt @ 2015-04-18T04:10:07Z
- PR #22810:
(basepi) [2014.7] More msgpack gating for salt-ssh @
2015-04-17T22:28:24Z
- ISSUE #22708: (Bilge) salt-ssh file.accumulated error: NameError: global name 'msgpack' is not defined | refs: #22810
fe1de89
Merge pull request #22810 from basepi/salt-ssh.more.msgpack.gatingd4da8e6
Gate msgpack in salt/modules/saltutil.py02303b2
Gate msgpack in salt/modules/data.pyd7e8741
Gate salt.states.file.py msgpack
- PR #22803: (rallytime) Allow map file to work with softlayer @ 2015-04-17T20:34:42Z
- PR #22807: (rallytime) Add 2014.7.5 links to windows installation docs @ 2015-04-17T20:32:13Z
- PR #22795: (rallytime) Added release note for 2014.7.5 release @ 2015-04-17T18:05:36Z
- PR #22759:
(twangboy) Final edits to the batch files for running salt @
2015-04-17T04:31:15Z
- ISSUE #22740: (lorengordon) New Windows installer assumes salt is installed to the current directory | refs: #22759
- PR #22754: (twangboy) Removed redundant \ and " | refs: #22759
3c91459
Merge pull request #22759 from twangboy/fix_bat_one_last_time075f82e
Final edits to the batch files for running salt
- PR #22760: (thatch45) Fix issues with the syndic @ 2015-04-17T04:30:48Z
- PR #22762: (twangboy) Fixed version not showing in Add/Remove Programs @ 2015-04-17T04:29:46Z