diff --git a/AUTHORS.md b/AUTHORS.md index 0b0d065..a517f5b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|88 +@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)|7 +@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 @@ -16,4 +16,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-19. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca2c5d..08772f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# [0.17.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.16.0...v0.17.0) (2020-09-19) + + +### Bug Fixes + +* **resolved:** add missing header in config file ([ffa0d89](https://github.com/saltstack-formulas/systemd-formula/commit/ffa0d8957d9dc162545fdbcc7accdeca29283dc0)) + + +### Continuous Integration + +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([5f1e3e8](https://github.com/saltstack-formulas/systemd-formula/commit/5f1e3e89260e1852c93f566e91a2b4f4a7a2d517)) + + +### Features + +* **journald:** add service management ([32d2e70](https://github.com/saltstack-formulas/systemd-formula/commit/32d2e70d21a2a99cc0c5455601d478db0e00cda5)) + + +### Styles + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([d633daf](https://github.com/saltstack-formulas/systemd-formula/commit/d633daffc6565332a9e4b24231f25a75356609b9)) + # [0.16.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.15.0...v0.16.0) (2020-06-01) diff --git a/FORMULA b/FORMULA index 9356d1a..2689dce 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.16.0 +version: 0.17.0 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0b3657a..de40cb7 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 88 + - 99 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 74 @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 18 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 7 + - 9 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 4 @@ -44,4 +44,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a7715fc..e32cf78 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,33 @@ Changelog ========= +`0.17.0 `_ (2020-09-19) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **resolved:** add missing header in config file (\ `ffa0d89 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `5f1e3e8 `_\ ) + +Features +^^^^^^^^ + + +* **journald:** add service management (\ `32d2e70 `_\ ) + +Styles +^^^^^^ + + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `d633daf `_\ ) + `0.16.0 `_ (2020-06-01) ------------------------------------------------------------------------------------------------------------