Saltstack Official Nginx Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

125 rindas
4.6KB

  1. Changelog
  2. =========
  3. `2.0.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.1.0...v2.0.0>`_ (2019-06-19)
  4. -------------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **snippets:** removed appending of ".conf" (\ `aa87721 <https://github.com/saltstack-formulas/nginx-formula/commit/aa87721>`_\ )
  8. BREAKING CHANGES
  9. ^^^^^^^^^^^^^^^^
  10. * **snippets:** Users have to modify their pillar
  11. according to this commit. Users MUST append '.conf' for their
  12. existing managed snippets.
  13. `1.1.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.5...v1.1.0>`_ (2019-06-03)
  14. -------------------------------------------------------------------------------------------------------
  15. Features
  16. ^^^^^^^^
  17. * **tofs:** first implemetation + tplroot (\ `d5262ea <https://github.com/saltstack-formulas/nginx-formula/commit/d5262ea>`_\ )
  18. `1.0.5 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.4...v1.0.5>`_ (2019-05-13)
  19. -------------------------------------------------------------------------------------------------------
  20. Documentation
  21. ^^^^^^^^^^^^^
  22. * **readme:** improve readme sections (\ `3cc3407 <https://github.com/saltstack-formulas/nginx-formula/commit/3cc3407>`_\ )
  23. `1.0.4 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.3...v1.0.4>`_ (2019-05-13)
  24. -------------------------------------------------------------------------------------------------------
  25. Bug Fixes
  26. ^^^^^^^^^
  27. * prevent running of states deprecated in ``v1.0.0`` (\ `46dff15 <https://github.com/saltstack-formulas/nginx-formula/commit/46dff15>`_\ )
  28. `1.0.3 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.2...v1.0.3>`_ (2019-05-13)
  29. -------------------------------------------------------------------------------------------------------
  30. Documentation
  31. ^^^^^^^^^^^^^
  32. * **readme:** add warning banner about ``v1.0.0`` breaking changes (\ `d553821 <https://github.com/saltstack-formulas/nginx-formula/commit/d553821>`_\ )
  33. `1.0.2 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.1...v1.0.2>`_ (2019-05-12)
  34. -------------------------------------------------------------------------------------------------------
  35. Documentation
  36. ^^^^^^^^^^^^^
  37. * **readme:** update README, add badges (\ `adbac43 <https://github.com/saltstack-formulas/nginx-formula/commit/adbac43>`_\ )
  38. `1.0.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.0...v1.0.1>`_ (2019-05-12)
  39. -------------------------------------------------------------------------------------------------------
  40. Documentation
  41. ^^^^^^^^^^^^^
  42. * remove obsolete CHANGELOG.rst file (\ `698aadb <https://github.com/saltstack-formulas/nginx-formula/commit/698aadb>`_\ )
  43. `1.0.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0>`_ (2019-05-12)
  44. --------------------------------------------------------------------------------------------------------
  45. Build System
  46. ^^^^^^^^^^^^
  47. * remove obsolete Makefile (\ `4961b04 <https://github.com/saltstack-formulas/nginx-formula/commit/4961b04>`_\ )
  48. Code Refactoring
  49. ^^^^^^^^^^^^^^^^
  50. * replace old ``nginx`` with ``nginx.ng`` (\ `0fc5070 <https://github.com/saltstack-formulas/nginx-formula/commit/0fc5070>`_\ )
  51. BREAKING CHANGES
  52. ^^^^^^^^^^^^^^^^
  53. * all previous ``nginx`` based configurations must be reviewed;
  54. ``nginx.ng`` usage must be promoted to ``nginx`` and any uses of the original
  55. ``nginx`` will have to be converted.
  56. `0.56.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1>`_ (2019-04-27)
  57. ----------------------------------------------------------------------------------------------------------
  58. Tests
  59. ^^^^^
  60. * **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>`_\ )
  61. `0.56.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0>`_ (2019-04-26)
  62. ----------------------------------------------------------------------------------------------------------
  63. Features
  64. ^^^^^^^^
  65. * **\ ``pillar.example``\ :** add stock ``log_format`` (\ `95ff308 <https://github.com/saltstack-formulas/nginx-formula/commit/95ff308>`_\ )
  66. `0.55.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.0...v0.55.1>`_ (2019-04-26)
  67. ----------------------------------------------------------------------------------------------------------
  68. Documentation
  69. ^^^^^^^^^^^^^
  70. * **semantic-release:** implement an automated changelog (\ `569b07a <https://github.com/saltstack-formulas/nginx-formula/commit/569b07a>`_\ )