Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

193 line
8.4KB

  1. Changelog
  2. =========
  3. `1.0.1 <https://github.com/saltstack-formulas/php-formula/compare/v1.0.0...v1.0.1>`_ (2019-08-26)
  4. -----------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **pillar:** fix pillar.get still looking under 'ng' namespace (\ `378b5b1 <https://github.com/saltstack-formulas/php-formula/commit/378b5b1>`_\ )
  8. `1.0.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.41.1...v1.0.0>`_ (2019-08-26)
  9. ------------------------------------------------------------------------------------------------------
  10. Features
  11. ^^^^^^^^
  12. * **ng:** promote NG formula (\ `57b37dd <https://github.com/saltstack-formulas/php-formula/commit/57b37dd>`_\ ), closes `#183 <https://github.com/saltstack-formulas/php-formula/issues/183>`_
  13. BREAKING CHANGES
  14. ^^^^^^^^^^^^^^^^
  15. * **ng:** all previous ``php`` based configurations must be reviewed;
  16. ``php.ng`` usage must be promoted to ``php`` and any uses of the original
  17. ``php`` will have to be converted.
  18. `0.41.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.41.0...v0.41.1>`_ (2019-08-26)
  19. --------------------------------------------------------------------------------------------------------
  20. Documentation
  21. ^^^^^^^^^^^^^
  22. * **readme:** remove duplicate contents (local) (\ `f16796a <https://github.com/saltstack-formulas/php-formula/commit/f16796a>`_\ )
  23. `0.41.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.40.1...v0.41.0>`_ (2019-08-26)
  24. --------------------------------------------------------------------------------------------------------
  25. Features
  26. ^^^^^^^^
  27. * **ng:** promote NG formula (\ `f1b71d0 <https://github.com/saltstack-formulas/php-formula/commit/f1b71d0>`_\ )
  28. `0.40.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.40.0...v0.40.1>`_ (2019-08-17)
  29. --------------------------------------------------------------------------------------------------------
  30. Bug Fixes
  31. ^^^^^^^^^
  32. * **map:** fix missing value for php.lookup.fpm.user in multi-php mode (\ `f91d942 <https://github.com/saltstack-formulas/php-formula/commit/f91d942>`_\ )
  33. `0.40.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.39.2...v0.40.0>`_ (2019-08-17)
  34. --------------------------------------------------------------------------------------------------------
  35. Features
  36. ^^^^^^^^
  37. * **yamllint:** include for this repo and apply rules throughout (\ `571cc4b <https://github.com/saltstack-formulas/php-formula/commit/571cc4b>`_\ )
  38. `0.39.2 <https://github.com/saltstack-formulas/php-formula/compare/v0.39.1...v0.39.2>`_ (2019-08-13)
  39. --------------------------------------------------------------------------------------------------------
  40. Bug Fixes
  41. ^^^^^^^^^
  42. * **tests:** fix package name for debian (\ `4f75eac <https://github.com/saltstack-formulas/php-formula/commit/4f75eac>`_\ )
  43. `0.39.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.39.0...v0.39.1>`_ (2019-08-12)
  44. --------------------------------------------------------------------------------------------------------
  45. Bug Fixes
  46. ^^^^^^^^^
  47. * **installed.jinja:** remove ``include`` to prevent conflicting IDs (\ `cb11784 <https://github.com/saltstack-formulas/php-formula/commit/cb11784>`_\ ), closes `#188 <https://github.com/saltstack-formulas/php-formula/issues/188>`_
  48. `0.39.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0>`_ (2019-08-07)
  49. --------------------------------------------------------------------------------------------------------
  50. Bug Fixes
  51. ^^^^^^^^^
  52. * **php/ng:** don't iterate on string, make sure list is not string (\ `dbb542c <https://github.com/saltstack-formulas/php-formula/commit/dbb542c>`_\ )
  53. Documentation
  54. ^^^^^^^^^^^^^
  55. * **pillar.example:** add example for alternatives with multiversion (\ `23a6ec1 <https://github.com/saltstack-formulas/php-formula/commit/23a6ec1>`_\ )
  56. * **pillar.example:** example of versions (\ `a98aa7e <https://github.com/saltstack-formulas/php-formula/commit/a98aa7e>`_\ )
  57. Features
  58. ^^^^^^^^
  59. * **php/ng:** support for php cli multiversion (\ `bb4a077 <https://github.com/saltstack-formulas/php-formula/commit/bb4a077>`_\ )
  60. * **php/ng:** support the use of a list of php versions (\ `b303239 <https://github.com/saltstack-formulas/php-formula/commit/b303239>`_\ ), closes `#138 <https://github.com/saltstack-formulas/php-formula/issues/138>`_
  61. Styles
  62. ^^^^^^
  63. * **pillar.example:** add line break (\ `38fe58f <https://github.com/saltstack-formulas/php-formula/commit/38fe58f>`_\ )
  64. `0.38.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1>`_ (2019-08-03)
  65. --------------------------------------------------------------------------------------------------------
  66. Bug Fixes
  67. ^^^^^^^^^
  68. * update deprecation version number in ``semantic-release`` run (\ `a87fb91 <https://github.com/saltstack-formulas/php-formula/commit/a87fb91>`_\ ), closes `/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613 <https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613>`_ `/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898 <https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898>`_
  69. `0.38.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.37.1...v0.38.0>`_ (2019-08-01)
  70. --------------------------------------------------------------------------------------------------------
  71. Features
  72. ^^^^^^^^
  73. * **map:** add xmlrpc package for xml module, as it was done for SUSE (\ `a09ef92 <https://github.com/saltstack-formulas/php-formula/commit/a09ef92>`_\ )
  74. `0.37.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.37.0...v0.37.1>`_ (2019-08-01)
  75. --------------------------------------------------------------------------------------------------------
  76. Bug Fixes
  77. ^^^^^^^^^
  78. * add warning message for ng states (\ `d45bae8 <https://github.com/saltstack-formulas/php-formula/commit/d45bae8>`_\ )
  79. * allow muting deprecation warning via. pillar/config entry (\ `8e7471e <https://github.com/saltstack-formulas/php-formula/commit/8e7471e>`_\ )
  80. * change message to warn about upcoming deprecation (\ `e97eeae <https://github.com/saltstack-formulas/php-formula/commit/e97eeae>`_\ )
  81. * warn formula users ng states will be promoted in ``v1.0.0`` (\ `d033381 <https://github.com/saltstack-formulas/php-formula/commit/d033381>`_\ )
  82. * **pillar_from_files:** use ``{}`` pillar files to ensure tests pass (\ `1a5d734 <https://github.com/saltstack-formulas/php-formula/commit/1a5d734>`_\ )
  83. * **readme:** add warning in docs/README.rst (\ `3ac59e4 <https://github.com/saltstack-formulas/php-formula/commit/3ac59e4>`_\ )
  84. `0.37.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.36.0...v0.37.0>`_ (2019-07-09)
  85. --------------------------------------------------------------------------------------------------------
  86. Bug Fixes
  87. ^^^^^^^^^
  88. * **mods:** fixup for `#181 <https://github.com/saltstack-formulas/php-formula/issues/181>`_ (\ `e2d7b4b <https://github.com/saltstack-formulas/php-formula/commit/e2d7b4b>`_\ )
  89. Features
  90. ^^^^^^^^
  91. * **mods:** added some mods support for FreeBSD (\ `3f6c0bc <https://github.com/saltstack-formulas/php-formula/commit/3f6c0bc>`_\ )
  92. `0.36.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0>`_ (2019-06-29)
  93. --------------------------------------------------------------------------------------------------------
  94. Documentation
  95. ^^^^^^^^^^^^^
  96. * **readme:** update with modules, bz2 & dba (\ `5e04187 <https://github.com/saltstack-formulas/php-formula/commit/5e04187>`_\ )
  97. Features
  98. ^^^^^^^^
  99. * add 'bz2' and 'dba' module support (\ `758ae88 <https://github.com/saltstack-formulas/php-formula/commit/758ae88>`_\ )
  100. `0.35.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1>`_ (2019-06-28)
  101. --------------------------------------------------------------------------------------------------------
  102. Documentation
  103. ^^^^^^^^^^^^^
  104. * merge latest changes from ``template-formula`` (\ `4af569a <https://github.com/saltstack-formulas/php-formula/commit/4af569a>`_\ ), closes `#179 <https://github.com/saltstack-formulas/php-formula/issues/179>`_
  105. `0.35.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.34.0...v0.35.0>`_ (2019-06-27)
  106. --------------------------------------------------------------------------------------------------------
  107. Features
  108. ^^^^^^^^
  109. * **semantic-release:** add support of semantic-release (\ `cdd206a <https://github.com/saltstack-formulas/php-formula/commit/cdd206a>`_\ )