salt.changes 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344
  1. -------------------------------------------------------------------
  2. Thu Oct 15 09:43:16 UTC 2015 - mrueckert@suse.de
  3. - update to 2015.8.1
  4. - Add support for ``spm.d/*.conf`` configuration of SPM
  5. (:issue:`27010`)
  6. - Fix ``proxy`` grains breakage for non-proxy minions
  7. (:issue:`27039`)
  8. - Fix global key management for git state
  9. - Fix passing http auth to ``util.http`` from ``state.file``
  10. (:issue:`21917`)
  11. - Fix ``multiprocessing: True`` in windows (on by default`)
  12. - Add ``pkg.info`` to pkg modules
  13. - Fix name of ``serial`` grain (this was accidentally renamed in
  14. 2015.8.0`)
  15. - Merge config values from ``master.d``/``minion.d`` conf files
  16. (rather than flat update`)
  17. - Clean grains cache on grains sync (:issue:`19853`)
  18. - Remove streamed response for fileclient to avoid HTTP
  19. redirection problems (:issue:`27093`)
  20. - Fixed incorrect warning about ``osrelease`` grain
  21. (:issue:`27065`)
  22. - Fix authentication via Salt-API with tokens (:issue:`27270`)
  23. - Fix winrepo downloads from https locations (:issue:`27081`)
  24. - Fix potential error with salt-call as non-root user
  25. (:issue:`26889`)
  26. - Fix global minion provider overrides (:issue:`27209`)
  27. - Fix backward compatibility issues for pecl modules
  28. - Fix Windows uninstaller to only remove ``./bin``, ``salt*``,
  29. ``nssm.exe``, ``uninst.exe`` (:issue:`27383`)
  30. - Fix misc issues with mongo returner.
  31. - Add sudo option to cloud config files (:issue:`27398`)
  32. - Fix regression in RunnerClient argument handling
  33. (:issue:`25107`)
  34. - Fix ``dockerng.running`` replacing creation hostconfig with
  35. runtime hostconfig (:issue:`27265`)
  36. - Fix dockerng.running replacing creation hostconfig with runtime
  37. hostconfig (:issue:`27265`)
  38. - Increased performance on boto asg/elb states due to
  39. ``__states__`` integration
  40. - Windows minion no longer requires powershell to restart
  41. (:issue:`26629`)
  42. - Fix x509 module to support recent versions of OpenSSL
  43. (:issue:`27326`)
  44. - Some issues with proxy minions were corrected.
  45. - drop salt-2015.8-backports-susemanager.diff: included in update
  46. - guard raet buildrequires with bcond_with raet and comment out the
  47. recommends for salt-raet.
  48. -------------------------------------------------------------------
  49. Mon Oct 12 10:11:33 UTC 2015 - tampakrap@opensuse.org
  50. - remove pygit2 global recommends, it is only needed in the master
  51. - remove git-core, pygit2 should pull it as a dependency
  52. - add a (currently disabled) %check
  53. -------------------------------------------------------------------
  54. Mon Oct 12 10:08:57 UTC 2015 - toddrme2178@gmail.com
  55. - Add salt-2015.8-backports-susemanager.diff
  56. Returns detailed information about a package
  57. -------------------------------------------------------------------
  58. Mon Oct 12 08:48:25 UTC 2015 - dmacvicar@suse.de
  59. - ifdef Recommends to build on RHEL based distros
  60. - use _initddir instead of _sysconfdir/init.d as
  61. it works on both platforms.
  62. -------------------------------------------------------------------
  63. Mon Oct 12 08:19:45 UTC 2015 - dmacvicar@suse.de
  64. - allow one to disable docs in preparation for building
  65. on other platforms without all dependencies.
  66. -------------------------------------------------------------------
  67. Mon Oct 12 08:07:01 UTC 2015 - dmacvicar@suse.de
  68. - python-libnacl, python-ioflo are _not_ required to build the
  69. package. They are anyways requires of python-raet, which is
  70. also not required to build the package.
  71. -------------------------------------------------------------------
  72. Sat Oct 10 00:00:39 UTC 2015 - mrueckert@suse.de
  73. - merge (build)requires/recommends with requirements/*txt and
  74. setup.py
  75. -------------------------------------------------------------------
  76. Fri Oct 9 23:35:05 UTC 2015 - mrueckert@suse.de
  77. - add raet subpackage which will pull all requires for it and
  78. provides config snippets to enable it for the minion and master.
  79. -------------------------------------------------------------------
  80. Fri Oct 9 15:34:16 UTC 2015 - mrueckert@suse.de
  81. - add tmpfiles.d file
  82. -------------------------------------------------------------------
  83. Fri Oct 9 14:12:39 UTC 2015 - dmacvicar@suse.de
  84. - Remove requires on python-ioflo and python-libnacl
  85. they will be pulled by python-raet,
  86. which is optional.
  87. -------------------------------------------------------------------
  88. Fri Oct 9 12:12:48 UTC 2015 - dmacvicar@suse.de
  89. - python-raet is optional, so make it a Recommends
  90. -------------------------------------------------------------------
  91. Fri Oct 9 12:04:03 UTC 2015 - dmacvicar@suse.de
  92. - update backports patch from 2015.8 branch
  93. -------------------------------------------------------------------
  94. Wed Oct 7 20:06:19 UTC 2015 - mrueckert@suse.de
  95. - update use-forking-daemon.patch:
  96. the original intention was to get rid of the python systemd
  97. dependency. for this we do not have daemonize the whole process.
  98. just switching to simple mode is enough.
  99. -------------------------------------------------------------------
  100. Wed Oct 7 19:15:54 UTC 2015 - mrueckert@suse.de
  101. - drop fdupes:
  102. 1. it broke python byte code handling
  103. 2. the only part of the package which would really benefit from
  104. it would be the doc package. but given we only install the
  105. files via %doc, we can not use it for that either.
  106. - re-enable completions on distros newer than sle11
  107. - do not use _datarootdir, use _datadir instead.
  108. -------------------------------------------------------------------
  109. Wed Oct 7 14:34:18 UTC 2015 - mrueckert@suse.de
  110. - package all directories in /var/cache/salt and /etc/salt and
  111. have permissions set for non root salt master
  112. - update use-salt-user-for-master.patch:
  113. - also patch the logrotate file to include the su option
  114. -------------------------------------------------------------------
  115. Tue Oct 6 12:27:49 UTC 2015 - mrueckert@suse.de
  116. - remove duplicated recommends
  117. - never require pygit2 and git. the master can run fine without.
  118. always use recommends
  119. -------------------------------------------------------------------
  120. Tue Oct 6 11:36:13 UTC 2015 - tampakrap@opensuse.org
  121. - cleanup dependencies:
  122. - remove a lot of unneeded buildrequires
  123. - fdupes not present on SLE10
  124. - python-certifi needed on SLE11
  125. - python-zypp not needed any more
  126. - python-pygit2 is not a global requirement
  127. - convert python-pysqlite to recommends as it is not available on python <=2.7
  128. - sles_version -> suse_version
  129. - %exclude the cloud/deploy/*.sh scripts to fix build issue on SLE11
  130. -------------------------------------------------------------------
  131. Mon Oct 5 12:44:40 UTC 2015 - tampakrap@opensuse.org
  132. - Remove python-PyYAML from the dependencies list, as python-yaml is the same
  133. - Build the -completion subpackages in SLE11 as well
  134. - Add salt-proxy (by dmacvicar@suse.de)
  135. - Create salt user/group only in the -master subpkg
  136. -------------------------------------------------------------------
  137. Sat Oct 3 17:37:20 UTC 2015 - infroma@gmail.com
  138. - Fix typo in use-forking-daemon.patch, that prevented daemon loading
  139. -------------------------------------------------------------------
  140. Thu Oct 1 08:13:58 UTC 2015 - toddrme2178@gmail.com
  141. - Fix typo in Requires
  142. -------------------------------------------------------------------
  143. Tue Sep 29 09:11:38 UTC 2015 - toddrme2178@gmail.com
  144. - Cleanup requirements
  145. -------------------------------------------------------------------
  146. Wed Sep 23 18:06:52 UTC 2015 - aboe76@gmail.com
  147. - New Major release 2015.8.0
  148. for more details:
  149. http://docs.saltstack.com/en/latest/topics/releases/2015.8.0.html
  150. - Cleaned the spec file with spec-cleaner
  151. - Added the use-salt-user-for-master.patch see README.SUSE
  152. - Updated the files ownership with salt user
  153. - removed m2crypto depency
  154. -------------------------------------------------------------------
  155. Tue Sep 22 11:51:50 UTC 2015 - infroma@gmail.com
  156. - Removed fish dependency for fish completions.
  157. -------------------------------------------------------------------
  158. Tue Sep 22 11:12:47 UTC 2015 - infroma@gmail.com
  159. - Added fish completions.
  160. -------------------------------------------------------------------
  161. Mon Sep 21 08:58:31 UTC 2015 - tampakrap@opensuse.org
  162. - Support SLE11SP{3,4}, where the M2Crypto package is named python-m2crypto
  163. -------------------------------------------------------------------
  164. Tue Aug 18 06:58:18 UTC 2015 - aboe76@gmail.com
  165. - Updated to Bugfix release 2015.5
  166. for more details:
  167. https://github.com/saltstack/salt/blob/develop/doc/topics/releases/2015.5.5.rst
  168. - Add prereq, for user creation.
  169. - Add creation of salt user in preparation of running the salt-master daemon
  170. as non-root user salt.
  171. https://bugzilla.opensuse.org/show_bug.cgi?id=939831
  172. - Add README.SUSE with explanation and how to.
  173. -------------------------------------------------------------------
  174. Mon Jul 20 12:22:26 UTC 2015 - bwiedemann@suse.com
  175. - only require git-core to not pull in git-web and gitk
  176. -------------------------------------------------------------------
  177. Wed Jul 8 08:47:32 UTC 2015 - aboe76@gmail.com
  178. - New Bugfix release 2015.5.3
  179. for more details:
  180. http://docs.saltstack.com/en/latest/topics/releases/2015.5.3.html
  181. -------------------------------------------------------------------
  182. Thu Jun 4 19:46:19 UTC 2015 - aboe76@gmail.com
  183. - New Bugfix release 2015.5.2
  184. for more details:
  185. http://docs.saltstack.com/en/latest/topics/releases/2015.5.2.html
  186. -------------------------------------------------------------------
  187. Sat May 23 18:31:44 UTC 2015 - aboe76@gmail.com
  188. - New Bugfix release 2015.5.1
  189. salt.runners.cloud.action() has changed the fun keyword argument to func.
  190. Please update any calls to this function in the cloud runner.
  191. for more details:
  192. http://docs.saltstack.com/en/latest/topics/releases/2015.5.1.html
  193. -------------------------------------------------------------------
  194. Fri May 15 21:04:44 UTC 2015 - aboe76@gmail.com
  195. - Removed python-pssh depency not needed anymore.
  196. -------------------------------------------------------------------
  197. Wed May 6 20:33:53 UTC 2015 - aboe76@gmail.com
  198. - Major release 2015.5.0 Lithium
  199. - update to 2015.5.0
  200. The 2015.5.0 feature release of Salt is focused on hardening Salt
  201. and mostly on improving existing systems. A few major additions
  202. are present, primarily the new Beacon system. Most enhancements
  203. have been focused around improving existing features and
  204. interfaces.
  205. As usual the release notes are not exhaustive and primarily
  206. include the most notable additions and improvements. Hundreds of
  207. bugs have been fixed and many modules have been substantially
  208. updated and added.
  209. See especially the warning right on the top regarding
  210. python_shell=False.
  211. For all details see
  212. http://docs.saltstack.com/en/latest/topics/releases/2015.5.0.html
  213. - RPM Package changes:
  214. - add some versions to the buildrequires to match the 2
  215. requirements files from the tarball
  216. - Moved the depencencies to main salt package
  217. except where they are specific for the package
  218. - Changed python-request dependency,only needed on salt-cloud
  219. - Added python-tornado dependency for http.py
  220. - Fixed zsh_completion in tarball.
  221. - Fixed salt-api requirements to require python-cherrypy
  222. - Fixed salt-cloud requiments to require salt-master
  223. -------------------------------------------------------------------
  224. Sun Apr 19 17:48:05 UTC 2015 - aboe76@gmail.com
  225. - New Bugfix release 2014.7.5
  226. Changes:
  227. + Fixed a key error bug in salt-cloud
  228. + Updated man pages to better match documentation
  229. + Fixed bug concerning high CPU usage with salt-ssh
  230. + Fixed bugs with remounting cvfs and fuse filesystems
  231. + Fixed bug with alowing requisite tracking of entire sls files
  232. + Fixed bug with aptpkg.mod_repo returning OK even if apt-add-repository fails
  233. + Increased frequency of ssh terminal output checking
  234. + Fixed malformed locale string in localmod module
  235. + Fixed checking of available version of package when accept_keywords were changed
  236. + Fixed bug to make git.latest work with empty repositories
  237. + Added **kwargs to service.mod_watch which removes warnings about enable and __reqs__ not being supported by the function
  238. + Improved state comments to not grow so quickly on failed requisites
  239. + Added force argument to service to trigger force_reload
  240. + Fixed bug to andle pkgrepo keyids that have been converted to int
  241. + Fixed module.portage_config bug with appending accept_keywords
  242. + Fixed bug to correctly report disk usage on windows minion
  243. + Added the ability to specify key prefix for S3 ext_pillar
  244. + Fixed issues with batch mode operating on the incorrect number of minions
  245. + Fixed a bug with the proxmox cloud provider stacktracing on disk definition
  246. + Fixed a bug with the changes dictionary in the file state
  247. + Fixed the TCP keep alive settings to work better with SREQ caching
  248. + Fixed many bugs within the iptables state and module
  249. + Fixed bug with states by adding fun, state, and unless to the state runtime internal keywords listing
  250. + Added ability to eAuth against Active Directory
  251. + Fixed some salt-ssh issues when running on Fedora 21
  252. + Fixed grains.get_or_set_hash to work with multiple entries under same key
  253. + Added better explanations and more examples of how the Reactor calls functions to docs
  254. + Fixed bug to not pass ex_config_drive to libcloud unless it's explicitly enabled
  255. + Fixed bug with pip.install on windows
  256. + Fixed bug where puppet.run always returns a 0 retcode
  257. + Fixed race condition bug with minion scheduling via pillar
  258. + Made efficiency improvements and bug fixes to the windows installer
  259. + Updated environment variables to fix bug with pygit2 when running salt as non-root user
  260. + Fixed cas behavior on data module -- data.cas was not saving changes
  261. + Fixed GPG rendering error
  262. + Fixed strace error in virt.query
  263. + Fixed stacktrace when running chef-solo command
  264. + Fixed possible bug wherein uncaught exceptions seem to make zmq3 tip over when threading is involved
  265. + Fixed argument passing to the reactor
  266. + Fixed glibc caching to prevent bug where salt-minion getaddrinfo in dns_check() never got updated nameservers
  267. Known Issues:
  268. + In multimaster mode, a minion may become temporarily unresponsive if modules or pillars are refreshed at the
  269. same time that one or more masters are down. This can be worked around by setting 'auth_timeout' and 'auth_tries'
  270. down to shorter periods.
  271. -------------------------------------------------------------------
  272. Mon Mar 30 21:41:22 UTC 2015 - aboe76@gmail.com
  273. - New Bugfix Release 2014.7.4
  274. - Updated patch use-forking-daemon.patch
  275. - fix salt-zsh-completion conflicts
  276. + Multi-master minions mode no longer route fileclient operations asymetrically.
  277. This fixes the source of many multi-master bugs where the minion would
  278. become unrepsonsive from one or more masters.
  279. + Fix bug wherein network.iface could produce stack traces.
  280. + net.arp will no longer be made available unless arp is installed on the
  281. system.
  282. + Major performance improvements to Saltnado
  283. + Allow KVM module to operate under KVM itself or VMware Fusion
  284. + Various fixes to the Windows installation scripts
  285. + Fix issue where the syndic would not correctly propagate loads to the master
  286. job cache.
  287. + Improve error handling on invalid /etc/network/interfaces file in salt
  288. networking modules
  289. + Fix bug where a response status was not checked for in fileclient.get_url
  290. + Enable eauth when running salt in batch mode
  291. + Increase timeout in Boto Route53 module
  292. + Fix bugs with Salt's 'tar' module option parsing
  293. + Fix parsing of NTP servers on Windows
  294. + Fix issue with blockdev tuning not reporting changes correctly
  295. + Update to the latest Salt bootstrap script
  296. + Update Linode salt-cloud driver to use either linode-python or
  297. apache-libcloud
  298. + Fix for s3.query function to return correct headers
  299. + Fix for s3.head returning None for files that exist
  300. + Fix the disable function in win_service module so that the service is
  301. disabled correctly
  302. + Fix race condition between master and minion when making a directory when
  303. both daemons are on the same host
  304. + Fix an issue where file.recurse would fail at the root of an svn repo
  305. when the repo has a mountpoint
  306. + Fix an issue where file.recurse would fail at the root of an hgfs repo
  307. when the repo has a mountpoint
  308. + Fix an issue where file.recurse would fail at the root of an gitfs repo
  309. when the repo has a mountpoint
  310. + Add status.master capability for Windows.
  311. + Various fixes to ssh_known_hosts
  312. + Various fixes to states.network bonding for Debian
  313. + The debian_ip.get_interfaces module no longer removes nameservers.
  314. + Better integration between grains.virtual and systemd-detect-virt and
  315. virt-what
  316. + Fix traceback in sysctl.present state output
  317. + Fix for issue where mount.mounted would fail when superopts were not a part
  318. of mount.active (extended=True). Also mount.mounted various fixes for Solaris
  319. and FreeBSD.
  320. + Fix error where datetimes were not correctly safeguarded before being passed
  321. into msgpack.
  322. + Fix file.replace regressions. If the pattern is not found, and if dry run is False,
  323. and if `backup` is False, and if a pre-existing file exists with extension `.bak`,
  324. then that backup file will be overwritten. This backup behavior is a result of how `fileinput`
  325. works. Fixing it requires either passing through the file twice (the
  326. first time only to search for content and set a flag), or rewriting
  327. `file.replace` so it doesn't use `fileinput`
  328. + VCS filreserver fixes/optimizations
  329. + Catch fileserver configuration errors on master start
  330. + Raise errors on invalid gitfs configurations
  331. + set_locale when locale file does not exist (Redhat family)
  332. + Fix to correctly count active devices when created mdadm array with spares
  333. + Fix to correctly target minions in batch mode
  334. + Support ssh:// urls using the gitfs dulwhich backend
  335. + New fileserver runner
  336. + Fix various bugs with argument parsing to the publish module.
  337. + Fix disk.usage for Synology OS
  338. + Fix issue with tags occurring twice with docker.pulled
  339. + Fix incorrect key error in SMTP returner
  340. + Fix condition which would remount loopback filesystems on every state run
  341. + Remove requsites from listens after they are called in the state system
  342. + Make system implementation of service.running aware of legacy service calls
  343. + Fix issue where publish.publish would not handle duplicate responses gracefully.
  344. + Accept Kali Linux for aptpkg salt execution module
  345. + Fix bug where cmd.which could not handle a dirname as an argument
  346. + Fix issue in ps.pgrep where exceptions were thrown on Windows.
  347. - Known Issues:
  348. + In multimaster mode, a minion may become temporarily unresponsive
  349. if modules or pillars are refreshed at the same time that one
  350. or more masters are down. This can be worked around by setting
  351. 'auth_timeout' and 'auth_tries' down to shorter periods.
  352. -------------------------------------------------------------------
  353. Thu Feb 12 19:35:34 UTC 2015 - aboe76@gmail.com
  354. - New Bugfix release 2014.7.2:
  355. - fix package bug with fdupes.
  356. - keep sle 11 sp3 support.
  357. + Fix erroneous warnings for systemd service enabled check (issue 19606)
  358. + Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682)
  359. + Allow case-sensitive npm package names in the npm state. This may break behavior
  360. for people expecting the state to lowercase their npm package names for them.
  361. The npm module was never affected by mandatory lowercasing. (issue 20329)
  362. + Deprecate the activate parameter for pip.install for both the module and the state.
  363. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv
  364. in a shell for pip to install to the virtualenv.
  365. + Fix a file-locking bug in gitfs (issue 18839)
  366. -------------------------------------------------------------------
  367. Thu Jan 15 17:50:52 UTC 2015 - aboe76@gmail.com
  368. - New Bugfix release 2014.7.1:
  369. + Fixed gitfs serving symlinks in file.recurse states (issue 17700)
  370. + Fixed holding of multiple packages (YUM) when combined with version pinning (issue 18468)
  371. + Fixed use of Jinja templates in masterless mode with non-roots fileserver backend (issue 17963)
  372. + Re-enabled pillar and compound matching for mine and publish calls. Note that pillar globbing is still disabled for those modes, for security reasons. (issue 17194)
  373. + Fix for tty: True in salt-ssh (issue 16847)
  374. - Needed to provide zsh completion because of the tarball missing the zsh completion script.
  375. - Removed man salt.1.gz file from salt-master because upstream removed it.
  376. - Added man salt.7.gz to salt-master package
  377. -------------------------------------------------------------------
  378. Mon Nov 3 21:35:31 UTC 2014 - aboe76@gmail.com
  379. - Updated to Major Release 2014.7.0
  380. - added python-zipp as depency
  381. - added recommend python-pygit2, this is the preferred gitfs backend of saltstack
  382. - added zsh-completion package
  383. - Removed Patch fix-service-py-version-parsing-sles.patch already fixed in this package
  384. - Removed Patch pass-all-systemd-list-units.patch already fixed in this package
  385. - Removed Patch disable-service-py-for-suse-family.patch already fixed in this package
  386. - Removed Patch allow-systemd-units-no-unit-files.patch already fixed in this package
  387. - Removed Patch allow-systemd-parameterized-services.patch already fixed in this package
  388. - More information at: http://docs.saltstack.com/en/latest/topics/releases/2014.7.0.html
  389. - SALT SSH ENHANCEMENTS:
  390. + Support for Fileserver Backends
  391. + Support for Saltfile
  392. + Ext Pillar
  393. + No more sshpass needed
  394. + Pure Python Shim
  395. + Custom Module Delivery
  396. + CP module Support
  397. + More Thin Directory Options
  398. - Salt State System enhancements:
  399. + New Imperative State Keyword "Listen"
  400. + New Mod Aggregate Runtime Manipulator
  401. + New Requisites: onchanges and onfail
  402. + New Global onlyif and unless
  403. + Use names to expand and override values
  404. - Salt Major Features:
  405. + Improved Scheduler Additions
  406. + Red Hat 7 Support
  407. + Fileserver Backends in Salt-call
  408. + Amazon Execution Modules in salt-cloud
  409. + LXC Runner Enhancements
  410. + Next Gen Docker Management
  411. + Peer System Performance Improvements
  412. + SDB Encryption at rest for configs
  413. + GPG Renderer encrypted pillar at rest
  414. + OpenStack Expansions
  415. + Queues System external queue systems into Salt events
  416. + Multi Master Failover Additions
  417. + Chef Execution Module
  418. - salt-api Project Merge
  419. + Synchronous and Asynchronous Execution of Runner and Wheel Modules
  420. + rest_cherrypy Additions
  421. + Web Hooks
  422. - Fileserver Backend Enhancements:
  423. + New gitfs Features
  424. + Pygit2 and Dulwich support
  425. + Mountpoints support
  426. + New hgfs Features
  427. + mountpoints support
  428. + New svnfs Features:
  429. + mountpoints
  430. + minionfs Featuressupport
  431. + mountpoints
  432. - New Salt Modules:
  433. + Oracle
  434. + Random
  435. + Redis
  436. + Amazon Simple Queue Service
  437. + Block Device Management
  438. + CoreOS etcd
  439. + Genesis
  440. + InfluxDB
  441. + Server Density
  442. + Twilio Notifications
  443. + Varnish
  444. + ZNC IRC Bouncer
  445. + SMTP
  446. - NEW RUNNERS:
  447. + Map/Reduce Style
  448. + Queue
  449. - NEW EXTERNAL PILLARS:
  450. + CoreOS etcd
  451. - NEW SALT-CLOUD PROVIDERS:
  452. + Aliyun ECS Cloud
  453. + LXC Containers
  454. + Proxmox (OpenVZ containers & KVM)
  455. - DEPRECATIONS:
  456. + Salt.modules.virtualenv_mod
  457. -------------------------------------------------------------------
  458. Thu Oct 16 19:26:57 UTC 2014 - aboe76@gmail.com
  459. - Updated to 2014.1.13 a bugfix release on 2014.1.12
  460. + fix module run exit code (issue 16420)
  461. + salt cloud Check the exit status code of scp before assuming it has failed. (issue 16599)
  462. -------------------------------------------------------------------
  463. Fri Oct 10 18:47:07 UTC 2014 - aboe76@gmail.com
  464. ff
  465. - Updated to 2014.1.12 a bugfix release on 2014.1.11
  466. + Fix scp_file always failing (which broke salt-cloud) (issue 16437)
  467. + Fix regression in pillar in masterless (issue 16210, issue 16416, issue 16428)
  468. -------------------------------------------------------------------
  469. Wed Sep 10 18:10:50 UTC 2014 - aboe76@gmail.com
  470. - Updated to 2014.1.11 is another bugfix release for 2014.1.0. Changes include:
  471. + Fix for minion_id with byte-order mark (BOM) (issue 12296)
  472. + Fix runas deprecation in at module
  473. + Fix trailing slash befhavior for file.makedirs_ (issue 14019)
  474. + Fix chocolatey path (issue 13870)
  475. + Fix git_pillar infinite loop issues (issue 14671)
  476. + Fix json outputter null case
  477. + Fix for minion error if one of multiple masters are down (issue 14099)
  478. + Updated the use-forking-daemon.patch with the right version
  479. -------------------------------------------------------------------
  480. Mon Aug 18 13:06:07 UTC 2014 - tserong@suse.com
  481. - Fix service.py version parsing for SLE 11
  482. + Added fix-service-py-version-parsing-sles.patch
  483. -------------------------------------------------------------------
  484. Tue Aug 12 09:44:43 UTC 2014 - tserong@suse.com
  485. - Remove salt-master's hard requirement for git and python-GitPython on SLE 12
  486. -------------------------------------------------------------------
  487. Wed Aug 6 06:36:02 UTC 2014 - tserong@suse.com
  488. - Ensure salt uses systemd for services on SLES
  489. + Added disable-service-py-for-suse-family.patch
  490. -------------------------------------------------------------------
  491. Mon Aug 4 16:12:14 UTC 2014 - aboe76@gmail.com
  492. - RPM spec update
  493. + added service_add_pre function
  494. -------------------------------------------------------------------
  495. Fri Aug 1 19:41:12 UTC 2014 - aboe76@gmail.com
  496. - Updated to 2014.1.10:
  497. + Version 2014.1.9 contained a regression which caused inaccurate Salt version
  498. detection, and thus was never packaged for general release. This version
  499. contains the version detection fix, but is otherwise identical to 2014.1.9.
  500. + Version 2014.1.8 contained a regression which caused inaccurate Salt version
  501. detection, and thus was never packaged for general release. This version
  502. contains the version detection fix, but is otherwise identical to 2014.1.8.
  503. -------------------------------------------------------------------
  504. Wed Jul 30 20:22:09 UTC 2014 - aboe76@gmail.com
  505. - Updated to 2014.1.8:
  506. + Ensure salt-ssh will not continue if permissions on a temporary directory are not correct.
  507. + Use the bootstrap script distributed with Salt instead of relying on an external resource
  508. + Remove unused testing code
  509. + Ensure salt states are placed into the .salt directory in salt-ssh
  510. + Use a randomized path for temporary files in a salt-cloud deployment
  511. + Clean any stale directories to ensure a fresh copy of salt-ssh during a deployment
  512. -------------------------------------------------------------------
  513. Thu Jul 24 13:11:03 UTC 2014 - tserong@suse.com
  514. - Allow salt to correctly detect services provided by init scripts
  515. + Added allow-systemd-units-no-unit-files.patch
  516. + Added allow-systemd-parameterized-services.patch
  517. + Added pass-all-systemd-list-units.patch
  518. - Move systemd service file fix to patch, add PIDFile parameter (this
  519. fix is applicable for all SUSE versions, not just 12.3)
  520. + Added use-forking-daemon.patch
  521. -------------------------------------------------------------------
  522. Wed Jul 23 06:24:00 UTC 2014 - aboe76@gmail.com
  523. - Improve systemd service file fix for 12.3
  524. Use forking instead of Simple and daemonize salt-master process
  525. -------------------------------------------------------------------
  526. Sat Jul 19 07:58:18 UTC 2014 - aboe76@gmail.com
  527. - Fixed bug in opensuse 12.3 systemd file
  528. systemd 198 doesn't have python-systemd binding.
  529. - Disabled testing on SLES
  530. -------------------------------------------------------------------
  531. Thu Jul 10 18:25:05 UTC 2014 - aboe76@gmail.com
  532. - Update to 2014.7
  533. This release was a hotfix release for the regression listed above which was present in the 2014.1.6
  534. - Fix batch mode regression (issue 14046)
  535. -------------------------------------------------------------------
  536. Wed Jul 9 06:42:05 UTC 2014 - aboe76@gmail.com
  537. - Updated to 2014.1.6
  538. - Fix extra iptables --help output (Sorry!) (issue 13648, issue 13507, issue 13527, issue 13607)
  539. - Fix mount.active for Solaris
  540. - Fix support for allow-hotplug statement in debian_ip network module
  541. - Add sqlite3 to esky builds
  542. - Fix jobs.active output (issue 9526)
  543. - Fix the virtual grain for Xen (issue 13534)
  544. - Fix eauth for batch mode (issue 9605)
  545. - Fix force-related issues with tomcat support (issue 12889)
  546. - Fix KeyError when cloud mapping
  547. - Fix salt-minion restart loop in Windows (issue 12086)
  548. - Fix detection of service virtual module on Fedora minions
  549. - Fix traceback with missing ipv4 grain (issue 13838)
  550. - Fix issue in roots backend with invalid data in mtime_map (issue 13836)
  551. - Fix traceback in jobs.active (issue 11151)
  552. -------------------------------------------------------------------
  553. Wed Jun 11 18:53:38 UTC 2014 - aboe76@gmail.com
  554. - Updated to 2014.1.5
  555. - Add function for finding cached job on the minion
  556. - Fix for minion caching jobs when master is down
  557. - Bump default `syndic_wait` to 5 to fix syndic-related problems
  558. (issue 12262)
  559. - Fix false positive error in logs for `makeconf` state (issue 9762)
  560. - Fix for extra blank lines in `file.blockreplace` (issue 12422)
  561. - Use system locale for ports package installations
  562. - Fix for `cmd_iter`/`cmd_iter_no_block` blocking issues (issue 12617)
  563. - Fix traceback when syncing custom types (issue 12883)
  564. - Fix cleaning directory symlinks in `file.directory`
  565. - Add performance optimizations for `saltutil.sync_all` and
  566. `state.highstate`
  567. - Fix possible error in `saltutil.running`
  568. - Fix for kmod modules with dashes (issue 13239)
  569. - Fix possible race condition for Windows minions in state module reloading
  570. (issue 12370)
  571. - Fix bug with roster for `passwd`s that are loaded as non-string objects
  572. (issue 13249)
  573. - Keep duplicate version numbers from showing up in `pkg.list_pkgs` output
  574. - Fixes for Jinja renderer, timezone mod`module
  575. <salt.modules.timezone>`/mod`state <salt.states.timezone>` (issue 12724)
  576. - Fix timedatectl parsing for systemd>=210 (issue 12728)
  577. - Removed the deprecated external nodes classifier (originally accessible by
  578. setting a value for external_nodes in the master configuration file). Note
  579. that this functionality has been marked deprecated for some time and was
  580. replaced by the more general doc`master tops <topics/master_tops>` system.
  581. - More robust escaping of ldap filter strings.
  582. - Fix trailing slash in conf_master`gitfs_root` causing files not to be
  583. available (issue 13185)
  584. -------------------------------------------------------------------
  585. Tue Jun 10 21:10:44 UTC 2014 - aboe76@gmail.com
  586. - added bash completion package
  587. -------------------------------------------------------------------
  588. Mon May 5 18:19:29 UTC 2014 - aboe76@gmail.com
  589. - Updated to 2014.1.4
  590. - Fix setup.py dependency issue (issue 12031)
  591. - Fix handling for IOErrors under certain circumstances (issue 11783 and issue 11853)
  592. - Fix fatal exception when `/proc/1/cgroup` is not readable (issue 11619)
  593. - Fix os grains for OpenSolaris (issue 11907)
  594. - Fix `lvs.zero` module argument pass-through (issue 9001)
  595. - Fix bug in `debian_ip` interaction with `network.system` state (issue 11164)
  596. - Remove bad binary package verification code (issue 12177)
  597. - Fix traceback in solaris package installation (issue 12237)
  598. - Fix `file.directory` state symlink handling (issue 12209)
  599. - Remove `external_ip` grain
  600. - Fix `file.managed` makedirs issues (issue 10446)
  601. - Fix hang on non-existent Windows drive letter for `file` module (issue 9880)
  602. - Fix salt minion caching all users on the server (issue 9743)
  603. -------------------------------------------------------------------
  604. Thu Apr 17 18:06:56 UTC 2014 - aboe76@gmail.com
  605. - Updated to 2014.1.3
  606. - Fix username detection when su'ed to root on FreeBSD (issue 11628)
  607. - Fix minionfs backend for file.recurse states
  608. - Fix 32-bit packages of different arches than the CPU arch, on 32-bit RHEL/CentOS (issue 11822)
  609. - Fix bug with specifying alternate home dir on user creation (FreeBSD) (issue 11790)
  610. - Don’t reload site module on module refresh for MacOS
  611. - Fix regression with running execution functions in Pillar SLS (issue 11453)
  612. - Fix some modules missing from Windows installer
  613. - Don’t log an error for yum commands that return nonzero exit status on non-failure (issue 11645)
  614. - Fix bug in rabbitmq state (issue 8703)
  615. - Fix missing ssh config options (issue 10604)
  616. - Fix top.sls ordering (issue 10810 and issue 11691)
  617. - Fix salt-key --list all (issue 10982)
  618. - Fix win_servermanager install/remove function (issue 11038)
  619. - Fix interaction with tokens when running commands as root (issue 11223)
  620. - Fix overstate bug with find_job and **kwargs (issue 10503)
  621. - Fix saltenv for aptpkg.mod_repo from pkgrepo state
  622. - Fix environment issue causing file caching problems (issue 11189)
  623. - Fix bug in __parse_key in registry state (issue 11408)
  624. - Add minion auth retry on rejection (issue 10763)
  625. - Fix publish_session updating the encryption key (issue 11493)
  626. - Fix for bad AssertionError raised by GitPython (issue 11473)
  627. - Fix debian_ip to allow disabling and enabling networking on Ubuntu (issue 11164)
  628. - Fix potential memory leak caused by saved (and unused) events (issue 11582)
  629. - Fix exception handling in the MySQL module (issue 11616)
  630. - Fix environment-related error (issue 11534)
  631. - Include psutil on Windows
  632. - Add file.replace and file.search to Windows (issue 11471)
  633. - Add additional file module helpers to Windows (issue 11235)
  634. - Add pid to netstat output on Windows (issue 10782)
  635. - Fix Windows not caching new versions of installers in winrepo (issue 10597)
  636. - Fix hardcoded md5 hashing
  637. - Fix kwargs in salt-ssh (issue 11609)
  638. - Fix file backup timestamps (issue 11745)
  639. - Fix stacktrace on sys.doc with invalid eauth (issue 11293)
  640. - Fix git.latest with test=True (issue 11595)
  641. - Fix file.check_perms hardcoded follow_symlinks (issue 11387)
  642. - Fix certain pkg states for RHEL5/Cent5 machines (issue 11719)
  643. - Packaging:
  644. - python-psutil depencies (more functional modules out of the box)
  645. - python-yaml depencies (more functional modules out of the box)
  646. - python-requests depencies (salt-cloud)
  647. -------------------------------------------------------------------
  648. Wed Mar 19 19:29:13 UTC 2014 - aboe76@gmail.com
  649. - Updated to 2014.1.1 Bug Fix release
  650. - temporarily disabled integration check after consult with Upstream
  651. -------------------------------------------------------------------
  652. Thu Feb 20 19:10:20 UTC 2014 - aboe76@gmail.com
  653. - Updated to 2014.1.0 Major Release
  654. - features:
  655. - 2014.1.0 is the first release to follow the new date-based release naming system.
  656. - Salt Cloud Merged into Salt
  657. - Google Compute Engine support is added to salt-cloud.
  658. - Salt Virt released
  659. - Docker Integration
  660. - IPv6 Support for iptables State/Module
  661. - GitFS Improvements
  662. - MinionFS
  663. - saltenv
  664. - Grains Caching
  665. - Improved Command Logging Control
  666. - PagerDuty Support
  667. - Virtual Terminal
  668. - Proxy Minions
  669. - bugfixes:
  670. - Fix mount.mounted leaving conflicting entries in fstab (:issue:`7079`)
  671. - Fix mysql returner serialization to use json (:issue:`9590`)
  672. - Fix ZMQError: Operation cannot be accomplished in current state errors (:issue:`6306`)
  673. - Rbenv and ruby improvements
  674. - Fix quoting issues with mysql port (:issue:`9568`)
  675. - Update mount module/state to support multiple swap partitions (:issue:`9520`)
  676. - Fix archive state to work with bsdtar
  677. - Clarify logs for minion ID caching
  678. - Add numeric revision support to git state (:issue:`9718`)
  679. - Update master_uri with master_ip (:issue:`9694`)
  680. - Add comment to Debian mod_repo (:issue:`9923`)
  681. - Fix potential undefined loop variable in rabbitmq state (:issue:`8703`)
  682. - Fix for salt-virt runner to delete key on VM deletion
  683. - Fix for salt-run -d to limit results to specific runner or function (:issue:`9975`)
  684. - Add tracebacks to jinja renderer when applicable (:issue:`10010`)
  685. - Fix parsing in monit module (:issue:`10041`)
  686. - Fix highstate output from syndic minions (:issue:`9732`)
  687. - Quiet logging when dealing with passwords/hashes (:issue:`10000`)
  688. - Fix for multiple remotes in git_pillar (:issue:`9932`)
  689. - Fix npm installed command (:issue:`10109`)
  690. - Add safeguards for utf8 errors in zcbuildout module
  691. - Fix compound commands (:issue:`9746`)
  692. - Add systemd notification when master is started
  693. - Many doc improvements
  694. - packaging:
  695. - source tarball includes all packaging files in pkg folder.
  696. - fixed rpmlint errors about duplicates.
  697. - fixed rpmlint errors about non executables scripts.
  698. -------------------------------------------------------------------
  699. Sat Jan 25 20:21:12 UTC 2014 - aboe76@gmail.com
  700. - Updated to 0.17.5 a bugfix release for 0.17.0:
  701. -------------------------------------------------------------------
  702. Thu Dec 12 12:57:51 UTC 2013 - aboe76@gmail.com
  703. - Updated to 0.17.4 which is another bugfix release for 0.17.0:
  704. - Fix some jinja render errors (issue 8418)
  705. - Fix file.replace state changing file ownership (issue 8399)
  706. - Fix state ordering with the PyDSL renderer (issue 8446)
  707. - Fix for new npm version (issue 8517)
  708. - Fix for pip state requiring name even with requirements file (issue 8519)
  709. - Add sane maxrunning defaults for scheduler (issue 8563)
  710. - Fix states duplicate key detection (issue 8053)
  711. - Fix SUSE patch level reporting (issue 8428)
  712. - Fix managed file creation umask (issue 8590)
  713. - Fix logstash exception (issue 8635)
  714. - Improve argument exception handling for salt command (issue 8016)
  715. - Fix pecl success reporting (issue 8750)
  716. - Fix launchctl module exceptions (issue 8759)
  717. - Fix argument order in pw_user module
  718. - Add warnings for failing grains (issue 8690)
  719. - Fix hgfs problems caused by connections left open (issue 8811 and issue 8810)
  720. - Fix installation of packages with dots in pkg name (issue 8614)
  721. - Fix noarch package installation on CentOS 6 (issue 8945)
  722. - Fix portage_config.enforce_nice_config (issue 8252)
  723. - Fix salt.util.copyfile umask usage (issue 8590)
  724. - Fix rescheduling of failed jobs (issue 8941)
  725. - Fix conflicting options in postgres module (issue 8717)
  726. - Fix ps modules for psutil >= 0.3.0 (issue 7432)
  727. - Fix postgres module to return False on failure (issue 8778)
  728. - Fix argument passing for args with pound signs (issue 8585)
  729. - Fix pid of salt CLi command showing in status.pid output (issue 8720)
  730. - Fix rvm to run gem as the correct user (issue 8951)
  731. - Fix namespace issue in win_file module (issue 9060)
  732. - Fix masterless state paths on windows (issue 9021)
  733. - Fix timeout option in master config (issue 9040)
  734. -------------------------------------------------------------------
  735. Thu Nov 21 15:33:06 UTC 2013 - speilicke@suse.com
  736. - Add bugzilla for solved issues
  737. -------------------------------------------------------------------
  738. Fri Nov 15 18:57:46 UTC 2013 - aboe76@gmail.com
  739. - dropped python-urllib3 depency not in factory yet.
  740. only needed with saltstack helium and higher
  741. -------------------------------------------------------------------
  742. Thu Nov 14 22:05:06 UTC 2013 - aboe76@gmail.com
  743. - Updated to salt 0.17.2 Bugfix Release:
  744. - Add ability to delete key with grains.delval (issue 7872)
  745. - Fix possible state compiler stack trace (issue 5767)
  746. - Fix grains targeting for new grains (issue 5737)
  747. - Fix bug with merging in git_pillar (issue 6992)
  748. - Fix print_jobs duplicate results
  749. - Fix possible KeyError from ext_job_cache missing option
  750. - Fix auto_order for - names states (issue 7649)
  751. - Fix regression in new gitfs installs (directory not found error)
  752. - Fix fileclient in case of master restart (issue 7987)
  753. - Try to output warning if CLI command malformed (issue 6538)
  754. - Fix --out=quiet to actually be quiet (issue 8000)
  755. - Fix for state.sls in salt-ssh (issue 7991)
  756. - Fix for MySQL grants ordering issue (issue 5817)
  757. - Fix traceback for certain missing CLI args (issue 8016)
  758. - Add ability to disable lspci queries on master (issue 4906)
  759. - Fail if sls defined in topfile does not exist (issue 5998)
  760. - Add ability to downgrade MySQL grants (issue 6606)
  761. - Fix ssh_auth.absent traceback (issue 8043)
  762. - Fix ID-related issues (issue 8052, issue 8050, and others)
  763. - Fix for jinja rendering issues (issue 8066 and issue 8079)
  764. - Fix argument parsing in salt-ssh (issue 7928)
  765. - Fix some GPU detection instances (issue 6945)
  766. - Fix bug preventing includes from other environments in SLS files
  767. - Fix for kwargs with dashes (issue 8102)
  768. - Fix apache.adduser without apachectl (issue 8123)
  769. - Fix issue with evaluating test kwarg in states (issue 7788)
  770. - Fix regression in salt.client.Caller() (issue 8078)
  771. - Fix bug where cmd.script would try to run even if caching failed (issue 7601)
  772. - Fix for mine data not being updated (issue 8144)
  773. - Fix a Xen detection edge case (issue 7839)
  774. - Fix version generation for when it's part of another git repo (issue 8090)
  775. - Fix _handle_iorder stacktrace so that the real syntax error is shown (issue 8114 and issue 7905)
  776. - Fix git.latest state when a commit SHA is used (issue 8163)
  777. - Fix for specifying identify file in git.latest (issue 8094)
  778. - Fix for --output-file CLI arg (issue 8205)
  779. - Add ability to specify shutdown time for system.shutdown (issue 7833)
  780. - Fix for salt version using non-salt git repo info (issue 8266)
  781. - Add additional hints at impact of pkgrepo states when test=True (issue 8247)
  782. - Fix for salt-ssh files not being owned by root (issue 8216)
  783. - Fix retry logic and error handling in fileserver (related to issue 7755)
  784. - Fix file.replace with test=True (issue 8279)
  785. - Add flag for limiting file traversal in fileserver (issue 6928)
  786. - Fix for extra mine processes (issue 5729)
  787. - Fix for unloading custom modules (issue 7691)
  788. - Fix for salt-ssh opts (issue 8005 and issue 8271)
  789. - Fix compound matcher for grains (issue 7944)
  790. - Add dir_mode to file.managed (issue 7860)
  791. - Improve traceroute support for FreeBSD and OS X (issue 4927)
  792. - Fix for matching minions under syndics (issue 7671)
  793. - Improve exception handling for missing ID (issue 8259)
  794. - Add configuration option for minion_id_caching
  795. - Fix open mode auth errors (issue 8402)
  796. -------------------------------------------------------------------
  797. Sun Nov 10 07:52:54 UTC 2013 - aboe76@gmail.com
  798. - In preparation of salt Helium all requirements of salt-cloud
  799. absorbed in salt
  800. -------------------------------------------------------------------
  801. Fri Nov 1 07:22:04 UTC 2013 - aboe76@gmail.com
  802. - Added salt-doc package with html documentation of salt
  803. -------------------------------------------------------------------
  804. Thu Oct 31 21:25:24 UTC 2013 - aboe76@gmail.com
  805. - Disabled salt unit test, new test assert value not in 0.17.1
  806. -------------------------------------------------------------------
  807. Mon Oct 21 06:00:31 UTC 2013 - aboe76@gmail.com
  808. - Updated requirements python-markupsafe required for salt-ssh
  809. -------------------------------------------------------------------
  810. Fri Oct 18 11:24:28 UTC 2013 - p.drouand@gmail.com
  811. - Don't support sysvinit and systemd for the same system; add conditionnal
  812. macros to use systemd only on systems which support it and sysvinit
  813. on other systems
  814. -------------------------------------------------------------------
  815. Thu Oct 17 18:27:23 UTC 2013 - aboe76@gmail.com
  816. - Updated to salt 0.17.1 bugfix release (bnc#849205, bnc#849204, bnc#849184):
  817. - Fix symbolic links in thin.tgz (:issue:`7482`)
  818. - Pass env through to file.patch state (:issue:`7452`)
  819. - Service provider fixes and reporting improvements (:issue:`7361`)
  820. - Add --priv option for specifying salt-ssh private key
  821. - Fix salt-thin's salt-call on setuptools installations (:issue:`7516`)
  822. - Fix salt-ssh to support passwords with spaces (:issue:`7480`)
  823. - Fix regression in wildcard includes (:issue:`7455`)
  824. - Fix salt-call outputter regression (:issue:`7456`)
  825. - Fix custom returner support for startup states (:issue:`7540`)
  826. - Fix value handling in augeas (:issue:`7605`)
  827. - Fix regression in apt (:issue:`7624`)
  828. - Fix minion ID guessing to use socket.getfqdn() first (:issue:`7558`)
  829. - Add minion ID caching (:issue:`7558`)
  830. - Fix salt-key race condition (:issue:`7304`)
  831. - Add --include-all flag to salt-key (:issue:`7399`)
  832. - Fix custom grains in pillar (part of :issue:`5716`, :issue:`6083`)
  833. - Fix race condition in salt-key (:issue:`7304`)
  834. - Fix regression in minion ID guessing, prioritize socket.getfqdn() (:issue:`7558`)
  835. - Cache minion ID on first guess (:issue:`7558`)
  836. - Allow trailing slash in file.directory state
  837. - Fix reporting of file_roots in pillar return (:issue:`5449` and :issue:`5951`)
  838. - Remove pillar matching for mine.get (:issue:`7197`)
  839. - Sanitize args for multiple execution modules
  840. - Fix yumpkag mod_repo functions to filter hidden args (:issue:`7656`)
  841. - Fix conflicting IDs in state includes (:issue:`7526`)
  842. - Fix mysql_grants.absent string formatting issue (:issue:`7827`)
  843. - Fix postgres.version so it won't return None (:issue:`7695`)
  844. - Fix for trailing slashes in mount.mounted state
  845. - Fix rogue AttributErrors in the outputter system (:issue:`7845`)
  846. - Fix for incorrect ssh key encodings resulting in incorrect key added (:issue:`7718`)
  847. - Fix for pillar/grains naming regression in python renderer (:issue:`7693`)
  848. - Fix args/kwargs handling in the scheduler (:issue:`7422`)
  849. - Fix logfile handling for file://, tcp:// and udp:// (:issue:`7754`)
  850. - Fix error handling in config file parsing (:issue:`6714`)
  851. - Fix RVM using sudo when running as non-root user (:issue:`2193`)
  852. - Fix client ACL and underlying logging bugs (:issue:`7706`)
  853. - Fix scheduler bug with returner (:issue:`7367`)
  854. - Fix user management bug related to default groups (:issue:`7690`)
  855. - Fix various salt-ssh bugs (:issue:`7528`)
  856. - Many various documentation fixes
  857. -------------------------------------------------------------------
  858. Thu Oct 3 06:01:23 UTC 2013 - aboe76@gmail.com
  859. - Updated init files to be inline with fedora/rhel packaging upstream
  860. -------------------------------------------------------------------
  861. Mon Sep 30 18:56:27 UTC 2013 - aboe76@gmail.com
  862. - Cleaned up spec file:
  863. - Unit testing can be done on all distributions
  864. -------------------------------------------------------------------
  865. Sat Sep 28 19:11:10 UTC 2013 - aboe76@gmail.com
  866. - Updated package following salt package guidelins:
  867. https://github.com/saltstack/salt/blob/develop/doc/topics/conventions/packaging.rst
  868. - activated salt-testing for unit testing salt before releasing rpm
  869. - updated docs
  870. - added python-xml as dependency
  871. -------------------------------------------------------------------
  872. Thu Sep 19 17:18:06 UTC 2013 - aboe76@gmail.com
  873. - Updated 0.17.0 Feature Release
  874. Major features:
  875. - halite (web Gui)
  876. - salt ssh (remote execution/states over ssh) with its own package
  877. - Rosters (list system targets not know to master)
  878. - State Auto Order (state evaluation and execute in order of define)
  879. - state.sls Runner (system orchestration from within states via master)
  880. - Mercurial Fileserver Backend
  881. - External Logging Handlers (sentry and logstash support)
  882. - Jenkins Testing
  883. - Salt Testing Project (testing libraries for salt)
  884. - StormPath External Authentication support
  885. - LXC Support (lxc support for salt-virt)
  886. - Package dependencies reordering:
  887. * salt-master requires python-pyzmq, and recommends python-halite
  888. * salt-minion requires python-pyzmq
  889. * salt-ssh requires sshpass
  890. * salt-syndic requires salt-master
  891. Minor features:
  892. - 0.17.0 release will be last release for 0.XX.X numbering system
  893. Next release will be <Year>.<Month>.<Minor>
  894. -------------------------------------------------------------------
  895. Sat Sep 7 22:44:41 UTC 2013 - aboe76@gmail.com
  896. - Update 0.16.4 bugfix release:
  897. - Multiple documentation improvements/additions
  898. - Added the osfinger and osarch grains
  899. - Fix bug in :mod:`hg.latest <salt.states.hg.latest>` state
  900. that would erroneously delete directories (:issue:`6661`)
  901. - Fix bug related to pid not existing for
  902. :mod:`ps.top <salt.modules.ps.top>` (:issue:`6679`)
  903. - Fix regression in :mod:`MySQL returner <salt.returners.mysql>`
  904. (:issue:`6695`)
  905. - Fix IP addresses grains (ipv4 and ipv6) to include all addresses
  906. (:issue:`6656`)
  907. - Fix regression preventing authenticated FTP (:issue:`6733`)
  908. - Fix :mod:`file.contains <salt.modules.file.contains>` on values
  909. YAML parses as non-string (:issue:`6817`)
  910. - Fix :mod:`file.get_gid <salt.modules.file.get_gid>`,
  911. :mod:`file.get_uid <salt.modules.file.get_uid>`, and
  912. :mod:`file.chown <salt.modules.file.chown>` for broken symlinks
  913. (:issue:`6826`)
  914. - Fix comment for service reloads in service state (:issue:`6851`)
  915. -------------------------------------------------------------------
  916. Fri Aug 9 18:08:12 UTC 2013 - aboe76@gmail.com
  917. - Update 0.16.3 bugfix release:
  918. - Fixed scheduler config in pillar
  919. - Fixed default value for file_recv master config option
  920. - Fixed missing master configuration file parameters
  921. - Fixed regression in binary package installation on 64-bit systems
  922. - Fixed stackgrace when commenting a section in top.sls
  923. - Fixed state declarations not formed as a list message.
  924. - Fixed infinite loop on minion
  925. - Fixed stacktrace in watch when state is 'prereq'
  926. - Feature: function filter_by to grains module
  927. - Feature: add new "osfinger" grain
  928. -------------------------------------------------------------------
  929. Sat Aug 3 06:01:32 UTC 2013 - aboe76@gmail.com
  930. - Fixed regression bug in salt 0.16.2
  931. - Newly installed salt-minion doesn't create
  932. /var/cache/salt/minion/proc
  933. - fix let package create this directory
  934. next version of Salt doesn't need this.
  935. -------------------------------------------------------------------
  936. Fri Aug 2 05:36:08 UTC 2013 - aboe76@gmail.com
  937. - Updated to salt 0.16.2
  938. - gracefully handle lsb_release data when it is enclosed in quotes
  939. - fixed pillar load from master config
  940. - pillar function pillar.item and pillar.items instead of pillar.data
  941. - fixed traceback when pillar sls is malformed
  942. - gracefully handle quoted publish commands
  943. - publich function publish.item and publish.items instead of publish.data
  944. - salt-key usage in minionswarm script fixed
  945. - minion random reauth_delay added to stagger re-auth attempts.
  946. - improved user and group management
  947. - improved file management
  948. - improved package management
  949. - service management custom initscripts support
  950. - module networking hwaddr renamed to be in line with other modules
  951. - fixed traceback in bridge.show
  952. - fixed ssh know_hosts and auth.present output.
  953. for more information: http://docs.saltstack.com/topics/releases/0.16.2.html
  954. -------------------------------------------------------------------
  955. Mon Jul 29 20:11:14 UTC 2013 - aboe76@gmail.com
  956. - removed not needed requirements:
  957. Requires(pre): /usr/sbin/groupadd
  958. Requires(pre): /usr/sbin/useradd
  959. Requires(pre): /usr/sbin/userdel
  960. -------------------------------------------------------------------
  961. Mon Jul 29 18:06:03 UTC 2013 - aboe76@gmail.com
  962. - Updated to salt 0.16.1
  963. - Bugfix release
  964. - postgresql module Fixes #6352.
  965. - returner fixes Fixes issue #5518
  966. - http authentication issues fixed #6356
  967. - warning of deprecation runas in favor of user
  968. - more information at https://github.com/saltstack/salt/commits/v0.16.1
  969. -------------------------------------------------------------------
  970. Fri Jul 5 21:24:21 UTC 2013 - aboe76@gmail.com
  971. - Updated init files, rc_status instead of rc status.
  972. -------------------------------------------------------------------
  973. Tue Jul 2 04:55:21 UTC 2013 - aboe76@gmail.com
  974. - Update to salt 0.16.0 final
  975. - Multi-Master capability
  976. - Prereq, the new requisite
  977. - Peer system improvement
  978. - Relative Includes
  979. - More state Output Options
  980. - Improved Windows Support
  981. - Multi Targets for pkg.removed, pgk.purged States
  982. - Random Times in cron states
  983. - Confirmation Prompt on Key acceptance on master
  984. - full changelog details: http://docs.saltstack.com/topics/releases/0.16.0.html
  985. -------------------------------------------------------------------
  986. Sat Jun 22 05:31:10 UTC 2013 - aboe76@gmail.com
  987. - Updated to salt 0.16.0RC
  988. - New Features in 0.16.0:
  989. - Multi-Master capability
  990. - Prereq, the new requisite
  991. - Peer system improvement
  992. - Relative Includes
  993. - More state Output Options
  994. - Improved Windows Support
  995. - Multi Targets for pkg.removed, pgk.purged States
  996. - Random Times in cron states
  997. - Confirmation Prompt on Key acceptance on master
  998. - full changelog details: http://docs.saltstack.com/topics/releases/0.16.0.html
  999. -------------------------------------------------------------------
  1000. Wed Jun 12 20:48:36 UTC 2013 - aboe76@gmail.com
  1001. - Updated init files from upstream, so init files are the same for
  1002. fedora/redhat/centos/debian/suse
  1003. - Removed salt user and daemon.conf file, so package is in line
  1004. with upstream packages fedora/centos/debian.
  1005. -------------------------------------------------------------------
  1006. Sun Jun 2 07:39:03 UTC 2013 - aboe76@gmail.com
  1007. - minor permission fix on salt config files to fix external auth
  1008. -------------------------------------------------------------------
  1009. Sat Jun 1 21:51:07 UTC 2013 - aboe76@gmail.com
  1010. - Service release 0.15.3
  1011. showstoppers from 0.15.2:
  1012. - mine fix cross validity.
  1013. - redhat package issue
  1014. - pillar refresh fix
  1015. -------------------------------------------------------------------
  1016. Wed May 29 16:10:42 UTC 2013 - aboe76@gmail.com
  1017. - Service release 0.15.2
  1018. xinetd service name not appended
  1019. virt-module uses qemu-img
  1020. publish.publish returns same info as salt-master
  1021. updated gitfs module
  1022. -------------------------------------------------------------------
  1023. Mon May 27 20:42:06 UTC 2013 - aboe76@gmail.com
  1024. - Fixed salt-master config file not readable by user 'salt'
  1025. -------------------------------------------------------------------
  1026. Mon May 27 20:04:14 UTC 2013 - aboe76@gmail.com
  1027. - Updated package spec: security enhancement.
  1028. added system user salt to run salt-master under privileged user 'salt'
  1029. added config dirs, master.d/minion.d/syndic.d to add config files.
  1030. added salt-daemon.conf were salt user is specified under salt-master.
  1031. -------------------------------------------------------------------
  1032. Sun May 12 20:18:24 UTC 2013 - aboe76@gmail.com
  1033. - Updated package spec, for systemd unit files
  1034. according to how systemd files needs to be packaged
  1035. - added logrotate on salt log files
  1036. - fixed rpmlint complain about reload function in init files
  1037. -------------------------------------------------------------------
  1038. Wed May 8 21:44:49 UTC 2013 - aboe76@gmail.com
  1039. - Updated to salt 0.15.1
  1040. - bugfix release.
  1041. - fixes suse service check
  1042. -------------------------------------------------------------------
  1043. Sat May 4 08:16:27 UTC 2013 - aboe76@gmail.com
  1044. - Updated to salt 0.15.0
  1045. Major update:
  1046. - salt mine function
  1047. - ipv6 support
  1048. - copy files from minions to master
  1049. - better template debugging
  1050. - state event firing
  1051. - major syndic updates
  1052. - peer system updates
  1053. - minion key revokation
  1054. - function return codes
  1055. - functions in overstate
  1056. - Pillar error reporting
  1057. - Cached State Data
  1058. - Monitoring states
  1059. - Read http://docs.saltstack.com/topics/releases/0.15.0.html for more information
  1060. - improved init files overwrite with /etc/default/salt
  1061. -------------------------------------------------------------------
  1062. Tue Apr 23 19:18:29 UTC 2013 - aboe76@gmail.com
  1063. - Updated init files:
  1064. - removed probe/reload/force reload
  1065. this isn't supported
  1066. -------------------------------------------------------------------
  1067. Sun Apr 14 14:46:00 UTC 2013 - aboe76@gmail.com
  1068. - Updated init files
  1069. -------------------------------------------------------------------
  1070. Sun Apr 14 07:00:51 UTC 2013 - aboe76@gmail.com
  1071. - Updated to 0.14.1 bugfix release:
  1072. - some major fixes for the syndic system,
  1073. - fixes to file.recurse and external auth and
  1074. - fixes for windows
  1075. -------------------------------------------------------------------
  1076. Thu Apr 11 05:37:29 UTC 2013 - aboe76@gmail.com
  1077. - Updated salt init files with option -d to really daemonize it
  1078. -------------------------------------------------------------------
  1079. Sat Mar 23 23:51:53 UTC 2013 - aboe76@gmail.com
  1080. - Updated to 0.14.0
  1081. MAJOR FEATURES:
  1082. - Salt - As a Cloud Controller
  1083. - Libvirt State
  1084. - New get Functions
  1085. -------------------------------------------------------------------
  1086. Tue Mar 19 06:46:36 UTC 2013 - aboe76@gmail.com
  1087. - Updated to 0.13.3
  1088. Last Bugfixes release before 0.14.0
  1089. -------------------------------------------------------------------
  1090. Wed Mar 13 22:04:43 UTC 2013 - aboe76@gmail.com
  1091. - Updated 0.13.2
  1092. Bugfixes release (not specified)
  1093. -------------------------------------------------------------------
  1094. Mon Feb 25 17:52:59 UTC 2013 - aboe76@gmail.com
  1095. - Updated spec file, postun removal of init.d files
  1096. -------------------------------------------------------------------
  1097. Sat Feb 16 09:25:30 UTC 2013 - aboe76@gmail.com
  1098. - Updated to Salt 0.13.1 bugfixes:
  1099. - Fix #3693 (variable ref'ed before assignment)
  1100. - Fix stack trace introduced with
  1101. - Updated limit to be escaped like before and after.
  1102. - Import install command from setuptools if we use them.
  1103. - Fix user info not displayed correctly when group doesn't map cleanly
  1104. - fix bug: Client.cache_dir()
  1105. - Fix #3717
  1106. - Fix #3716
  1107. - Fix cmdmod.py daemon error
  1108. - Updated test to properly determine homebrew user
  1109. - Fixed whitespace issue
  1110. -------------------------------------------------------------------
  1111. Thu Feb 14 06:43:08 UTC 2013 - aboe76@gmail.com
  1112. - Updated to salt 0.13.0
  1113. -------------------------------------------------------------------
  1114. Wed Jan 30 20:57:57 UTC 2013 - aboe76@gmail.com
  1115. - Updated SUSE Copyright in Spec-file
  1116. -------------------------------------------------------------------
  1117. Mon Jan 28 15:23:08 UTC 2013 - toddrme2178@gmail.com
  1118. - Cleanup spec file
  1119. -------------------------------------------------------------------
  1120. Sat Jan 26 09:29:39 UTC 2013 - aboe76@gmail.com
  1121. - split syndic from master in separate package
  1122. -------------------------------------------------------------------
  1123. Tue Jan 22 17:53:39 UTC 2013 - aboe76@gmail.com
  1124. - updated to salt 0.12.1 bugfix release
  1125. -------------------------------------------------------------------
  1126. Wed Jan 16 06:38:40 UTC 2013 - aboe76@gmail.com
  1127. - uploaded to salt 0.12.0