Salt 2015.5.2 Release Notes
Version 2015.5.2 is a bugfix release for 2015.5.0.
Statistics
- Total Merges: 112
- Total Issue References: 36
- Total PR References: 145
- Contributors: 49 (Sacro, The-Loeki, YanChii, aboe76, anlutro, awdrius, basepi, cdarwin, cedwards, clan, corywright, cro, djcrabhat, dmyerscough, dr4Ke, fayetted, galet, garethgreenaway, ghost, hazelesque, hvnsweeting, jacksontj, jacobhammons, jayeshka, jbq, jfindlay, joejulian, justinta, kartiksubbarao, kiorky, merll, msteed, neogenix, nicholascapo, nleib, pengyao, pruiz, rallytime, randybias, ryan-lane, steverweber, swdream, techhat, terminalmage, thcipriani, thusoy, trevor-h, twangboy, whiteinge)
Changelog for v2015.5.1..v2015.5.2
Generated at: 2018-05-27 21:13:02 UTC
- PR #24372: (rallytime) Add 2015.5.2 release notes
@ 2015-06-03 19:30:46 UTC
- d71d75e2ec Merge pull request #24372 from rallytime/release_notes
- f5ec1a1693 Add 2015.5.2 release notes
- PR #24346: (rallytime) Backport #24271 to 2015.5
@ 2015-06-03 18:44:31 UTC
- PR #24271: (randybias) Fixed the setup instructions (refs: #24346)
- 76927c9ea1 Merge pull request #24346 from rallytime/bp-24271
- 04067b6833 Fixed the setup instructions
- ISSUE #24012: (jbq) Enabling a service does not create the appropriate rc.d symlinks on Ubuntu (refs: #24013)
- PR #24345: (rallytime) Backport #24013 to 2015.5
@ 2015-06-03 18:39:41 UTC
- PR #24013: (jbq) Fix enabling a service on Ubuntu #24012 (refs: #24345)
- 4afa03d8e3 Merge pull request #24345 from rallytime/bp-24013
- 16e0732b50 Fix enabling a service on Ubuntu #24012
- PR #24365: (jacobhammons) Fixes for PDF build errors
@ 2015-06-03 17:50:02 UTC
- c3392c246a Merge pull request #24365 from jacobhammons/DocFixes
- 0fc190267f Fixes for PDF build errors
- ISSUE #22991: (nicholascapo) npm.installed ignores test=True (refs: #24313)
- PR #24313: (nicholascapo) Fix #22991 Correctly set result when test=True
@ 2015-06-03 14:49:18 UTC
- ae681a4db1 Merge pull request #24313 from nicholascapo/fix-22991-npm.installed-test-true
- ac9644cb19 Fix #22991 npm.installed correctly set result on test=True
- ISSUE #18966: (bechtoldt) file.serialize ignores test=True (refs: #24312)
- PR #24312: (nicholascapo) Fix #18966: file.serialize supports test=True
@ 2015-06-03 14:49:06 UTC
- d57a9a267c Merge pull request #24312 from nicholascapo/fix-18966-file.serialize-test-true
- e7328e7043 Fix #18966 file.serialize correctly set result on test=True
- PR #24302: (jfindlay) fix pkg hold/unhold integration test
@ 2015-06-03 03:27:43 UTC
- 6b694e3495 Merge pull request #24302 from jfindlay/pkg_tests
- c2db0b1758 fix pkg hold/unhold integration test
- ISSUE #14021: (emostar) EC2 doc mentions mount_point, but unable to use properly (refs: #24349)
- PR #24349: (rallytime) Remove references to mount_points in ec2 docs
@ 2015-06-03 01:54:09 UTC
- aca8447ced Merge pull request #24349 from rallytime/fix-14021
- a235b114d7 Remove references to mount_points in ec2 docs
- PR #24328: (dr4Ke) Fix state grains silently fails 2015.5
@ 2015-06-02 15:18:46 UTC
- 88a997e6ee Merge pull request #24328 from dr4Ke/fix_state_grains_silently_fails_2015.5
- 8a63d1ebbe fix state grains silently fails #24319
- ca1af20203 grains state: add some tests
- ISSUE #9772: (s0undt3ch) Delete VM’s in a map does not delete them all (refs: #24310)
- ISSUE #24036: (arthurlogilab) [salt-cloud] Protect against passing command line arguments as names for the –destroy command in map files (refs: #24310)
- PR #24310: (techhat) Add warning about destroying maps
@ 2015-06-02 03:01:28 UTC
- 7dcd9bb5de Merge pull request #24310 from techhat/mapwarning
- ca535a6ff4 Add warning about destroying maps
- PR #24281: (steverweber) Ipmi docfix
@ 2015-06-01 17:45:36 UTC
- 02bfb254d6 Merge pull request #24281 from steverweber/ipmi_docfix
- dd36f2c555 yaml formating
- f6deef3047 include api_kg kwarg in ipmi state
- a7d4e97bb9 doc cleanup
- 0ded2fdbef save more cleanup to doc
- 08872f2da3 fix name api_key to api_kg
- 165a387681 doc fix add api_kg kwargs
- 1ec78887e4 cleanup docs
- PR #24287: (jfindlay) fix pkg test on ubuntu 12.04 for realz
@ 2015-06-01 14:16:37 UTC
- 73cd2cbe1f Merge pull request #24287 from jfindlay/pkg_test
- 98944d8c7f fix pkg test on ubuntu 12.04 for realz
- PR #24279: (rallytime) Backport #24263 to 2015.5
@ 2015-06-01 04:29:34 UTC
- PR #24263: (cdarwin) Correct usage of import_yaml in formula documentation (refs: #24279)
- 02017a074c Merge pull request #24279 from rallytime/bp-24263
- beff7c7785 Correct usage of import_yaml in formula documentation
- ISSUE #24226: (c4urself) iptables state needs to keep ordering of flags (refs: #24277)
- PR #24277: (rallytime) Put a space between after_jump commands
@ 2015-06-01 04:28:26 UTC
- 2ba696d54a Merge pull request #24277 from rallytime/fix_iptables_jump
- e2d1606b19 Move after_jump split out of loop
- d14f1307b6 Remove extra loop
- 42ed5320b6 Put a space between after_jump commands
- PR #24262: (basepi) More dictupdate after #24142
@ 2015-05-31 04:09:37 UTC
- PR #24142: (basepi) Optimize dictupdate.update and add #24097 functionality (refs: #24262)
- PR #24097: (kiorky) Optimize dictupdate (refs: #24142)
- 113eba34ec Merge pull request #24262 from basepi/dictupdatefix
- 0c4832c0d4 Raise a typeerror if non-dict types
- be21aaa122 Pylint
- bb8a6c6cc9 More optimization
- c933249d1a py3 compat
- ff6b2a781f Further optimize dictupdate.update()
- c73f5ba37c Remove unused valtype
- PR #24269: (kiorky) zfs: Fix spurious retcode hijacking in virtual
@ 2015-05-30 17:47:49 UTC
- 785d5a1bfc Merge pull request #24269 from makinacorpus/zfs
- 0bf23ce701 zfs: Fix spurious retcode hijacking in virtual
- PR #24257: (jfindlay) fix pkg mod integration test on ubuntu 12.04
@ 2015-05-29 23:09:00 UTC
- 3d885c04f0 Merge pull request #24257 from jfindlay/pkg_tests
- 9508924c02 fix pkg mod integration test on ubuntu 12.04
- ISSUE #23883: (kaithar) max_event_size seems broken (refs: #24001, #24065)
- ISSUE #23657: (arthurlogilab) [salt-cloud lxc] NameError: global name ‘__salt__’ is not defined (refs: #23982, #24080)
- PR #24260: (basepi) Fix some typos from #24080
@ 2015-05-29 22:54:58 UTC
- ISSUE #23883: (kaithar) max_event_size seems broken (refs: #24001, #24065)
- ISSUE #23657: (arthurlogilab) [salt-cloud lxc] NameError: global name ‘__salt__’ is not defined (refs: #23982, #24080)
- PR #24080: (kiorky) Lxc consistency2 (refs: #24066, #24260, #23982)
@ 2015-05-29 22:51:54 UTC
- PR #24066: (kiorky) Merge forward 2015.5 -> develop (refs: #23982)
- PR #24065: (kiorky) continue to fix #23883 (refs: #24066, #24080)
- PR #23982: (kiorky) lxc: path support (refs: #24080)
- 75590cf490 Merge pull request #24080 from makinacorpus/lxc_consistency2
- 81f80674a2 lxc: fix old lxc test
- 458f50617b seed: lint
- 96b8d55f14 Fix seed.mkconfig yamldump
- 76ddb683f4 lxc/applynet: conservative
- ce7096fdb7 variable collision
- 8a8b28d652 lxc: lint
- 458b18b7e6 more lxc docs
- ef1f95231a lxc docs: typos
- d67a43dc1f more lxc docs
- 608da5ef5d modules/lxc: merge resolution
- 27c4689a24 modules/lxc: more consistent comparsion
- 07c365a23b lxc: merge conflict spotted
- 999391551c modules/lxc: rework settings for consistency
- ce11d8352e lxc: Global doc refresh
- 61ed2f5e76 clouds/lxc: profile key is conflicting
- ISSUE #24210: (damonnk) salt-cloud vsphere.py should allow key_filename param (refs: #24220)
- PR #24247: (rallytime) Backport #24220 to 2015.5
@ 2015-05-29 21:40:01 UTC
- PR #24220: (djcrabhat) adding key_filename param to vsphere provider (refs: #24247)
- da14f3b976 Merge pull request #24247 from rallytime/bp-24220
- 0b1041dd72 adding key_filename param to vsphere provider
- PR #24254: (rallytime) Add deprecation warning to Digital Ocean v1 Driver
@ 2015-05-29 21:39:25 UTC
- PR #22731: (dmyerscough) Decommission DigitalOcean APIv1 and have users use the new DigitalOcean APIv2 (refs: #24254)
- 21d6126c34 Merge pull request #24254 from rallytime/add_deprecation_warning_digitalocean
- cafe37bdf8 Add note to docs about deprecation
- ea0f1e0921 Add deprecation warning to digital ocean driver to move to digital_ocean_v2
- PR #24252: (aboe76) Updated suse spec to 2015.5.1
@ 2015-05-29 21:38:45 UTC
- dac055dd8b Merge pull request #24252 from aboe76/opensuse_package
- 0ad617df21 Updated suse spec to 2015.5.1
- PR #24251: (garethgreenaway) Returners broken in 2015.5
@ 2015-05-29 21:37:52 UTC
- 49e7fe8a5e Merge pull request #24251 from garethgreenaway/2015_5_returner_brokenness
- 5df6b52568 The code calling cfg as a function vs treating it as a dictionary and using get is currently backwards causing returners to fail when used from the CLI and in scheduled jobs.
- ISSUE #21498: (rallytime) Clarify Digital Ocean Documentation (refs: #24255)
- PR #24255: (rallytime) Clarify digital ocean documentation and mention v1 driver deprecation
@ 2015-05-29 21:37:07 UTC
- bfb946123e Merge pull request #24255 from rallytime/clarify_digital_ocean_driver_docs
- 8d51f75aa5 Clarify digital ocean documentation and mention v1 driver deprecation
- PR #24232: (rallytime) Backport #23308 to 2015.5
@ 2015-05-29 21:36:46 UTC
- PR #23308: (thusoy) Don’t merge: Add missing jump arguments to iptables module (refs: #24232)
- 41f5756f36 Merge pull request #24232 from rallytime/bp-23308
- 2733f66449 Import string
- 9097cca099 Add missing jump arguments to iptables module
- PR #24245: (Sacro) Unset PYTHONHOME when starting the service
@ 2015-05-29 20:00:31 UTC
- a95982c722 Merge pull request #24245 from Sacro/patch-2
- 6632d06e94 Unset PYTHONHOME when starting the service
- PR #24121: (hvnsweeting) deprecate setting user permission in rabbitmq_vhost.present
@ 2015-05-29 15:55:40 UTC
- 1504c76d3a Merge pull request #24121 from hvnsweeting/rabbitmq-host-deprecate-set-permission
- 2223158e76 deprecate setting user permission in rabbitmq_host.present
- PR #24179: (merll) Changing user and group only possible for existing ids.
@ 2015-05-29 15:52:43 UTC
- PR #24169: (merll) Changing user and group only possible for existing ids. (refs: #24179)
- ba02f6509e Merge pull request #24179 from Precis/fix-file-uid-gid-2015.0
- ee4c9d59ab Use ids if user or group is not present.
- ISSUE #24147: (paclat) Syndication issues when using authentication on master of masters. (refs: #24229)
- PR #24229: (msteed) Fix auth failure on syndic with external_auth
@ 2015-05-29 15:04:06 UTC
- 9bfb066c2c Merge pull request #24229 from msteed/issue-24147
- 482d1cfc64 Fix auth failure on syndic with external_auth
- PR #24234: (jayeshka) adding states/quota unit test case.
@ 2015-05-29 14:14:27 UTC
- 19fa43c290 Merge pull request #24234 from jayeshka/quota-states-unit-test
- c23356500b adding states/quota unit test case.
- PR #24217: (jfindlay) disable intermittently failing tests
@ 2015-05-29 03:08:39 UTC
- PR #23623: (jfindlay) Fix /jobs endpoint’s return (refs: #24217)
- PR #22857: (jacksontj) Fix /jobs endpoint’s return (refs: #23623)
- e15142c629 Merge pull request #24217 from jfindlay/disable_bad_tests
- 6b6280442c disable intermittently failing tests
- PR #24199: (ryan-lane) Various fixes for boto_route53 and boto_elb
@ 2015-05-29 03:02:41 UTC
- ce8e43b774 Merge pull request #24199 from lyft/route53-fix-elb
- d8dc9a7b5b Better unit tests for boto_elb state
- 62f214b535 Remove cnames_present test
- 7b9ae82951 Lint fix
- b74b0d1413 Various fixes for boto_route53 and boto_elb
- PR #24142: (basepi) Optimize dictupdate.update and add #24097 functionality (refs: #24262)
@ 2015-05-29 03:00:56 UTC
- PR #24097: (kiorky) Optimize dictupdate (refs: #24142)
- a43465d235 Merge pull request #24142 from basepi/dictupdate24097
- 5c6e210c8b Deepcopy on merge_recurse
- a13c84ade8 Fix None check from #21968
- 9ef2c64098 Add docstring
- 8579429314 Add in recursive_update from #24097
- 8599143200 if key not in dest, don’t recurse
- d8a84b3017 Rename klass to valtype
- PR #24208: (jayeshka) adding states/ports unit test case.
@ 2015-05-28 23:06:33 UTC
- 526698ba8d Merge pull request #24208 from jayeshka/ports-states-unit-test
- 657b709932 adding states/ports unit test case.
- ISSUE #20635: (dennisjac) 2015.2.0rc1: zfs errors in log after update (refs: #24219)
- PR #24219: (jfindlay) find zfs without modinfo
@ 2015-05-28 21:07:26 UTC
- d00945fd40 Merge pull request #24219 from jfindlay/zfs_check
- 15d401907c use the salt loader in the zfs mod
- 5599b67a46 try to search for zfs if modinfo is unavailable
- PR #24190: (msteed) Fix issue 23815
@ 2015-05-28 20:10:34 UTC
- 3dc4b85295 Merge pull request #24190 from msteed/issue-23815
- 086a1a94e8 lint
- 65de62f852 fix #23815
- d04e9162de spelling
- db9f6820b8 add inotify beacon unit tests
- PR #24211: (rallytime) Backport #24205 to 2015.5
@ 2015-05-28 18:28:15 UTC
- PR #24205: (hazelesque) Docstring fix in salt.modules.yumpkg.hold (refs: #24211)
- 436634b508 Merge pull request #24211 from rallytime/bp-24205
- 23284b5d47 Docstring fix in salt.modules.yumpkg.hold
- PR #24212: (terminalmage) Clarify error in rendering template for top file
@ 2015-05-28 18:26:20 UTC
- cc58624c7e Merge pull request #24212 from terminalmage/clarify-error-msg
- ca807fb032 Clarify error in rendering template for top file
- ISSUE #23904: (mbrgm) Network config bonding section cannot be parsed when attribute names use dashes (refs: #23917)
- ISSUE #23900: (hashi825) salt ubuntu network building issue 2015.5.0 (refs: #23922)
- PR #24213: (The-Loeki) ShouldFix _- troubles in debian_ip
@ 2015-05-28 18:24:39 UTC
- PR #24214: (basepi) 2015.5.1release
@ 2015-05-28 16:23:57 UTC
- 071751d13f Merge pull request #24214 from basepi/2015.5.1release
- e5ba31b5b5 2015.5.1 release date
- 768494c819 Update latest release in docs
- PR #24202: (rallytime) Backport #24186 to 2015.5
@ 2015-05-28 05:16:48 UTC
- PR #24186: (thcipriani) Update salt vagrant provisioner info (refs: #24202)
- c2f1fdb244 Merge pull request #24202 from rallytime/bp-24186
- db793dd0de Update salt vagrant provisioner info
- PR #24192: (rallytime) Backport #20474 to 2015.5
@ 2015-05-28 05:16:18 UTC
- PR #20474: (djcrabhat) add sudo, sudo_password params to vsphere deploy to allow for non-root deploys (refs: #24192)
- 8a085a2592 Merge pull request #24192 from rallytime/bp-20474
- fd3c783f3e add sudo, sudo_password params to deploy to allow for non-root deploys
- PR #24184: (rallytime) Backport #24129 to 2015.5
@ 2015-05-28 05:15:08 UTC
- PR #24129: (pengyao) Wheel client doc (refs: #24184)
- 7cc535bf4a Merge pull request #24184 from rallytime/bp-24129
- 722a662479 fixed a typo
- 565eb46ff5 Add cmd doc for WheelClient
- PR #24183: (rallytime) Backport #19320 to 2015.5
@ 2015-05-28 05:14:36 UTC
- PR #19320: (clan) add ‘state_output_profile’ option for profile output (refs: #24183)
- eb0af70e5b Merge pull request #24183 from rallytime/bp-19320
- 55db1bf8b5 sate_output_profile default to True
- 991922703b fix type: statei -> state
- 0549ca6266 add ‘state_output_profile’ option for profile output
- PR #24201: (whiteinge) Add list of client libraries for the rest_cherrypy module to the top-level documentation
@ 2015-05-28 02:12:09 UTC
- 1b5bf23187 Merge pull request #24201 from whiteinge/rest_cherrypy-client-libs
- 5f718027ca Add list of client libraries for the rest_cherrypy module
- 28fc77f6f6 Fix rest_cherrypy config example indentation
- PR #24195: (rallytime) Merge #24185 with a couple of fixes
@ 2015-05-27 22:18:37 UTC
- PR #24185: (jacobhammons) Fixes for doc build errors (refs: #24195)
- 3307ec20d9 Merge pull request #24195 from rallytime/merge-24185
- d8daa9dcd7 Merge #24185 with a couple of fixes
- 634d56bca0 Fixed pylon error
- 0689815d0e Fixes for doc build errors
- PR #24166: (jayeshka) adding states/pkgng unit test case.
@ 2015-05-27 20:27:49 UTC
- 7e400bc3d7 Merge pull request #24166 from jayeshka/pkgng-states-unit-test
- 2234bb0b70 adding states/pkgng unit test case.
- PR #24189: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5
@ 2015-05-27 20:26:31 UTC
- 9fcda79cd4 Merge pull request #24189 from basepi/merge-forward-2015.5
- 8839e9c22e Merge remote-tracking branch ‘upstream/2014.7’ into merge-forward-2015.5
- 9d7331c87d Merge pull request #24178 from rallytime/bp-24118
- e2217a09e8 removed deprecated pymongo usage as no longer functional with pymongo > 3.x
- 4e8c5031b0 Merge pull request #24159 from rallytime/keystone_doc_examples
- dadac8d076 Fill out modules/keystone.py CLI Examples
- fc10ee8ed5 Merge pull request #24158 from rallytime/fix_doc_error
- 49a517e2ca Fix test_valid_docs test for tls module
- PR #24181: (justinta) Fixed error where file was evaluated as a symlink in test_absent
@ 2015-05-27 18:26:28 UTC
- 2303dec0e9 Merge pull request #24181 from jtand/file_test
- 5f0e601589 Fixed error where file was evaluated as a symlink in test_absent
- PR #24180: (terminalmage) Skip libvirt tests if not running as root
@ 2015-05-27 18:18:47 UTC
- a16276852b Merge pull request #24180 from terminalmage/fix-libvirt-test
- 72e7416ad2 Skip libvirt tests if not running as root
- PR #24165: (jayeshka) adding states/portage_config unit test case.
@ 2015-05-27 17:15:08 UTC
- 1fbc5b25e6 Merge pull request #24165 from jayeshka/portage_config-states-unit-test
- 8cf1505392 adding states/portage_config unit test case.
- PR #24164: (jayeshka) adding states/pecl unit test case.
@ 2015-05-27 17:14:26 UTC
- 4747856411 Merge pull request #24164 from jayeshka/pecl-states-unit-test
- 563a5b3c30 adding states/pecl unit test case.
- PR #24160: (The-Loeki) small enhancement to data module; pop()
@ 2015-05-27 17:03:10 UTC
- cdaaa19324 Merge pull request #24160 from The-Loeki/patch-1
- 2175ff3c75 doc & merge fix
- eba382cdda small enhancement to data module; pop()
- PR #24153: (techhat) Batch mode sometimes improperly builds lists of minions to process
@ 2015-05-27 16:21:53 UTC
- 4a8dbc7f13 Merge pull request #24153 from techhat/batchlist
- 467ba64612 Make sure that minion IDs are strings
- PR #24167: (jayeshka) adding states/pagerduty unit test case.
@ 2015-05-27 16:14:01 UTC
- ed8ccf57a2 Merge pull request #24167 from jayeshka/pagerduty-states-unit-test
- 1af8c8334d adding states/pagerduty unit test case.
- PR #24156: (basepi) [2015.5] Merge forward from 2014.7 to 2015.5
@ 2015-05-27 15:05:01 UTC
- b9507d1567 Merge pull request #24156 from basepi/merge-forward-2015.5
- e52b5ab2e2 Remove stray >>>>>
- 7dfbd929ff Merge remote-tracking branch ‘upstream/2014.7’ into merge-forward-2015.5
- c0d32e0b5e Merge pull request #24125 from hvnsweeting/fix-rabbitmq-test-mode
- 71862c69b9 enhance log
- 28e2594162 change according to new output of rabbitmq module functions
- cd0212e8ed processes and returns better output for rabbitmq module
- 39a8f30f06 Merge pull request #24093 from msteed/issue-23464
- fd35903d75 Fix failing test
- 41b344c7d3 Make LocalClient.cmd_iter_no_block() not block
- 5bffd3045e Merge pull request #24008 from davidjb/2014.7
- 8b8d0293d4 Correct reST formatting for documentation
- 1aa0420040 Merge pull request #23933 from jacobhammons/2014.7
- a3613e68e4 removed numbering from doc TOC
- 78b737c5e6 removed 2015.* release from release notes, updated index page to remove PDF/epub links
- e867f7df77 Changed build settings to use saltstack2 theme and update release versions.
- 81ed9c9f59 sphinx saltstack2 doc theme
- ISSUE #24102: (bormotov) win_update encondig problems (refs: #24145)
- PR #24145: (jfindlay) attempt to decode win update package
@ 2015-05-26 23:20:20 UTC
- 05745fa931 Merge pull request #24145 from jfindlay/win_update_encoding
- cc5e17e61f attempt to decode win update package
- ISSUE #24122: (kiorky) service.dead is no more stateful: services does not handle correctly enable/disable change state (refs: #24123)
- PR #24123: (kiorky) fix service enable/disable change
@ 2015-05-26 21:24:19 UTC
- 70247890de Merge pull request #24123 from makinacorpus/ss
- 2e2e1d262d fix service enable/disable change
- PR #24146: (rallytime) Fixes the boto_vpc_test failure on CentOS 5 tests
@ 2015-05-26 20:15:19 UTC
- 51c3cec5d7 Merge pull request #24146 from rallytime/fix_centos_boto_failure
- ac0f97de51 Fixes the boto_vpc_test failure on CentOS 5 tests
- ISSUE #24052: (twangboy) v2015.5.1 Changes the way it interprets the minion_master.pub file (refs: #24144, #24089)
- ISSUE #23566: (rks2286) Salt-cp corrupting the file after transfer to minion (refs: #24144, #23740)
- PR #24144: (twangboy) Compare Keys ignores all newlines and carriage returns
@ 2015-05-26 19:25:48 UTC
- PR #23740: (jfindlay) Binary write (refs: #24144)
- 1c91a2176f Merge pull request #24144 from twangboy/fix_24052
- c197b41494 Compare Keys removing all newlines and carriage returns
- PR #24139: (rallytime) Backport #24118 to 2015.5
@ 2015-05-26 18:24:27 UTC
- PR #24118: (trevor-h) removed deprecated pymongo usage (refs: #24178, #24139)
- 084166747c Merge pull request #24139 from rallytime/bp-24118
- 4bb519b8da removed deprecated pymongo usage as no longer functional with pymongo > 3.x
- PR #24138: (rallytime) Backport #24116 to 2015.5
@ 2015-05-26 18:23:51 UTC
- PR #24116: (awdrius) Fixed typo in chown username (ending dot) that fails the command. (refs: #24138)
- 742eca29f7 Merge pull request #24138 from rallytime/bp-24116
- 7f08641800 Fixed typo in chown username (ending dot) that fails the command.
- PR #24137: (rallytime) Backport #24105 to 2015.5
@ 2015-05-26 18:23:40 UTC
- PR #24105: (cedwards) Updated some beacon-specific documentation formatting (refs: #24137)
- e01536d098 Merge pull request #24137 from rallytime/bp-24105
- f0778a0a60 Updated some beacon-specific documentation formatting
- ISSUE #23364: (pruiz) Unable to destroy host using proxmox cloud: There was an error destroying machines: 501 Server Error: Method ‘DELETE /nodes/pmx1/openvz/openvz/100’ not implemented (refs: #24104)
- PR #24136: (rallytime) Backport #24104 to 2015.5
@ 2015-05-26 15:58:47 UTC
- PR #24104: (pruiz) Only try to stop a VM if it’s not already stopped. (fixes #23364) (refs: #24136)
- 89cdf976e1 Merge pull request #24136 from rallytime/bp-24104
- c53888415f Only try to stop a VM if it’s not already stopped. (fixes #23364)
- PR #24135: (rallytime) Backport #24083 to 2015.5
@ 2015-05-26 15:58:27 UTC
- PR #24083: (swdream) fix code block syntax (refs: #24135)
- 67c4373577 Merge pull request #24135 from rallytime/bp-24083
- e1d06f9764 fix code block syntax
- PR #24131: (jayeshka) adding states/mysql_user unit test case
@ 2015-05-26 15:58:10 UTC
- a83371e0ed Merge pull request #24131 from jayeshka/mysql_user-states-unit-test
- ed1ef69856 adding states/mysql_user unit test case
- PR #24130: (jayeshka) adding states/ntp unit test case
@ 2015-05-26 15:57:29 UTC
- 1dc1d2a6e5 Merge pull request #24130 from jayeshka/ntp-states-unit-test
- ede4a9f2f1 adding states/ntp unit test case
- PR #24128: (jayeshka) adding states/openstack_config unit test case
@ 2015-05-26 15:56:08 UTC
- 39434179a8 Merge pull request #24128 from jayeshka/openstack_config-states-unit-test
- ca09e0f7c1 adding states/openstack_config unit test case
- PR #24127: (jayeshka) adding states/npm unit test case
@ 2015-05-26 15:55:18 UTC
- 23f25c4298 Merge pull request #24127 from jayeshka/npm-states-unit-test
- c3ecabbae0 adding states/npm unit test case
- ISSUE #24009: (hvnsweeting) state_verbose False summary is wrong (refs: #24077)
- PR #24077: (anlutro) Change how state_verbose output is filtered
@ 2015-05-26 15:41:11 UTC
- 07488a4415 Merge pull request #24077 from alprs/fix-outputter_highstate_nonverbose_count
- 7790408c3c Change how state_verbose output is filtered
- PR #24119: (jfindlay) Update contrib docs
@ 2015-05-26 15:37:01 UTC
- 224820febf Merge pull request #24119 from jfindlay/update_contrib_docs
- fa2d411f53 update example release branch in contrib docs
- a0b76b57b3 clarify git rebase instructions
- 3517e0095f fix contribution docs link typos
- 651629c6a4 backport dev contrib doc updates to 2015.5
- PR #23928: (joejulian) Add the ability to replace existing certificates
@ 2015-05-25 19:47:26 UTC
- 5488c4aaa2 Merge pull request #23928 from joejulian/2015.5_tls_module_replace_existing
- 4a4cbdd266 Add the ability to replace existing certificates
- ISSUE #23221: (Reiner030) Debian Jessie: locale.present not working again (refs: #24078)
- PR #24078: (jfindlay) if a charmap is not supplied, set it to the codeset
@ 2015-05-25 19:39:19 UTC
- dd90ef09b9 Merge pull request #24078 from jfindlay/locale_charmap
- 5eb97f0973 if a charmap is not supplied, set it to the codeset
- PR #24088: (jfindlay) pkg module integration tests
@ 2015-05-25 19:39:02 UTC
- 9cec5d3dc9 Merge pull request #24088 from jfindlay/pkg_tests
- f1bd5ec404 adding pkg module integration tests
- 739b2ef3bd rework yumpkg refresh_db so args are not mandatory
- ISSUE #24052: (twangboy) v2015.5.1 Changes the way it interprets the minion_master.pub file (refs: #24144, #24089)
- PR #24089: (jfindlay) allow override of binary file mode on windows
@ 2015-05-25 19:38:44 UTC
- 517552caa6 Merge pull request #24089 from jfindlay/binary_write
- b2259a6370 allow override of binary file mode on windows
- ISSUE #23973: (mschiff) state file.managed: setting contents_pillar to a pillar which is a list throws exception instead giving descriptive error message (refs: #24092)
- PR #24092: (jfindlay) collect scattered contents edits, ensure it’s a str
@ 2015-05-25 19:38:10 UTC
- 121ab9f857 Merge pull request #24092 from jfindlay/file_state
- cfa0f1358e collect scattered contents edits, ensure it’s a str
- PR #24112: (The-Loeki) thin_gen breaks when thinver doesn’t exist
@ 2015-05-25 19:37:47 UTC
- 84e65dece7 Merge pull request #24112 from The-Loeki/patch-1
- 34646eae16 thin_gen breaks when thinver doesn’t exist
- PR #24108: (jayeshka) adding states/mysql_query unit test case
@ 2015-05-25 12:30:48 UTC
- ec509ed272 Merge pull request #24108 from jayeshka/mysql_query-states-unit-test
- ec50450460 adding states/mysql_query unit test case
- PR #24110: (jayeshka) adding varnish unit test case
@ 2015-05-25 12:30:21 UTC
- f2e5d6c2fd Merge pull request #24110 from jayeshka/varnish-unit-test
- e11988969f adding varnish unit test case
- PR #24109: (jayeshka) adding states/mysql_grants unit test case
@ 2015-05-25 12:29:53 UTC
- 4fca2b49e3 Merge pull request #24109 from jayeshka/mysql_grants-states-unit-test
- 11a93cb80c adding states/mysql_grants unit test case
- PR #24028: (nleib) send a disable message to disable puppet
@ 2015-05-25 04:02:11 UTC
- 6b43c9a8cb Merge pull request #24028 from nleib/2015.5
- 15f24b42b2 update format of string in disabled msg
- 7690e5b008 remove trailing whitespaces
- 56a972034f Update puppet.py
- 9686391d81 Update puppet.py
- 33f3d68489 send a disable message to disable puppet
- PR #24100: (jfindlay) adding states/file unit test case
@ 2015-05-24 05:17:54 UTC
- PR #23963: (jayeshka) adding states/file unit test case (refs: #24100)
- 52c9acafc2 Merge pull request #24100 from jfindlay/merge_23963
- 7d59deb3d6 adding states/file unit test case
- ISSUE #21446: (dpheasant) check for systemd on Oracle Linux (refs: #24098)
- PR #24098: (galet) Systemd not recognized properly on Oracle Linux 7
@ 2015-05-24 04:07:31 UTC
- 0eb9f15d20 Merge pull request #24098 from galet/2015.5
- 4d6ab21c74 Systemd not recognized properly on Oracle Linux 7
- PR #24090: (jfindlay) adding states/mount unit test case
@ 2015-05-22 23:02:57 UTC
- PR #24062: (jayeshka) adding states/mount unit test case (refs: #24090)
- 8e04db76de Merge pull request #24090 from jfindlay/merge_24062
- a81a9225b8 adding states/mount unit test case
- ISSUE #22574: (unicolet) error when which is not available (refs: #22806)
- PR #24086: (rallytime) Backport #22806 to 2015.5
@ 2015-05-22 21:18:20 UTC
- PR #22806: (jfindlay) use cmd.run_all instead of cmd.run_stdout (refs: #24086)
- c0079f5dc7 Merge pull request #24086 from rallytime/bp-22806
- f728f55160 use cmd.run_all instead of cmd.run_stdout
- PR #24024: (jayeshka) adding states/mongodb_user unit test case
@ 2015-05-22 20:53:19 UTC
- 09de253373 Merge pull request #24024 from jayeshka/mongodb_user-states-unit-test
- f31dc921f5 resolved errors
- d038b1fdbb adding states/mongodb_user unit test case
- ISSUE #23883: (kaithar) max_event_size seems broken (refs: #24001, #24065)
- PR #24065: (kiorky) continue to fix #23883 (refs: #24066, #24080)
@ 2015-05-22 18:59:21 UTC
- bfd812c56b Merge pull request #24065 from makinacorpus/real23883
- 028282e01d continue to fix #23883
- ISSUE #24017: (arthurlogilab) [salt-cloud openstack] TypeError: unhashable type: ‘dict’ on map creation (refs: #24029)
- PR #24029: (kiorky) Fix providers handling
@ 2015-05-22 16:56:06 UTC
- 429adfe00a Merge pull request #24029 from makinacorpus/fixproviders
- 412b39b802 Fix providers handling
- PR #23936: (jfindlay) remove unreachable returns in file state
@ 2015-05-22 16:26:49 UTC
- a42ccccd98 Merge pull request #23936 from jfindlay/file_state
- ac29c0cdd0 also validate file.recurse source parameter
- 57f73887fe remove unreachable returns in file state
- PR #24063: (jayeshka) removed tuple index error
@ 2015-05-22 14:58:20 UTC
- 8b69b41a42 Merge pull request #24063 from jayeshka/mount-states-module
- b9745d5c4f removed tuple index error
- PR #24057: (rallytime) Backport #22572 to 2015.5
@ 2015-05-22 05:36:25 UTC
- PR #22572: (The-Loeki) Small docfix for GitPillar (refs: #24057)
- 02ac4aa288 Merge pull request #24057 from rallytime/bp-22572
- 49aad84b17 Small docfix for GitPillar
- ISSUE #23088: (ghost) Segfault when adding a Zypper repo on SLES 11.3 (refs: #24027)
- PR #24040: (rallytime) Backport #24027 to 2015.5
@ 2015-05-21 23:43:54 UTC
- PR #24027: (ghost) Add baseurl to salt.modules.zypper.mod_repo (refs: #24040)
- 82de059891 Merge pull request #24040 from rallytime/bp-24027
- 37d25d8bc6 Added baseurl as alias for url and mirrorlist in salt.modules.zypper.mod_repo.
- PR #24039: (rallytime) Backport #24015 to 2015.5
@ 2015-05-21 23:43:25 UTC
- PR #24015: (YanChii) minor improvement of solarisips docs & fix typos (refs: #24039)
- d909781d97 Merge pull request #24039 from rallytime/bp-24015
- 6bfaa94a8c minor improovement of solarisips docs & fix typos
- ISSUE #19598: (fayetted) ssh_auth.present test=true incorectly reports changes will be made (refs: #19599)
- PR #24038: (rallytime) Backport #19599 to 2015.5
@ 2015-05-21 23:43:10 UTC
- PR #19599: (fayetted) Fix ssh_auth test mode, compare lines not just key (refs: #24038)
- 4a0f254d22 Merge pull request #24038 from rallytime/bp-19599
- ea00d3e786 Fix ssh_auth test mode, compare lines not just key
- PR #24046: (rallytime) Remove key management test from digital ocean cloud tests
@ 2015-05-21 22:32:04 UTC
- 42b87f1049 Merge pull request #24046 from rallytime/remove_key_test
- 1d031caa78 Remove key management test from digital ocean cloud tests
- PR #24044: (cro) Remove spurious log message, fix typo in doc
@ 2015-05-21 22:31:49 UTC
- eff54b1c5a Merge pull request #24044 from cro/pgjsonb
- de0663314a Remove spurious log message, fix typo in doc
- ISSUE #23883: (kaithar) max_event_size seems broken (refs: #24001, #24065)
- PR #24001: (msteed) issue #23883
@ 2015-05-21 20:32:30 UTC
- ac32000b5d Merge pull request #24001 from msteed/issue-23883
- bea97a8b98 issue #23883
- PR #23995: (kiorky) Lxc path pre
@ 2015-05-21 17:26:03 UTC
- f7fae26059 Merge pull request #23995 from makinacorpus/lxc_path_pre
- 319282af5f lint
- 1dc67e5678 lxc: versionadded
- fcad7cb804 lxc: states improvments
- 644bd729f7 lxc: more consistence for profiles
- 139372c055 lxc: remove merge cruft
- 725b0462ca lxc: Repair merge
- ISSUE #16383: (interjection) salt.states.augeas.change example from docs fails with exception (refs: #24032)
- PR #24032: (kartiksubbarao) Update augeas_cfg.py
@ 2015-05-21 17:03:42 UTC
- 26d6851666 Merge pull request #24032 from kartiksubbarao/augeas_insert_16383
- 3686dcd4c7 Update augeas_cfg.py
- PR #24025: (jayeshka) adding timezone unit test case
@ 2015-05-21 16:50:53 UTC
- 55c9245075 Merge pull request #24025 from jayeshka/timezone-unit-test
- 1ec33e22a7 removed assertion error
- 16ecb28950 adding timezone unit test case
- PR #24023: (jayeshka) adding states/mongodb_database unit test case
@ 2015-05-21 16:49:17 UTC
- e243617659 Merge pull request #24023 from jayeshka/mongodb_database-states-unit-test
- 5a9ac7effb adding states/mongodb_database unit test case
- PR #24022: (jayeshka) adding states/modjk_worker unit test case
@ 2015-05-21 16:48:29 UTC
- b377bd93e6 Merge pull request #24022 from jayeshka/modjk_worker-states-unit-test
- 05c0a985db adding states/modjk_worker unit test case
- ISSUE #23776: (enblde) Presence change events constantly reporting all minions as new in 2015.5 (refs: #24005)
- PR #24005: (msteed) issue #23776
@ 2015-05-21 01:55:34 UTC
- 701c51ba7a Merge pull request #24005 from msteed/issue-23776
- 62e67d8ca0 issue #23776
- ISSUE #23950: (neogenix) iptables state generates a 0 position which is invalid in iptables cli (refs: #23996)
- PR #23996: (neogenix) iptables state generates a 0 position which is invalid in iptables cli #23950
@ 2015-05-20 22:44:27 UTC
- 17b7c0b741 Merge pull request #23996 from neogenix/2015.5-23950
- ad417a57c2 fix for #23950
- PR #23994: (rallytime) Skip the gpodder pkgrepo test for Ubuntu 15 - they don’t have vivid ppa up yet
@ 2015-05-20 21:18:21 UTC
- 4cb877307c Merge pull request #23994 from rallytime/skip_test_ubuntu_15
- 9e0ec07d85 Skip the gpodder pkgrepo test - they don’t have vivid ppa up yet