Skip to content

Commit e8cb6e6

Browse files
chore(release): 0.19.1 [skip ci]
## [0.19.1](v0.19.0...v0.19.1) (2021-06-23) ### Bug Fixes * **units:** start `path` units as well as `service` units ([99b4863](99b4863)) ### Continuous Integration * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([9034dae](9034dae)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([c2c7e8b](c2c7e8b))
1 parent 99b4863 commit e8cb6e6

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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)|120
7+
<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)|123
88
<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)|74
99
<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
1010
<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
@@ -13,9 +13,10 @@ Avatar|Contributor|Contributions
1313
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|4
1414
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
1515
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
16+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/219284?v=4' width='36' height='36' alt='@kossmac'>|[@kossmac](https://github.com/kossmac)|1
1617
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4778046?v=4' width='36' height='36' alt='@r-pufky'>|[@r-pufky](https://github.com/r-pufky)|1
1718
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|1
1819

1920
---
2021

21-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-26.
22+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-23.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.19.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.0...v0.19.1) (2021-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **units:** start `path` units as well as `service` units ([99b4863](https://github.com/saltstack-formulas/systemd-formula/commit/99b48639b3750a26c7c55d4f249bef6d65521ba5))
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([9034dae](https://github.com/saltstack-formulas/systemd-formula/commit/9034daed4520c58f67b10c544a93857f841eebaf))
14+
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([c2c7e8b](https://github.com/saltstack-formulas/systemd-formula/commit/c2c7e8b72e3d5ddc885504bd774db74b46533be4))
15+
316
# [0.19.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.18.0...v0.19.0) (2021-04-26)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: systemd
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Arch
33
os_family: Debian, RedHat, Suse, Arch
4-
version: 0.19.0
4+
version: 0.19.1
55
release: 1
66
minimum_version: 2016.11
77
summary: Systemd formula

docs/AUTHORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 120
18+
- 123
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2020
- `@aboe76 <https://github.com/aboe76>`_
2121
- 74
@@ -40,6 +40,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
4040
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
4141
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
4242
- 2
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/219284?v=4' width='36' height='36' alt='@kossmac'>`
44+
- `@kossmac <https://github.com/kossmac>`_
45+
- 1
4346
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4778046?v=4' width='36' height='36' alt='@r-pufky'>`
4447
- `@r-pufky <https://github.com/r-pufky>`_
4548
- 1
@@ -50,4 +53,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5053

5154
----
5255

53-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-26.
56+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-23.

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
`0.19.1 <https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.0...v0.19.1>`_ (2021-06-23)
6+
------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **units:** start ``path`` units as well as ``service`` units (\ `99b4863 <https://github.com/saltstack-formulas/systemd-formula/commit/99b48639b3750a26c7c55d4f249bef6d65521ba5>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `9034dae <https://github.com/saltstack-formulas/systemd-formula/commit/9034daed4520c58f67b10c544a93857f841eebaf>`_\ )
19+
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `c2c7e8b <https://github.com/saltstack-formulas/systemd-formula/commit/c2c7e8b72e3d5ddc885504bd774db74b46533be4>`_\ )
20+
521
`0.19.0 <https://github.com/saltstack-formulas/systemd-formula/compare/v0.18.0...v0.19.0>`_ (2021-04-26)
622
------------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)