From 880c8b9a1f51cbd695d9f0dba171232c88ebbc20 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 9 Oct 2021 22:04:43 +0000 Subject: [PATCH] chore(release): 0.21.0 [skip ci] # [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)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 22 ++++++++++++++++++++++ 5 files changed, 45 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 8068a8a..29281a8 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 49659fd..bff4cbc 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 b362c0f..0cbac71 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 c41b88f..197d9a8 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 82357e2..0351891 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) ------------------------------------------------------------------------------------------------------------ -- GitLab