137 lines
8.1 KiB
ReStructuredText
137 lines
8.1 KiB
ReStructuredText
|
|
Changelog
|
|
=========
|
|
|
|
`0.2.4 <https://github.com/saltstack-formulas/cron-formula/compare/v0.2.3...v0.2.4>`_ (2019-10-23)
|
|
------------------------------------------------------------------------------------------------------
|
|
|
|
Bug Fixes
|
|
^^^^^^^^^
|
|
|
|
|
|
* **saltcheck:** fix broken import and standardise across test files (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/7911b71>`_\ )
|
|
* **saltcheck:** fix invalid ``service`` test (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/677c956>`_\ )
|
|
* **saltcheck:** remove trailing spaces (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/aada0ae>`_\ )
|
|
* **saltcheck:** replace ``map.jinja`` references with InSpec conditionals (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/7e9e619>`_\ )
|
|
* **saltcheck:** update for ``cron`` instead of ``cron_settings`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/26cfa4f>`_\ )
|
|
|
|
Code Refactoring
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **config:** minimise and standardise between ``.sls`` & ``.tst`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/18585bd>`_\ )
|
|
* **config:** remove duplication in using a loop (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/652ebff>`_\ )
|
|
* **jinja:** used shortened form of ``|default`` filter (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/a0f891e>`_\ )
|
|
* **saltcheck:** relocate ``.tst`` files according to 1:1 ``.sls`` files (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/ee65236>`_\ ), closes `/github.com/saltstack-formulas/cron-formula/pull/4#issuecomment-544140377 <https://github.com//github.com/saltstack-formulas/cron-formula/pull/4/issues/issuecomment-544140377>`_
|
|
* **saltcheck:** use ``package.tst`` instead of ``install.tst`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/d2c9544>`_\ )
|
|
* **saltcheck:** use root-level ``saltcheck-tests`` directory (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/6e54c3f>`_\ )
|
|
|
|
Continuous Integration
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **travis:** obtain ``saltcheck.py`` and run the tests (only on ``develop``\ ) (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/8ae46e5>`_\ )
|
|
* **travis:** run ``salt-lint`` for ``.tst`` files as well (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/baab964>`_\ )
|
|
* **travis:** standardise ``saltcheck`` comments (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/e23276b>`_\ )
|
|
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/b701d79>`_\ )
|
|
|
|
Styles
|
|
^^^^^^
|
|
|
|
|
|
* **config.tst:** rearrange Jinja statements for clarity (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/8abec54>`_\ )
|
|
* **saltcheck:** merge ``absent`` & ``present`` into one ``if`` block (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/33f344c>`_\ )
|
|
* **saltcheck:** use consistent order of assertions (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/88229f0>`_\ )
|
|
|
|
Tests
|
|
^^^^^
|
|
|
|
|
|
* **pillar:** add test for ``commented`` and clarify each test (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/3d0dcb2>`_\ )
|
|
* **pillar:** ensure ``special`` is being tested as well (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/951a959>`_\ )
|
|
* **saltcheck:** add first tests (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/9847aff>`_\ )
|
|
* **saltcheck:** add support for ``random`` values (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/007970f>`_\ )
|
|
* **saltcheck:** add test for ``service.available`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/226eb88>`_\ )
|
|
* **saltcheck:** add test for ``service.running`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/5cdc50f>`_\ )
|
|
* **saltcheck:** avoid ``map.jinja``\ , use the test pillar instead (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/cce5e67>`_\ )
|
|
* **saltcheck:** fix ``config`` tests (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/9225b18>`_\ )
|
|
* **saltcheck:** remove duplication in ``config.tst`` using a loop (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/72281c7>`_\ )
|
|
* **saltcheck:** test for ``commented`` and not ``commented`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/5070611>`_\ )
|
|
* **saltcheck:** test for ``special`` in ``config.tst`` as well (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/6f2b323>`_\ )
|
|
* **saltcheck:** use local ``map.jinja`` to workaround missing ``tpldata`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/8845b3c>`_\ )
|
|
|
|
`0.2.3 <https://github.com/saltstack-formulas/cron-formula/compare/v0.2.2...v0.2.3>`_ (2019-10-15)
|
|
------------------------------------------------------------------------------------------------------
|
|
|
|
Bug Fixes
|
|
^^^^^^^^^
|
|
|
|
|
|
* **platform:** add support for ``Arch`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/a9968e3>`_\ )
|
|
|
|
Continuous Integration
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **platform:** enable ``arch-base-latest`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/525ecee>`_\ )
|
|
|
|
Documentation
|
|
^^^^^^^^^^^^^
|
|
|
|
|
|
* **contributing:** remove to use org-level file instead [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/c12034a>`_\ )
|
|
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/eccccb6>`_\ )
|
|
|
|
Tests
|
|
^^^^^
|
|
|
|
|
|
* **pillar:** extract test pillar from ``pillar.example`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/482e2d1>`_\ )
|
|
|
|
`0.2.2 <https://github.com/saltstack-formulas/cron-formula/compare/v0.2.1...v0.2.2>`_ (2019-10-12)
|
|
------------------------------------------------------------------------------------------------------
|
|
|
|
Bug Fixes
|
|
^^^^^^^^^
|
|
|
|
|
|
* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/23fa917>`_\ )
|
|
|
|
Continuous Integration
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/dfa8565>`_\ )
|
|
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/daf41cb>`_\ )
|
|
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/91a050e>`_\ )
|
|
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/dbeafde>`_\ )
|
|
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/fe3b733>`_\ )
|
|
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/ef8ac40>`_\ )
|
|
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/e1d7d1b>`_\ )
|
|
* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/67c704c>`_\ )
|
|
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/67475b0>`_\ )
|
|
|
|
`0.2.1 <https://github.com/saltstack-formulas/cron-formula/compare/v0.2.0...v0.2.1>`_ (2019-09-01)
|
|
------------------------------------------------------------------------------------------------------
|
|
|
|
Code Refactoring
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **pillar:** sync map.jinja with template-formula (\ `e00c316 <https://github.com/saltstack-formulas/cron-formula/commit/e00c316>`_\ )
|
|
|
|
`0.2.0 <https://github.com/saltstack-formulas/cron-formula/compare/v0.1.0...v0.2.0>`_ (2019-08-28)
|
|
------------------------------------------------------------------------------------------------------
|
|
|
|
Continuous Integration
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
* **kitchen:** add Kitchen tests (\ `963b5eb <https://github.com/saltstack-formulas/cron-formula/commit/963b5eb>`_\ )
|
|
|
|
Features
|
|
^^^^^^^^
|
|
|
|
|
|
* **semantic-release:** add semantic-release (\ `6002c8f <https://github.com/saltstack-formulas/cron-formula/commit/6002c8f>`_\ )
|