Saltstack Official Nginx Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

63 lines
2.2KB

  1. Changelog
  2. =========
  3. `1.0.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.0...v1.0.1>`_ (2019-05-12)
  4. -------------------------------------------------------------------------------------------------------
  5. Documentation
  6. ^^^^^^^^^^^^^
  7. * remove obsolete CHANGELOG.rst file (\ `698aadb <https://github.com/saltstack-formulas/nginx-formula/commit/698aadb>`_\ )
  8. `1.0.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0>`_ (2019-05-12)
  9. --------------------------------------------------------------------------------------------------------
  10. Build System
  11. ^^^^^^^^^^^^
  12. * remove obsolete Makefile (\ `4961b04 <https://github.com/saltstack-formulas/nginx-formula/commit/4961b04>`_\ )
  13. Code Refactoring
  14. ^^^^^^^^^^^^^^^^
  15. * replace old ``nginx`` with ``nginx.ng`` (\ `0fc5070 <https://github.com/saltstack-formulas/nginx-formula/commit/0fc5070>`_\ )
  16. BREAKING CHANGES
  17. ^^^^^^^^^^^^^^^^
  18. * all previous ``nginx`` based configurations must be reviewed;
  19. ``nginx.ng`` usage must be promoted to ``nginx`` and any uses of the original
  20. ``nginx`` will have to be converted.
  21. `0.56.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1>`_ (2019-04-27)
  22. ----------------------------------------------------------------------------------------------------------
  23. Tests
  24. ^^^^^
  25. * **inspec:** add test for ``log_format`` `#219 <https://github.com/saltstack-formulas/nginx-formula/issues/219>`_ (\ `4ed788e <https://github.com/saltstack-formulas/nginx-formula/commit/4ed788e>`_\ )
  26. `0.56.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0>`_ (2019-04-26)
  27. ----------------------------------------------------------------------------------------------------------
  28. Features
  29. ^^^^^^^^
  30. * **\ ``pillar.example``\ :** add stock ``log_format`` (\ `95ff308 <https://github.com/saltstack-formulas/nginx-formula/commit/95ff308>`_\ )
  31. `0.55.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.0...v0.55.1>`_ (2019-04-26)
  32. ----------------------------------------------------------------------------------------------------------
  33. Documentation
  34. ^^^^^^^^^^^^^
  35. * **semantic-release:** implement an automated changelog (\ `569b07a <https://github.com/saltstack-formulas/nginx-formula/commit/569b07a>`_\ )