diff --git a/AUTHORS.md b/AUTHORS.md index 8068a8a9771e03498e9a59464c087319a27f3025..29281a8b11adb675a705cbc22231f3a4634eda73 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|145 +<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|150 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|75 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|18 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|10 @@ -19,4 +19,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-08. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-09. diff --git a/CHANGELOG.md b/CHANGELOG.md index 49659fd2964e220d3b10571c829ee518fcf76e18..bff4cbc735481af0c663a994f03ae1768b70cf2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [0.21.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.20.0...v0.21.0) (2021-10-09) + + +### Bug Fixes + +* **rsync_test_package:** use correct package for Gentoo ([b787713](https://github.com/saltstack-formulas/systemd-formula/commit/b787713805d4a7c9f9efdd0e3de6123f2b3cd534)) + + +### Continuous Integration + +* **gitlab-ci:** enable all `master` platforms except `oraclelinux-7` ([ad867bb](https://github.com/saltstack-formulas/systemd-formula/commit/ad867bb701f43c63ca6ee49525d4b47dc28cd4c0)) + + +### Features + +* **os*map.yaml:** restructure across all platforms ([10a6c24](https://github.com/saltstack-formulas/systemd-formula/commit/10a6c241d38c040825c3b6b22c7223ebe9a50041)) +* **wait_online:** use separate `enabled` & `running` states ([a42fa97](https://github.com/saltstack-formulas/systemd-formula/commit/a42fa9711b1be4e6594a3819b206bcdeeacdc297)) + # [0.20.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.1...v0.20.0) (2021-10-08) diff --git a/FORMULA b/FORMULA index b362c0f8cc036aa1c786dde86d5e8f1f06719040..0cbac719390559870cce28a6e4891ba1a0c63182 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.20.0 +version: 0.21.0 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c41b88f04e058abed283e6174be02e68fa2c8249..197d9a85ba26eb8e73a75b8f2571fcc59d555a3e 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:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` - `@myii <https://github.com/myii>`_ - - 145 + - 150 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>` - `@aboe76 <https://github.com/aboe76>`_ - 75 @@ -53,4 +53,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-10-08. +Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-10-09. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 82357e2ed8143ccf10e6ec478ab29643678a8c15..03518913cd6299cc0b1afa55b9195c0aae192974 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.21.0 <https://github.com/saltstack-formulas/systemd-formula/compare/v0.20.0...v0.21.0>`_ (2021-10-09) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **rsync_test_package:** use correct package for Gentoo (\ `b787713 <https://github.com/saltstack-formulas/systemd-formula/commit/b787713805d4a7c9f9efdd0e3de6123f2b3cd534>`_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** enable all ``master`` platforms except ``oraclelinux-7`` (\ `ad867bb <https://github.com/saltstack-formulas/systemd-formula/commit/ad867bb701f43c63ca6ee49525d4b47dc28cd4c0>`_\ ) + +Features +^^^^^^^^ + + +* **os*map.yaml:** restructure across all platforms (\ `10a6c24 <https://github.com/saltstack-formulas/systemd-formula/commit/10a6c241d38c040825c3b6b22c7223ebe9a50041>`_\ ) +* **wait_online:** use separate ``enabled`` & ``running`` states (\ `a42fa97 <https://github.com/saltstack-formulas/systemd-formula/commit/a42fa9711b1be4e6594a3819b206bcdeeacdc297>`_\ ) + `0.20.0 <https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.1...v0.20.0>`_ (2021-10-08) ------------------------------------------------------------------------------------------------------------