Saltstack Official Syslog-NG 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.

116 lines
6.0KB

  1. Changelog
  2. =========
  3. `0.5.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0>`_ (2019-10-01)
  4. -----------------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **pillar:** rearrange ``tofs`` block to avoid ``yamllint`` error (\ `7c4dd84 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7c4dd84>`_\ )
  8. Features
  9. ^^^^^^^^
  10. * **tofs:** add TOFS support (\ `6a6f255 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/6a6f255>`_\ )
  11. `0.4.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.3.0...v0.4.0>`_ (2019-09-30)
  12. -----------------------------------------------------------------------------------------------------------
  13. Bug Fixes
  14. ^^^^^^^^^
  15. * **syslog_ng.sls:** fix ``yamllint`` errors in test pillar (\ `8f6c57f <https://github.com/saltstack-formulas/syslog-ng-formula/commit/8f6c57f>`_\ ), closes `/travis-ci.com/saltstack-formulas/syslog-ng-formula/builds/129135816#L210-L217 <https://github.com//travis-ci.com/saltstack-formulas/syslog-ng-formula/builds/129135816/issues/L210-L217>`_
  16. Code Refactoring
  17. ^^^^^^^^^^^^^^^^
  18. * **pillars:** dry default pillars (\ `2f169e2 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/2f169e2>`_\ )
  19. * **states:** switch to the new directory layout (\ `7ea12e3 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7ea12e3>`_\ )
  20. Continuous Integration
  21. ^^^^^^^^^^^^^^^^^^^^^^
  22. * use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `9151f4e <https://github.com/saltstack-formulas/syslog-ng-formula/commit/9151f4e>`_\ )
  23. * **cirrus:** update test matrix (\ `7e3826b <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7e3826b>`_\ )
  24. * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `8c7b3f0 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/8c7b3f0>`_\ )
  25. * **kitchen+travis:** replace EOL pre-salted images (\ `25f12ac <https://github.com/saltstack-formulas/syslog-ng-formula/commit/25f12ac>`_\ )
  26. * **travis:** fix CentOS instance name (\ `2a94fab <https://github.com/saltstack-formulas/syslog-ng-formula/commit/2a94fab>`_\ )
  27. * **travis:** test formula with Travis (\ `2049866 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/2049866>`_\ )
  28. * **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `abd2920 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/abd2920>`_\ )
  29. Features
  30. ^^^^^^^^
  31. * **distro:** add support for CentOS (\ `7311f10 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7311f10>`_\ )
  32. * **distro:** add support for OpenSuse (\ `3258ee0 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/3258ee0>`_\ )
  33. * **install:** provide EPEL repo configuration for ``Amazon Linux-2`` (\ `4e46ea0 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/4e46ea0>`_\ )
  34. * **pillar:** update map.jinja from template-formula (\ `c027735 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/c027735>`_\ )
  35. * **platform:** add support for ``Arch`` (\ `2112711 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/2112711>`_\ )
  36. Tests
  37. ^^^^^
  38. * **inspec:** fix test on syslog-ng.conf file (\ `bd2506f <https://github.com/saltstack-formulas/syslog-ng-formula/commit/bd2506f>`_\ )
  39. * **pillar:** use custom pillar file to run tests (\ `5cb5bd4 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/5cb5bd4>`_\ )
  40. * **refactor:** split tests (config/package/service) (\ `b7fac62 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b7fac62>`_\ )
  41. `0.3.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.2.2...v0.3.0>`_ (2019-08-17)
  42. -----------------------------------------------------------------------------------------------------------
  43. Continuous Integration
  44. ^^^^^^^^^^^^^^^^^^^^^^
  45. * **cirrus:** use cirrus-ci alongisde travis-ci (\ `51271b6 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/51271b6>`_\ )
  46. * **kitchen+travis:** modify matrix to include ``develop`` platform (\ `b47b992 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b47b992>`_\ )
  47. Features
  48. ^^^^^^^^
  49. * **yamllint:** include for this repo and apply rules throughout (\ `a81ae52 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/a81ae52>`_\ )
  50. `0.2.2 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.2.1...v0.2.2>`_ (2019-05-26)
  51. -----------------------------------------------------------------------------------------------------------
  52. Documentation
  53. ^^^^^^^^^^^^^
  54. * **readme:** add testing requirements section (\ `06de318 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/06de318>`_\ )
  55. `0.2.1 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.2.0...v0.2.1>`_ (2019-05-26)
  56. -----------------------------------------------------------------------------------------------------------
  57. Bug Fixes
  58. ^^^^^^^^^
  59. * **inspec:** move test suite to test/integration/default (\ `0ba5fce <https://github.com/saltstack-formulas/syslog-ng-formula/commit/0ba5fce>`_\ )
  60. * **inspec:** update Inspec profile definition (\ `85bdfbb <https://github.com/saltstack-formulas/syslog-ng-formula/commit/85bdfbb>`_\ )
  61. Continuous Integration
  62. ^^^^^^^^^^^^^^^^^^^^^^
  63. * **kitchen:** rename Kitchen config file (\ `dcbc58d <https://github.com/saltstack-formulas/syslog-ng-formula/commit/dcbc58d>`_\ )
  64. * **kitchen+travis:** test with more distros (\ `b1acda9 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b1acda9>`_\ )
  65. * **travis:** debian wheezy is no longer supported (\ `e6d2a06 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/e6d2a06>`_\ )
  66. Documentation
  67. ^^^^^^^^^^^^^
  68. * **readme:** fix typos, update README with testing info (\ `35d0ca4 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/35d0ca4>`_\ )
  69. * **readme:** update readme (\ `0193e22 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/0193e22>`_\ )
  70. * **semantic-release:** implement an automated changelog (\ `98e17dd <https://github.com/saltstack-formulas/syslog-ng-formula/commit/98e17dd>`_\ )