Changelog ========= `0.23.4 `_ (2021-04-30) ------------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **sudoers/included:** fix idempotence with purge_includedir=True (\ `a64bf89 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `73379d6 `_\ ) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `32e3825 `_\ ) * **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `285cdaa `_\ ) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `cfb67f9 `_\ ) * **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `7c1b16f `_\ ) Tests ^^^^^ * **_mapdata:** add verification file for ``fedora-34`` [skip ci] (\ `d90f31b `_\ ) * standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `e58973f `_\ ) * **_mapdata:** add verification files for new platforms (\ `96a5724 `_\ ) * **share:** standardise with latest changes [skip ci] (\ `67f85fa `_\ ) `0.23.3 `_ (2021-01-14) ------------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **_mapdata:** ensure map data is directly under ``values`` (\ `e2c2a8f `_\ ) Tests ^^^^^ * **_mapdata:** update for ``_mapdata/init.sls`` change (\ `a018875 `_\ ) `0.23.2 `_ (2020-12-23) ------------------------------------------------------------------------------------------------------------ Code Refactoring ^^^^^^^^^^^^^^^^ * **map:** use top-level ``values:`` key in ``map.jinja`` dumps (\ `a643385 `_\ ) `0.23.1 `_ (2020-12-22) ------------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `c2182ef `_\ ) * **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `3f34c0a `_\ ) Tests ^^^^^ * **_mapdata:** fix existing verification files (\ `b7aa04d `_\ ) * **map:** standardise ``map.jinja`` verification (\ `ac8921f `_\ ) `0.23.0 `_ (2020-12-16) ------------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * permissions on sudoers include dir were wrong (\ `c6a3a60 `_\ ) Code Refactoring ^^^^^^^^^^^^^^^^ * change pillar calls (\ `d5002c3 `_\ ) * convert map.jinja to new standards (\ `ee173b0 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `cdf0d44 `_\ ) * **pre-commit:** add to formula [skip ci] (\ `cfcece9 `_\ ) * **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `df72fba `_\ ) * **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `0202050 `_\ ) Features ^^^^^^^^ * implement option to purge included files directory (\ `c5acbc6 `_\ ) Styles ^^^^^^ * fix rubocop (\ `d67a062 `_\ ) Tests ^^^^^ * fix mapdata files (\ `7400528 `_\ ) `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 `_\ )