0.8.2.rst 712 B

12345678910111213141516171819202122232425
  1. ==============
  2. salt-api 0.8.2
  3. ==============
  4. :program:`salt-api` 0.8.2 is largely a bugfix release that fixes a
  5. compatibility issue with changes in Salt 0.15.9.
  6. .. note::
  7. Requires Salt 0.15.9 or greater
  8. The following changes have been made to the :py:mod:`rest_cherrypy
  9. <salt.netapi.rest_cherrypy.app>` netapi module that provides a RESTful
  10. interface for a running Salt system:
  11. * Fixed issue #87 which caused the Salt master's PID file to be overwritten.
  12. * Fixed an inconsistency with the return format for the ``/minions``
  13. convenience URL.
  14. .. warning::
  15. This is a backward incompatible change.
  16. * Added a dedicated URL for serving an HTML app
  17. * Added dedicated URL for serving static media