Changelog ========= `1.9.6 `_ (2021-11-17) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * use ``pillars_from_directories`` & ``test/salt/pillar/top.sls`` (\ `98c9dbf `_\ ) Tests ^^^^^ * **pillar:** centralise and clean-up entries (\ `db5b69c `_\ ) * centralise all suites into ``default`` suite (\ `b475e24 `_\ ) `1.9.5 `_ (2021-11-05) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * make it possible to not have key_url set (\ `97e1d1f `_\ ), closes `#520 `_ * update to modern defaults for Debian family (\ `a932a8c `_\ ) `1.9.4 `_ (2021-10-27) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **master:** don't manage config for saltstack enterprise master plugin (\ `184f338 `_\ ) `1.9.3 `_ (2021-10-05) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+ci:** update with latest CVE pre-salted images (\ `1a8512d `_\ ) Tests ^^^^^ * **_mapdata:** reset indentation [skip ci] (\ `678548f `_\ ) * **_mapdata:** use ``15.3`` for ``opensuse-15.yaml`` (\ `f4a91c4 `_\ ) * **neon:** remove pillar and tests for ``v3000`` (\ `d00b04a `_\ ) `1.9.2 `_ (2021-09-17) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **debian,ubuntu:** rename repo file to match documentation (\ `47ab261 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **mapdata:** remove Ubuntu 16.04 [skip ci] (\ `cd2a0bf `_\ ) `1.9.1 `_ (2021-09-04) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **default:** set salt:minion:master_type to str (\ `ca1df1b `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **freebsd:** update with latest pre-salted Vagrant boxes [skip ci] (\ `0231e63 `_\ ) * **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `a86e19e `_\ ) * **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `5cc8759 `_\ ) * **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `86b0fa1 `_\ ) * **pillar:** update master_type in pillar.example (\ `8fa064b `_\ ) * add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `ac1d3b9 `_\ ) Tests ^^^^^ * **_mapdata:** add AlmaLinux verification file [skip ci] (\ `42d6487 `_\ ) * **_mapdata:** update verification files for ``master_type: str`` (\ `c16e7a3 `_\ ) * **pkgs_spec:** fix latest rubocop violations [skip ci] (\ `f64197a `_\ ) `1.9.0 `_ (2021-07-14) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `0e62858 `_\ ) * **kitchen.vagrant.yml:** disable FreeBSD until pre-salted boxes updated (\ `fa820c7 `_\ ) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `226a187 `_\ ) Documentation ^^^^^^^^^^^^^ * **readme:** add documentation regarding salt.formula usage [skip ci] (\ `209575f `_\ ) Features ^^^^^^^^ * **freebsd:** update packages from ``py37-*`` => ``py38-*`` (\ `0ab42d7 `_\ ) `1.8.5 `_ (2021-05-25) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **oracle-7:** use ``osmajorrelease`` instead of ``$releasever`` (\ `5146c44 `_\ ) * **repo:** update repo urls to ``repo.saltproject.io`` (\ `80542ba `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **vagrant:** add OpenBSD 6.9 [skip ci] (\ `374527b `_\ ) * add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `b867733 `_\ ) * **gitlab-ci:** update Fedora testing after release [skip ci] (\ `33d6a03 `_\ ) `1.8.4 `_ (2021-04-24) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **freebsd:** use ``retry_options`` to avoid spurious service failures (\ `698b7ea `_\ ) `1.8.3 `_ (2021-04-22) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+gitlab:** adjust matrix to add ``3003`` (\ `480b7ed `_\ ) * **vagrant:** add FreeBSD 13.0 [skip ci] (\ `6316991 `_\ ) * **vagrant:** add Windows 10 pre-salted box [skip ci] (\ `fd285d8 `_\ ) Tests ^^^^^ * **aluminium:** add pillar, tests and verification files for ``3003`` (\ `752a1de `_\ ) * **freebsd:** add ``map.jinja`` verification file (for 13.0) (\ `10ae613 `_\ ) `1.8.2 `_ (2021-04-09) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **freebsd:** fix package names [skip ci] (\ `a30f124 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **vagrant:** use pre-salted boxes & conditional local settings [skip ci] (\ `5941618 `_\ ) Tests ^^^^^ * **freebsd-11:** fix ``osfinger`` in comment [skip ci] (\ `26f2cc1 `_\ ) `1.8.1 `_ (2021-03-30) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **freebsd:** update to provide support for most recent versions (\ `24ebbb4 `_\ ) * **openbsd:** update to provide support for most recent versions (\ `61201de `_\ ) * **osfamilymap:** use ``whoami`` for Windows ``rootuser`` (\ `69d5981 `_\ ), closes `#495 `_ Code Refactoring ^^^^^^^^^^^^^^^^ * **retry_options:** provide options from defaults/pillar (\ `bbd7286 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * enable Vagrant-based testing using GitHub Actions (\ `163c77f `_\ ) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `cfefcc8 `_\ ) * **windows:** use ``kitchen.windows.yml`` (\ `c6043fb `_\ ) Documentation ^^^^^^^^^^^^^ * **readme:** add ``Testing with Vagrant`` section (\ `ef1bc02 `_\ ) Tests ^^^^^ * update for new platforms (inc. using ``system`` library) (\ `e6bcdc1 `_\ ) * **_mapdata:** add Arch Linux verification file (\ `e31a56e `_\ ) * add Windows map verification files (\ `e0afe89 `_\ ) * standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `9816f47 `_\ ) `1.8.0 `_ (2021-03-03) ------------------------------------------------------------------------------------------------------ Features ^^^^^^^^ * allow selecting alternate salt package repositories (\ `8742ab3 `_\ ) Tests ^^^^^ * **debian+ubuntu:** update ``pkgrepo`` to use ``https`` instead of ``http`` (\ `e94a8c9 `_\ ) `1.7.5 `_ (2021-03-02) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * revert to using ``is mapping`` in Jinja2 (\ `a89fb3f `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `25fea89 `_\ ) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `fb9901e `_\ ) * **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `a874a76 `_\ ) `1.7.4 `_ (2021-01-29) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **osfamilymap:** update openSUSE ``pkgrepo`` URLs (\ `48f8da0 `_\ ) * **pkgrepo/suse/install:** avoid managing repo if it already exists (\ `d5320a3 `_\ ), closes `/github.com/saltstack/salt/blob/45cc49daed1618dbe89e1f012128c8dcab00b356/salt/modules/zypperpkg.py#L1262-L1265 `_ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+gitlab:** update for new pre-salted images (\ `a9413e8 `_\ ) Tests ^^^^^ * **tumbleweed:** add map verification files (\ `6aeaa5a `_\ ) `1.7.3 `_ (2020-12-23) ------------------------------------------------------------------------------------------------------ Tests ^^^^^ * **_mapdata:** generate verification files (\ `da6d150 `_\ ) * **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `d2404d5 `_\ ) `1.7.2 `_ (2020-12-20) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `2a5b679 `_\ ) * **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `8417653 `_\ ) * **kitchen+gitlab:** adjust matrix to add ``3002`` (\ `7df2445 `_\ ) Tests ^^^^^ * **magnesium:** add pillar and tests for ``3002`` (\ `c066060 `_\ ) `1.7.1 `_ (2020-12-16) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `c9b2cb4 `_\ ) Tests ^^^^^ * **fluorine:** remove pillar and tests for ``2019.2`` (\ `75ccf59 `_\ ) * **pkgs_spec:** test for major version only (i.e. ``3000``\ ) (\ `618f95a `_\ ) `1.7.0 `_ (2020-10-12) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **pre-commit:** add to formula [skip ci] (\ `7ff962e `_\ ) * **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `426b29c `_\ ) * **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `22fa616 `_\ ) Features ^^^^^^^^ * add Gentoo support (\ `127c5d7 `_\ ) `1.6.0 `_ (2020-09-20) ------------------------------------------------------------------------------------------------------ Features ^^^^^^^^ * enable the metadata grains server by default (\ `b1d296d `_\ ) `1.5.2 `_ (2020-09-20) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **jinja:** stop repeating user/group args (\ `e313401 `_\ ) * **windows:** dont run master state (\ `a36f2eb `_\ ) * **windows:** git.latest(parallel:true) does not work (\ `0c591bb `_\ ) * **windows:** group arg not supported on windows (\ `d61e671 `_\ ) * **windows:** group name is users not root (\ `887d155 `_\ ) `1.5.1 `_ (2020-08-25) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **service:** service salt-master and salt-minion to restart last (\ `d71cf0c `_\ ) * **service:** svc ``salt-master`` watch ``remove-default-master-conf-file`` (\ `e1774e3 `_\ ) Styles ^^^^^^ * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `76e820c `_\ ) `1.5.0 `_ (2020-07-15) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **macos:** use macos service names (\ `c72b183 `_\ ) * **minion:** fix requisites from recent prs (\ `a466456 `_\ ) Features ^^^^^^^^ * **macos:** basic launchctl service support (\ `94027f7 `_\ ) Tests ^^^^^ * **versions:** bump pkg versions (\ `37eb3b3 `_\ ) `1.4.6 `_ (2020-07-01) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **freebsd:** command ``at`` is already present in base system (\ `b6ab1b1 `_\ ) `1.4.5 `_ (2020-06-28) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **windows:** ``py2`` should still be default like other platforms (\ `62f6d39 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **github:** add Windows testing using Actions (\ `1eca9c7 `_\ ) Tests ^^^^^ * **windows:** add local testing of Windows using Vagrant/Virtualbox (\ `0465af7 `_\ ) `1.4.4 `_ (2020-06-23) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `f66a09c `_\ ) * **kitchen+travis:** adjust matrix to add ``3001`` (\ `9060879 `_\ ) Tests ^^^^^ * **sodium:** add pillar and tests for ``3001`` (\ `42cacc2 `_\ ) `1.4.3 `_ (2020-06-01) ------------------------------------------------------------------------------------------------------ Tests ^^^^^ * **pkgs_spec:** simplify using ``match`` (trigger: update for ``suse``\ ) (\ `b2b1fee `_\ ), closes `/travis-ci.org/github/myii/salt-formula/jobs/692337807#L2366-L2381 `_ `1.4.2 `_ (2020-05-26) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **opensuse:** use appropriate upstream repo (\ `5d9a92b `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis:** adjust matrix to add ``3000.3`` [skip ci] (\ `a333801 `_\ ) * **kitchen+travis:** adjust matrix to add ``opensuse-leap-15.2`` (\ `7fc32fb `_\ ) * **kitchen+travis:** adjust matrix to add ``opensuse-leap-15.2`` (\ `1afa84e `_\ ) * **travis:** add notifications => zulip [skip ci] (\ `7e2a9c0 `_\ ) * **workflows/commitlint:** add to repo [skip ci] (\ `38ebe56 `_\ ) Tests ^^^^^ * **pkgs_spec:** update for releases ``3000.3`` & ``2019.2.5`` (\ `5917569 `_\ ) * **pkgs_spec:** update version installed on ``fedora`` (\ `301a988 `_\ ) `1.4.1 `_ (2020-05-02) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `f10a85f `_\ ) * **kitchen+travis:** adjust matrix to add ``3000.2`` & remove ``2018.3`` (\ `433a2c1 `_\ ) Tests ^^^^^ * add tests for ``v3000-py2`` (\ `c228029 `_\ ) * **pkgs_spec:** update for CVE releases ``3000.2`` & ``2019.2.4`` (\ `965588b `_\ ) * remove deprecated Salt/Python versions (\ `7f19796 `_\ ) `1.4.0 `_ (2020-04-18) ------------------------------------------------------------------------------------------------------ Features ^^^^^^^^ * **package:** use apt-pinning to pin specific package version (\ `98ad87a `_\ ) Tests ^^^^^ * **pkgs_spec:** update ``fedora`` version [skip ci] (\ `e786eb6 `_\ ) `1.3.4 `_ (2020-04-03) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **api:** remove spurious colon in salt.api state (\ `02fbcd4 `_\ ) `1.3.3 `_ (2020-04-01) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis:** adjust matrix to update ``3000`` to ``3000.1`` (\ `a8fe65a `_\ ) Tests ^^^^^ * **pkgs_spec:** update ``3000`` to ``3000.1`` (\ `1e677cd `_\ ) * **service_spec:** add ``should be_installed`` (\ `b5461a0 `_\ ) `1.3.2 `_ (2020-03-21) ------------------------------------------------------------------------------------------------------ Code Refactoring ^^^^^^^^^^^^^^^^ * **osfamilymap:** remove workaround for OpenSUSE 15.1 (\ `0da366c `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis:** adjust matrix to add ``3000`` & remove ``2017.7`` (\ `4a5f805 `_\ ) Tests ^^^^^ * **neon:** add pillar and tests for ``3000`` (\ `f91f10c `_\ ) * **nitrogen:** remove pillar and tests for ``2017.7`` (\ `f246a5e `_\ ) `1.3.1 `_ (2020-03-19) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **jinja:** replace version_cmp with grains lookup (\ `dd37869 `_\ ) * **jinja:** replace version_cmp with grains lookup (\ `325f6c0 `_\ ) `1.3.0 `_ (2020-03-11) ------------------------------------------------------------------------------------------------------ Features ^^^^^^^^ * **mapping:** better control of the service's state (\ `29ffd68 `_\ ) `1.2.0 `_ (2020-02-20) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `4955737 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis+inspec:** fix ``amazonlinux-2-py3`` [skip ci] (\ `10e2ce0 `_\ ) Features ^^^^^^^^ * **metastate:** add metastate per community convention (\ `fbaa456 `_\ ) `1.1.3 `_ (2020-02-13) ------------------------------------------------------------------------------------------------------ Bug Fixes ^^^^^^^^^ * **tpl_path:** replace slspath to tplroot (\ `bbcc4cd `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `d2d5186 `_\ ) `1.1.2 `_ (2020-01-25) ------------------------------------------------------------------------------------------------------ Code Refactoring ^^^^^^^^^^^^^^^^ * **mapping:** simplify py version handling (\ `715e3b8 `_\ ) `1.1.1 `_ (2020-01-24) ------------------------------------------------------------------------------------------------------ Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `9d30df2 `_\ ) Tests ^^^^^ * **pkgs_spec:** update ``centos-8`` for ``2019.2.3`` release (\ `7121d1d `_\ ) * **versions:** bump salt pkg versions (\ `c42125c `_\ ) `1.1.0 `_ (2019-12-19) ------------------------------------------------------------------------------------------------------ Features ^^^^^^^^ * **formulas:** git.latest parallelization (\ `eda88bd `_\ ) `1.0.0 `_ (2019-12-16) ------------------------------------------------------------------------------------------------------- Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `fdc60ae `_\ ) Features ^^^^^^^^ * **per-formula-opts:** configure git.latest state per formula (\ `82c840d `_\ ) * **per-formula-opts:** configure git.latest state per formula (\ `9362277 `_\ ) BREAKING CHANGES ^^^^^^^^^^^^^^^^ * **per-formula-opts:** Potential adverse affect on running ``salt.formulas`` with multiple envs `0.59.9 `_ (2019-12-03) --------------------------------------------------------------------------------------------------------- Tests ^^^^^ * **pkgs_spec:** update for new ``opensuse`` package (\ `6da3d0d `_\ ), closes `/travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203#L1619-L1632 `_ `0.59.8 `_ (2019-11-28) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **release.config.js:** use full commit hash in commit link [skip ci] (\ `67e1109 `_\ ) * **shellcheck:** fix shellcheck error (\ `cc31514 `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **travis:** apply changes from build config validation [skip ci] (\ `56c2eb5 `_\ ) * **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `33f69cf `_\ ) * **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `1a27b0a `_\ ) * **travis:** run ``shellcheck`` during lint job [skip ci] (\ `f4e8ae6 `_\ ) * **travis:** use build config validation (beta) [skip ci] (\ `85593f5 `_\ ) Performance Improvements ^^^^^^^^^^^^^^^^^^^^^^^^ * **travis:** improve ``salt-lint`` invocation [skip ci] (\ `ef7e1c1 `_\ ) `0.59.7 `_ (2019-10-29) --------------------------------------------------------------------------------------------------------- Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen+travis:** upgrade matrix after ``2019.2.2`` release (\ ` `_\ ) * **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ ` `_\ ) Documentation ^^^^^^^^^^^^^ * **contributing:** remove to use org-level file instead [skip ci] (\ ` `_\ ) * **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ ` `_\ ) Tests ^^^^^ * **pkgs_spec:** update for ``2019.2.2`` release (\ ` `_\ ) `0.59.6 `_ (2019-10-11) --------------------------------------------------------------------------------------------------------- Tests ^^^^^ * **pkgs_spec:** reset version from ``2019.2.1`` back to ``2019.2.0`` (\ ` `_\ ) `0.59.5 `_ (2019-10-11) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) * **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` `_\ ) `0.59.4 `_ (2019-10-10) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **map.jinja:** fix ``salt-lint`` errors (\ ` `_\ ) * **minion.sls:** fix ``salt-lint`` errors (\ ` `_\ ) * **syndic.sls:** fix ``salt-lint`` errors (\ ` `_\ ) Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) * **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) * **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` `_\ ) * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) `0.59.3 `_ (2019-09-25) --------------------------------------------------------------------------------------------------------- Continuous Integration ^^^^^^^^^^^^^^^^^^^^^^ * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `073175d `_\ ) Tests ^^^^^ * **pkgs_spec:** update for ``2019.2.1`` release (\ `1bf9689 `_\ ) `0.59.2 `_ (2019-09-20) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **symlinks:** replace symlinks with real files (\ `c4d0132 `_\ ) `0.59.1 `_ (2019-09-20) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **pkgrepo:** fix settings for ``opensuse`` (\ `f00c9a7 `_\ ) * **pkgrepo:** provide settings for ``amazon`` (\ `cb726af `_\ ) Code Refactoring ^^^^^^^^^^^^^^^^ * **kitchen+travis+inspec:** use pre-salted images (\ `fc1d0b1 `_\ ) `0.59.0 `_ (2019-09-17) --------------------------------------------------------------------------------------------------------- Features ^^^^^^^^ * use ``semantic-release`` cross-formula standard structure (\ `ebfeba2 `_\ ) `0.58.4 `_ (2019-08-25) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **minion:** fix version compare in minion.sls (\ `49bf81b `_\ ) `0.58.3 `_ (2019-08-02) --------------------------------------------------------------------------------------------------------- Code Refactoring ^^^^^^^^^^^^^^^^ * **linux:** align to template-formula (plus fixes) (\ `71b4d8a `_\ ) `0.58.2 `_ (2019-08-01) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **macos:** fix minion package handling for homebrew (\ `14276e2 `_\ ) * **minion:** fix jinja rendering error (\ `550f81b `_\ ) * **os:** pass state on unsupported os (\ `4557976 `_\ ) * **perms:** some os have custom user/root (\ `beb0e85 `_\ ) `0.58.1 `_ (2019-08-01) --------------------------------------------------------------------------------------------------------- Bug Fixes ^^^^^^^^^ * **travis:** disable two failing platforms until they can be fixed (\ `5fcadcd `_\ ) `0.58.0 `_ (2019-06-13) --------------------------------------------------------------------------------------------------------- Features ^^^^^^^^ * **\ ``tofs``\ :** allow TOFS for master configuration (\ `1b202af `_\ ) * **\ ``tofs``\ :** allow TOFS for minion configuration (\ `fbe814a `_\ ) `0.57.1 `_ (2019-05-14) --------------------------------------------------------------------------------------------------------- Documentation ^^^^^^^^^^^^^ * **semantic-release:** implement an automated changelog (\ `b73af20 `_\ )