SHA256
1
0
forked from pool/salt

Accepting request 201024 from devel:languages:python

updated to salt-0.17.0 (forwarded request 201023 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/201024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2013-09-27 16:20:38 +00:00
committed by Git OBS Bridge
parent cb0a5e4251
commit bf747f3c5c
4 changed files with 65 additions and 24 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Sep 19 17:18:06 UTC 2013 - aboe76@gmail.com
- Updated 0.17.0 Feauture Release
Major features:
- halite (web Gui)
- salt ssh (remote execution/states over ssh) with its own package
- Rosters (list system targets not know to master)
- State Auto Order (state evaluation and execute in order of define)
- state.sls Runner (system orchestration from within states via master)
- Mercurial Fileserver Backend
- External Logging Handlers (sentry and logstash support)
- Jenkins Testing
- Salt Testing Project (testing libraries for salt)
- StormPath External Authentication support
- LXC Support (lxc support for salt-virt)
- Package dependencies reordering:
* salt-master requires python-pyzmq, and recommends python-halite
* salt-minion requires python-pyzmq
* salt-ssh requires sshpass
* salt-syndic requires salt-master
Minor features:
- 0.17.0 release wil be last release for 0.XX.X numbering system
Next release will be <Year>.<Month>.<Minor>
-------------------------------------------------------------------
Sat Sep 7 22:44:41 UTC 2013 - aboe76@gmail.com