From 014340df3469970dcfc841cceb0d2f9432dff2fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Apr 2021 20:24:46 +0000 Subject: [PATCH] chore(release): 0.18.0 [skip ci] # [0.18.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.17.0...v0.18.0) (2021-04-02) ### Bug Fixes * **fedora:** ensure `networkd` package is installed for Fedora 33 ([54be05c](https://github.com/saltstack-formulas/systemd-formula/commit/54be05c83309875fcad39daff7317ae3d5b15b8a)) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0990fd6](https://github.com/saltstack-formulas/systemd-formula/commit/0990fd63b6a0712c025d01ea6a9e1b620e27a830)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([f433c36](https://github.com/saltstack-formulas/systemd-formula/commit/f433c369ee50fffaea4e9231d70a71b433599439)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([f501d91](https://github.com/saltstack-formulas/systemd-formula/commit/f501d91a1b7ba2dfba5082cbdb54d1f0528070a6)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([2ea7839](https://github.com/saltstack-formulas/systemd-formula/commit/2ea7839a94d530587e6d533bf4be398195783265)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([0205d11](https://github.com/saltstack-formulas/systemd-formula/commit/0205d118dbabc387dd7b2e5cad6f4d8985aba749)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([3b80bae](https://github.com/saltstack-formulas/systemd-formula/commit/3b80bae4c96006b06d65f2e060370198f923db6e)) * **kitchen+travis:** use `tiamat` pre-salted images [skip ci] ([580d3b9](https://github.com/saltstack-formulas/systemd-formula/commit/580d3b92958f161150d30a2afaad0ad87bed17f9)) * **pre-commit:** add to formula [skip ci] ([997a1f1](https://github.com/saltstack-formulas/systemd-formula/commit/997a1f12c7763a3a1899d8499ab093dd0a0b4085)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([cdc702a](https://github.com/saltstack-formulas/systemd-formula/commit/cdc702af5c1f9582a119ea5705bc7300074cc7f9)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([389b253](https://github.com/saltstack-formulas/systemd-formula/commit/389b253df6550b7be33d512429f7144b9fa5f3c9)) * **pre-commit:** update hook for `rubocop` [skip ci] ([bc5d74e](https://github.com/saltstack-formulas/systemd-formula/commit/bc5d74ebe06a735852489124113f54ec7f256a6f)) ### Features * **unit:** add dropin capability for unit files ([3d8abee](https://github.com/saltstack-formulas/systemd-formula/commit/3d8abeeda011ffcde92b946e5599ea5201395ead)) ### Tests * standardise use of `share` suite & `_mapdata` state [skip ci] ([c815870](https://github.com/saltstack-formulas/systemd-formula/commit/c815870d1ad2a244c9c9148ed52f67ef86bb38c6)) --- AUTHORS.md | 22 ++++++++++++---------- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 30 ++++++++++++++++++------------ docs/CHANGELOG.rst | 37 +++++++++++++++++++++++++++++++++++++ 5 files changed, 100 insertions(+), 23 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index a517f5b..9b5bbd2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,16 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|99 -@aboe76|[@aboe76](https://github.com/aboe76)|74 -@aanriot|[@aanriot](https://github.com/aanriot)|18 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|9 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 -@toanju|[@toanju](https://github.com/toanju)|2 -@r-pufky|[@r-pufky](https://github.com/r-pufky)|1 -@kartnico|[@kartnico](https://github.com/kartnico)|1 +@myii|[@myii](https://github.com/myii)|116 +@aboe76|[@aboe76](https://github.com/aboe76)|74 +@aanriot|[@aanriot](https://github.com/aanriot)|18 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|10 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|8 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@toanju|[@toanju](https://github.com/toanju)|2 +@r-pufky|[@r-pufky](https://github.com/r-pufky)|1 +@kartnico|[@kartnico](https://github.com/kartnico)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 08772f1..479ea7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +# [0.18.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.17.0...v0.18.0) (2021-04-02) + + +### Bug Fixes + +* **fedora:** ensure `networkd` package is installed for Fedora 33 ([54be05c](https://github.com/saltstack-formulas/systemd-formula/commit/54be05c83309875fcad39daff7317ae3d5b15b8a)) + + +### Continuous Integration + +* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0990fd6](https://github.com/saltstack-formulas/systemd-formula/commit/0990fd63b6a0712c025d01ea6a9e1b620e27a830)) +* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([f433c36](https://github.com/saltstack-formulas/systemd-formula/commit/f433c369ee50fffaea4e9231d70a71b433599439)) +* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([f501d91](https://github.com/saltstack-formulas/systemd-formula/commit/f501d91a1b7ba2dfba5082cbdb54d1f0528070a6)) +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([2ea7839](https://github.com/saltstack-formulas/systemd-formula/commit/2ea7839a94d530587e6d533bf4be398195783265)) +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([0205d11](https://github.com/saltstack-formulas/systemd-formula/commit/0205d118dbabc387dd7b2e5cad6f4d8985aba749)) +* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([3b80bae](https://github.com/saltstack-formulas/systemd-formula/commit/3b80bae4c96006b06d65f2e060370198f923db6e)) +* **kitchen+travis:** use `tiamat` pre-salted images [skip ci] ([580d3b9](https://github.com/saltstack-formulas/systemd-formula/commit/580d3b92958f161150d30a2afaad0ad87bed17f9)) +* **pre-commit:** add to formula [skip ci] ([997a1f1](https://github.com/saltstack-formulas/systemd-formula/commit/997a1f12c7763a3a1899d8499ab093dd0a0b4085)) +* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([cdc702a](https://github.com/saltstack-formulas/systemd-formula/commit/cdc702af5c1f9582a119ea5705bc7300074cc7f9)) +* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([389b253](https://github.com/saltstack-formulas/systemd-formula/commit/389b253df6550b7be33d512429f7144b9fa5f3c9)) +* **pre-commit:** update hook for `rubocop` [skip ci] ([bc5d74e](https://github.com/saltstack-formulas/systemd-formula/commit/bc5d74ebe06a735852489124113f54ec7f256a6f)) + + +### Features + +* **unit:** add dropin capability for unit files ([3d8abee](https://github.com/saltstack-formulas/systemd-formula/commit/3d8abeeda011ffcde92b946e5599ea5201395ead)) + + +### Tests + +* standardise use of `share` suite & `_mapdata` state [skip ci] ([c815870](https://github.com/saltstack-formulas/systemd-formula/commit/c815870d1ad2a244c9c9148ed52f67ef86bb38c6)) + # [0.17.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.16.0...v0.17.0) (2020-09-19) diff --git a/FORMULA b/FORMULA index 2689dce..8c88a68 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: systemd os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Arch os_family: Debian, RedHat, Suse, Arch -version: 0.17.0 +version: 0.18.0 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index de40cb7..439f7f5 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,35 +13,41 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@myii` + * - :raw-html-m2r:`@myii` - `@myii `_ - - 99 - * - :raw-html-m2r:`@aboe76` + - 116 + * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 74 - * - :raw-html-m2r:`@aanriot` + * - :raw-html-m2r:`@aanriot` - `@aanriot `_ - 18 - * - :raw-html-m2r:`@javierbertoli` + * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 9 - * - :raw-html-m2r:`@n-rodriguez` + - 10 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 8 + * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 4 - * - :raw-html-m2r:`@noelmcloughlin` + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 3 + * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 2 - * - :raw-html-m2r:`@toanju` + * - :raw-html-m2r:`@toanju` - `@toanju `_ - 2 - * - :raw-html-m2r:`@r-pufky` + * - :raw-html-m2r:`@r-pufky` - `@r-pufky `_ - 1 - * - :raw-html-m2r:`@kartnico` + * - :raw-html-m2r:`@kartnico` - `@kartnico `_ - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-04-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e32cf78..9e8d0a3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,43 @@ Changelog ========= +`0.18.0 `_ (2021-04-02) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **fedora:** ensure ``networkd`` package is installed for Fedora 33 (\ `54be05c `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `0990fd6 `_\ ) +* **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `f433c36 `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `f501d91 `_\ ) +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `2ea7839 `_\ ) +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `0205d11 `_\ ) +* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `3b80bae `_\ ) +* **kitchen+travis:** use ``tiamat`` pre-salted images [skip ci] (\ `580d3b9 `_\ ) +* **pre-commit:** add to formula [skip ci] (\ `997a1f1 `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `cdc702a `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `389b253 `_\ ) +* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `bc5d74e `_\ ) + +Features +^^^^^^^^ + + +* **unit:** add dropin capability for unit files (\ `3d8abee `_\ ) + +Tests +^^^^^ + + +* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `c815870 `_\ ) + `0.17.0 `_ (2020-09-19) ------------------------------------------------------------------------------------------------------------