Changelog ========= `0.22.2 `_ (2020-08-26) ------------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **release.config.js:** use full commit hash in commit link [skip ci] (\ `551f300 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `b9dd8b1 `_\ ) * **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `54e19fd `_\ ) * **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `567ff29 `_\ ) * **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `b8d5c0b `_\ ) * **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `9f217a2 `_\ ) * **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `242f719 `_\ ) * **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `a2729d0 `_\ ) * **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `e32be01 `_\ ) * **kitchen+travis:** use latest pre-salted images (\ `cd29502 `_\ ) * **travis:** add notifications => zulip [skip ci] (\ `7b5f0e9 `_\ ) * **travis:** apply changes from build config validation [skip ci] (\ `08ca2a6 `_\ ) * **travis:** merge ``rubocop`` linter into main ``lint`` job (\ `371bed2 `_\ ) * **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `43cf4c6 `_\ ) * **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `438ba3e `_\ ) * **travis:** run ``shellcheck`` during lint job [skip ci] (\ `f87c4ba `_\ ) * **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `2fe682e `_\ ) * **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `1fc0e95 `_\ ) * **travis:** use build config validation (beta) [skip ci] (\ `5a6ed53 `_\ ) * **workflows/commitlint:** add to repo [skip ci] (\ `32ae435 `_\ ) Documentation ^^^^^^^^^^^^^ * **contributing:** remove to use org-level file instead [skip ci] (\ `67880a5 `_\ ) * **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `9a36e1a `_\ ) Performance Improvements ^^^^^^^^^^^^^^^^^^^^^^^^ * **travis:** improve ``salt-lint`` invocation [skip ci] (\ `8314aa0 `_\ ) Tests ^^^^^ * **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `63865a2 `_\ ) `0.22.1 `_ (2019-10-11) ------------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ ) * **rubocop:** fix remaining errors manually (\ ` `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ ) * **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) * **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) * **kitchen+travis:** replace EOL pre-salted images (\ ` `_\ ) * **platform:** add ``arch-base-latest`` (\ ` `_\ ) * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) * use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ ) * **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` `_\ ) * **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ ) `0.22.0 `_ (2019-08-17) ------------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis:** modify matrix to include ``develop`` platform (\ `3d42a82 `_\ ) Features ^^^^^^^^ * **yamllint:** include for this repo and apply rules throughout (\ `8d08719 `_\ ) `0.21.1 `_ (2019-05-29) ------------------------------------------------------------------------------------------------------------ Tests ^^^^^ * **kitchen:** tests on config files (\ `5fa1cf1 `_\ ) `0.21.0 `_ (2019-05-29) ------------------------------------------------------------------------------------------------------------ Documentation ^^^^^^^^^^^^^ * fix ``CONTRIBUTING`` and ``README`` (\ `d604876 `_\ ), closes `#51 `_ Features ^^^^^^^^ * implementing semantic release (\ `1a59d4e `_\ )