Saltstack Official Nginx Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

405 行
20KB

  1. Changelog
  2. =========
  3. `2.6.3 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.2...v2.6.3>`_ (2021-04-03)
  4. -------------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **freebsd:** add ``openssl`` pkg and update all ``default`` tests (\ `4cd351a <https://github.com/saltstack-formulas/nginx-formula/commit/4cd351adbc184b938b0d0cf587419bab5b39a7d3>`_\ )
  8. Continuous Integration
  9. ^^^^^^^^^^^^^^^^^^^^^^
  10. * enable Vagrant-based testing using GitHub Actions (\ `c79ce9a <https://github.com/saltstack-formulas/nginx-formula/commit/c79ce9a9ae30e889ab925bb0398008b434bc9b0a>`_\ )
  11. `2.6.2 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.1...v2.6.2>`_ (2021-03-30)
  12. -------------------------------------------------------------------------------------------------------
  13. Bug Fixes
  14. ^^^^^^^^^
  15. * **servers_config:** fixup 05994e1 (\ `c03729a <https://github.com/saltstack-formulas/nginx-formula/commit/c03729ae326876a20cb22c346f9d4cd96418af9a>`_\ )
  16. `2.6.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.0...v2.6.1>`_ (2021-03-29)
  17. -------------------------------------------------------------------------------------------------------
  18. Bug Fixes
  19. ^^^^^^^^^
  20. * **servers_config:** remove service depedency (\ `05994e1 <https://github.com/saltstack-formulas/nginx-formula/commit/05994e1b174ccdf3ff4a444f81314ad925fa478d>`_\ )
  21. Code Refactoring
  22. ^^^^^^^^^^^^^^^^
  23. * **servers_config:** remove unused loop (\ `3825557 <https://github.com/saltstack-formulas/nginx-formula/commit/3825557070a18db4828cc634dd036a428f8a9836>`_\ )
  24. Continuous Integration
  25. ^^^^^^^^^^^^^^^^^^^^^^
  26. * **kitchen+ci:** include ``passenger`` suite [skip ci] (\ `0bbe686 <https://github.com/saltstack-formulas/nginx-formula/commit/0bbe68619fdf3791e6202ce3f17ca03efc4441c1>`_\ )
  27. Tests
  28. ^^^^^
  29. * standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `8ea3c82 <https://github.com/saltstack-formulas/nginx-formula/commit/8ea3c82be3fccb2bad8bac566f210454549d141e>`_\ )
  30. `2.6.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.5.0...v2.6.0>`_ (2021-03-11)
  31. -------------------------------------------------------------------------------------------------------
  32. Bug Fixes
  33. ^^^^^^^^^
  34. * **passenger:** various fixes (\ `7271c9d <https://github.com/saltstack-formulas/nginx-formula/commit/7271c9d16c8218244ae5ef0b188b7f9f4a414074>`_\ )
  35. * **pkg:** add inline EPEL repo configuration for Amazon Linux 2 (\ `ae6375c <https://github.com/saltstack-formulas/nginx-formula/commit/ae6375ccccd56a506ee28babbeabf351112a06de>`_\ )
  36. Continuous Integration
  37. ^^^^^^^^^^^^^^^^^^^^^^
  38. * **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `123d13e <https://github.com/saltstack-formulas/nginx-formula/commit/123d13e2f483c203cbfc1366b36a30e1732603e1>`_\ )
  39. * **kitchen+ci:** make rubocop happy [skip ci] (\ `eedfc56 <https://github.com/saltstack-formulas/nginx-formula/commit/eedfc56b41b673e196029274048670e89e55a694>`_\ )
  40. * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `63d32a4 <https://github.com/saltstack-formulas/nginx-formula/commit/63d32a40b13ca2c77bb83cceba620218617aab6a>`_\ )
  41. * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `b4411c6 <https://github.com/saltstack-formulas/nginx-formula/commit/b4411c61d3352ecb9775197f991f5f33996730dc>`_\ )
  42. * **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `2a23743 <https://github.com/saltstack-formulas/nginx-formula/commit/2a23743fca8fd54b2a18dc2a07d0daa8142c0289>`_\ )
  43. Features
  44. ^^^^^^^^
  45. * **config:** validate config before applying (\ `b396b24 <https://github.com/saltstack-formulas/nginx-formula/commit/b396b24fe456de7001b2cc013814ada189351e6f>`_\ )
  46. Tests
  47. ^^^^^
  48. * **config:** fix for Amazon Linux 2 & Oracle Linux 7/8 (\ `ab39c8f <https://github.com/saltstack-formulas/nginx-formula/commit/ab39c8f7c3c9bf5dbd4436cad8ccce21263fe646>`_\ )
  49. `2.5.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.1...v2.5.0>`_ (2021-01-04)
  50. -------------------------------------------------------------------------------------------------------
  51. Continuous Integration
  52. ^^^^^^^^^^^^^^^^^^^^^^
  53. * **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `0ecd767 <https://github.com/saltstack-formulas/nginx-formula/commit/0ecd767e8691ba14b8c3ab7311fa7ae78e71d575>`_\ )
  54. * **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `5c9f6d4 <https://github.com/saltstack-formulas/nginx-formula/commit/5c9f6d4d7144452145d06b95643a34f7fde3d35e>`_\ )
  55. Features
  56. ^^^^^^^^
  57. * **context:** pass ``nginx`` to snippets and server_config contexts (\ `8641f0d <https://github.com/saltstack-formulas/nginx-formula/commit/8641f0d79a073b870a386ba9b494339c8e53b255>`_\ )
  58. `2.4.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.0...v2.4.1>`_ (2020-12-16)
  59. -------------------------------------------------------------------------------------------------------
  60. Continuous Integration
  61. ^^^^^^^^^^^^^^^^^^^^^^
  62. * **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `bcd67a6 <https://github.com/saltstack-formulas/nginx-formula/commit/bcd67a6d462ac7b33e0e8638f0da9a2e762076b2>`_\ )
  63. * **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `f988e6d <https://github.com/saltstack-formulas/nginx-formula/commit/f988e6d8f5eb8bb9f8a99d6b2075883797040600>`_\ )
  64. * **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `a45ffb6 <https://github.com/saltstack-formulas/nginx-formula/commit/a45ffb66aef246504794a82fddc71b5351f667e5>`_\ )
  65. * **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `86f0a57 <https://github.com/saltstack-formulas/nginx-formula/commit/86f0a5705afd745fa9982e22c762d37b0f94345a>`_\ )
  66. * **pre-commit:** add to formula [skip ci] (\ `cb98ed0 <https://github.com/saltstack-formulas/nginx-formula/commit/cb98ed05c69af62c32e4b780498421cf4bdd2856>`_\ )
  67. * **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `093c38e <https://github.com/saltstack-formulas/nginx-formula/commit/093c38eae748a457644d9b0e802e10ebfef16bdb>`_\ )
  68. * **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `33ce43d <https://github.com/saltstack-formulas/nginx-formula/commit/33ce43dcec7e5daef07c246b826848b0fe10662a>`_\ )
  69. * **travis:** add notifications => zulip [skip ci] (\ `a288342 <https://github.com/saltstack-formulas/nginx-formula/commit/a28834207074d7b7796822a83765bec9b799a9f0>`_\ )
  70. * **workflows/commitlint:** add to repo [skip ci] (\ `437b28a <https://github.com/saltstack-formulas/nginx-formula/commit/437b28af257a657192ea8452365c2a843e3a4b94>`_\ )
  71. Styles
  72. ^^^^^^
  73. * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `66f4ea7 <https://github.com/saltstack-formulas/nginx-formula/commit/66f4ea7ed9dd1aa10474c064a10f103b32f2b60f>`_\ )
  74. `2.4.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.3...v2.4.0>`_ (2020-03-31)
  75. -------------------------------------------------------------------------------------------------------
  76. Bug Fixes
  77. ^^^^^^^^^
  78. * **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `10b446e <https://github.com/saltstack-formulas/nginx-formula/commit/10b446ed1ed295e5bf75fcb437953df61b39ba9e>`_\ )
  79. Continuous Integration
  80. ^^^^^^^^^^^^^^^^^^^^^^
  81. * **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `efebb0a <https://github.com/saltstack-formulas/nginx-formula/commit/efebb0af6b4cda41a75d571fe5adc869b32febb7>`_\ )
  82. Features
  83. ^^^^^^^^
  84. * **add purge option:** purge sites option (\ `a373bda <https://github.com/saltstack-formulas/nginx-formula/commit/a373bdab79e854c43c61de7edd65d460c73f0477>`_\ )
  85. `2.3.3 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.2...v2.3.3>`_ (2019-12-22)
  86. -------------------------------------------------------------------------------------------------------
  87. Bug Fixes
  88. ^^^^^^^^^
  89. * **map.jinja:** use upstream default for ``worker_connections`` (\ `49caf8c <https://github.com/saltstack-formulas/nginx-formula/commit/49caf8cd69be49bd7773949c9f29e147732140a5>`_\ ), closes `#261 <https://github.com/saltstack-formulas/nginx-formula/issues/261>`_
  90. Continuous Integration
  91. ^^^^^^^^^^^^^^^^^^^^^^
  92. * **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `09be54d <https://github.com/saltstack-formulas/nginx-formula/commit/09be54d05fb3ce7cff039aa74633a3b29dcbbcee>`_\ )
  93. * **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `091c614 <https://github.com/saltstack-formulas/nginx-formula/commit/091c61448dd068e2734869caeb91cedb6f4264e2>`_\ )
  94. * **travis:** run ``shellcheck`` during lint job [skip ci] (\ `ccf64d9 <https://github.com/saltstack-formulas/nginx-formula/commit/ccf64d9be2f0aa07dfb72ed25352197081e9e388>`_\ )
  95. * **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `facbaa1 <https://github.com/saltstack-formulas/nginx-formula/commit/facbaa1e392de9238cf494964e57af73e1bf709a>`_\ )
  96. `2.3.2 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.1...v2.3.2>`_ (2019-11-25)
  97. -------------------------------------------------------------------------------------------------------
  98. Bug Fixes
  99. ^^^^^^^^^
  100. * **certificates.sls:** prepare ``certificates_path`` dir separately (\ `297e3ac <https://github.com/saltstack-formulas/nginx-formula/commit/297e3ac400707cdd8f396da4c23ba30fc719a2cd>`_\ ), closes `#241 <https://github.com/saltstack-formulas/nginx-formula/issues/241>`_
  101. * **release.config.js:** use full commit hash in commit link [skip ci] (\ `b13ec85 <https://github.com/saltstack-formulas/nginx-formula/commit/b13ec85433d85b8ca87c3798db9cab3e297b81cf>`_\ )
  102. Continuous Integration
  103. ^^^^^^^^^^^^^^^^^^^^^^
  104. * **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `0665878 <https://github.com/saltstack-formulas/nginx-formula/commit/066587829c5a40967b0e7926f12202b07b51ab3c>`_\ )
  105. * **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `e8ed39a <https://github.com/saltstack-formulas/nginx-formula/commit/e8ed39a62cd40fe43af2aae67a3e2347d02b6b6a>`_\ )
  106. * **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `faefcab <https://github.com/saltstack-formulas/nginx-formula/commit/faefcabd654e5323b6ca146fb0046dd636ed5f68>`_\ )
  107. * **travis:** apply changes from build config validation [skip ci] (\ `4125887 <https://github.com/saltstack-formulas/nginx-formula/commit/41258874a52df3da7a9f036b5378eb12b7a1a537>`_\ )
  108. * **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `dbeb2da <https://github.com/saltstack-formulas/nginx-formula/commit/dbeb2da3e43aa13f162b1ac4c6203ecff60e0102>`_\ )
  109. * **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `a8382b5 <https://github.com/saltstack-formulas/nginx-formula/commit/a8382b51a028ed5f069ff0168127ef3c8a4337da>`_\ )
  110. * **travis:** use build config validation (beta) [skip ci] (\ `bbf91c9 <https://github.com/saltstack-formulas/nginx-formula/commit/bbf91c9f1432118a9eafde507de9ffa7b3ff5093>`_\ )
  111. * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `567c08c <https://github.com/saltstack-formulas/nginx-formula/commit/567c08c9adf752eb95627b0e914804645015ee20>`_\ )
  112. Documentation
  113. ^^^^^^^^^^^^^
  114. * **contributing:** remove to use org-level file instead [skip ci] (\ `2e58d63 <https://github.com/saltstack-formulas/nginx-formula/commit/2e58d636aaa8a66ec9540238b2f4e267172e10c2>`_\ )
  115. * **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `3ff6692 <https://github.com/saltstack-formulas/nginx-formula/commit/3ff6692590932e7cc7609fdc0f52fc261228f290>`_\ )
  116. Performance Improvements
  117. ^^^^^^^^^^^^^^^^^^^^^^^^
  118. * **travis:** improve ``salt-lint`` invocation [skip ci] (\ `e586fbe <https://github.com/saltstack-formulas/nginx-formula/commit/e586fbeebc758cdfd6d381a6ef9ad72231523dea>`_\ )
  119. Tests
  120. ^^^^^
  121. * **pillar/nginx.sls:** add reprodicible snippet based on issue `#241 <https://github.com/saltstack-formulas/nginx-formula/issues/241>`_ (\ `4ba3524 <https://github.com/saltstack-formulas/nginx-formula/commit/4ba35247ed742393367968db34ff61a6b07f6695>`_\ )
  122. `2.3.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.0...v2.3.1>`_ (2019-10-10)
  123. -------------------------------------------------------------------------------------------------------
  124. Bug Fixes
  125. ^^^^^^^^^
  126. * **certificates.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/bedc1b6>`_\ )
  127. * **map.jinja:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/0772d8a>`_\ )
  128. * **pkg.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/06d055e>`_\ )
  129. Continuous Integration
  130. ^^^^^^^^^^^^^^^^^^^^^^
  131. * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/671a4ce>`_\ )
  132. * **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/17291a0>`_\ )
  133. * **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/a39e124>`_\ )
  134. * **platform:** add ``arch-base-latest`` (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/c921086>`_\ )
  135. * **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/3d48b1b>`_\ )
  136. * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/08ce3ed>`_\ )
  137. * use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/8ddb921>`_\ )
  138. Documentation
  139. ^^^^^^^^^^^^^
  140. * **pillar.example:** fix TOFS comment to explain the default path [skip ci] (\ ` <https://github.com/saltstack-formulas/nginx-formula/commit/714f547>`_\ ), closes `/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537965254 <https://github.com//github.com/saltstack-formulas/libvirt-formula/pull/60/issues/issuecomment-537965254>`_ `/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537988138 <https://github.com//github.com/saltstack-formulas/libvirt-formula/pull/60/issues/issuecomment-537988138>`_
  141. `2.3.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.2.1...v2.3.0>`_ (2019-09-01)
  142. -------------------------------------------------------------------------------------------------------
  143. Continuous Integration
  144. ^^^^^^^^^^^^^^^^^^^^^^
  145. * **kitchen+travis:** replace EOL pre-salted images (\ `70e1426 <https://github.com/saltstack-formulas/nginx-formula/commit/70e1426>`_\ )
  146. Features
  147. ^^^^^^^^
  148. * **passenger:** inc config, snippets, servers, etc (\ `e07b558 <https://github.com/saltstack-formulas/nginx-formula/commit/e07b558>`_\ )
  149. `2.2.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.2.0...v2.2.1>`_ (2019-08-25)
  150. -------------------------------------------------------------------------------------------------------
  151. Documentation
  152. ^^^^^^^^^^^^^
  153. * **readme:** update testing section (\ `182f216 <https://github.com/saltstack-formulas/nginx-formula/commit/182f216>`_\ )
  154. `2.2.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.1.0...v2.2.0>`_ (2019-08-12)
  155. -------------------------------------------------------------------------------------------------------
  156. Features
  157. ^^^^^^^^
  158. * **yamllint:** include for this repo and apply rules throughout (\ `6b7d1fe <https://github.com/saltstack-formulas/nginx-formula/commit/6b7d1fe>`_\ )
  159. `2.1.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v2.0.0...v2.1.0>`_ (2019-08-04)
  160. -------------------------------------------------------------------------------------------------------
  161. Continuous Integration
  162. ^^^^^^^^^^^^^^^^^^^^^^
  163. * **kitchen+travis:** modify matrix to include ``develop`` platform (\ `f6b357d <https://github.com/saltstack-formulas/nginx-formula/commit/f6b357d>`_\ )
  164. Features
  165. ^^^^^^^^
  166. * **linux:** archlinux support (no osfinger grain) (\ `ab6148c <https://github.com/saltstack-formulas/nginx-formula/commit/ab6148c>`_\ )
  167. `2.0.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.1.0...v2.0.0>`_ (2019-06-19)
  168. -------------------------------------------------------------------------------------------------------
  169. Bug Fixes
  170. ^^^^^^^^^
  171. * **snippets:** removed appending of ".conf" (\ `aa87721 <https://github.com/saltstack-formulas/nginx-formula/commit/aa87721>`_\ )
  172. BREAKING CHANGES
  173. ^^^^^^^^^^^^^^^^
  174. * **snippets:** Users have to modify their pillar
  175. according to this commit. Users MUST append '.conf' for their
  176. existing managed snippets.
  177. `1.1.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.5...v1.1.0>`_ (2019-06-03)
  178. -------------------------------------------------------------------------------------------------------
  179. Features
  180. ^^^^^^^^
  181. * **tofs:** first implemetation + tplroot (\ `d5262ea <https://github.com/saltstack-formulas/nginx-formula/commit/d5262ea>`_\ )
  182. `1.0.5 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.4...v1.0.5>`_ (2019-05-13)
  183. -------------------------------------------------------------------------------------------------------
  184. Documentation
  185. ^^^^^^^^^^^^^
  186. * **readme:** improve readme sections (\ `3cc3407 <https://github.com/saltstack-formulas/nginx-formula/commit/3cc3407>`_\ )
  187. `1.0.4 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.3...v1.0.4>`_ (2019-05-13)
  188. -------------------------------------------------------------------------------------------------------
  189. Bug Fixes
  190. ^^^^^^^^^
  191. * prevent running of states deprecated in ``v1.0.0`` (\ `46dff15 <https://github.com/saltstack-formulas/nginx-formula/commit/46dff15>`_\ )
  192. `1.0.3 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.2...v1.0.3>`_ (2019-05-13)
  193. -------------------------------------------------------------------------------------------------------
  194. Documentation
  195. ^^^^^^^^^^^^^
  196. * **readme:** add warning banner about ``v1.0.0`` breaking changes (\ `d553821 <https://github.com/saltstack-formulas/nginx-formula/commit/d553821>`_\ )
  197. `1.0.2 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.1...v1.0.2>`_ (2019-05-12)
  198. -------------------------------------------------------------------------------------------------------
  199. Documentation
  200. ^^^^^^^^^^^^^
  201. * **readme:** update README, add badges (\ `adbac43 <https://github.com/saltstack-formulas/nginx-formula/commit/adbac43>`_\ )
  202. `1.0.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.0...v1.0.1>`_ (2019-05-12)
  203. -------------------------------------------------------------------------------------------------------
  204. Documentation
  205. ^^^^^^^^^^^^^
  206. * remove obsolete CHANGELOG.rst file (\ `698aadb <https://github.com/saltstack-formulas/nginx-formula/commit/698aadb>`_\ )
  207. `1.0.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0>`_ (2019-05-12)
  208. --------------------------------------------------------------------------------------------------------
  209. Build System
  210. ^^^^^^^^^^^^
  211. * remove obsolete Makefile (\ `4961b04 <https://github.com/saltstack-formulas/nginx-formula/commit/4961b04>`_\ )
  212. Code Refactoring
  213. ^^^^^^^^^^^^^^^^
  214. * replace old ``nginx`` with ``nginx.ng`` (\ `0fc5070 <https://github.com/saltstack-formulas/nginx-formula/commit/0fc5070>`_\ )
  215. BREAKING CHANGES
  216. ^^^^^^^^^^^^^^^^
  217. * all previous ``nginx`` based configurations must be reviewed;
  218. ``nginx.ng`` usage must be promoted to ``nginx`` and any uses of the original
  219. ``nginx`` will have to be converted.
  220. `0.56.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1>`_ (2019-04-27)
  221. ----------------------------------------------------------------------------------------------------------
  222. Tests
  223. ^^^^^
  224. * **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>`_\ )
  225. `0.56.0 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0>`_ (2019-04-26)
  226. ----------------------------------------------------------------------------------------------------------
  227. Features
  228. ^^^^^^^^
  229. * **\ ``pillar.example``\ :** add stock ``log_format`` (\ `95ff308 <https://github.com/saltstack-formulas/nginx-formula/commit/95ff308>`_\ )
  230. `0.55.1 <https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.0...v0.55.1>`_ (2019-04-26)
  231. ----------------------------------------------------------------------------------------------------------
  232. Documentation
  233. ^^^^^^^^^^^^^
  234. * **semantic-release:** implement an automated changelog (\ `569b07a <https://github.com/saltstack-formulas/nginx-formula/commit/569b07a>`_\ )