Skip to content

Commit d420b0c

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2019-07-19) ### Bug Fixes * **example:** fix pillar example ([d4e6442](d4e6442)) * **macro:** remove unused 'concat_args' macro ([ee6f30f](ee6f30f)) * **suse:** correct the service name on suse ([d69bd4e](d69bd4e)) ### Code Refactoring * **formula:** align with template-formula v3.0.0 ([873ae0f](873ae0f)) ### Features * **formula:** align with template-formula v3.0.0 ([12a9c76](12a9c76)) * **formula:** apply pr review comments ([ad30f21](ad30f21)) * **formula:** apply pr review comments ([1e3cdc9](1e3cdc9)) ### Tests * **inspec:** fix unit test ([84e697a](84e697a))
1 parent 43923a4 commit d420b0c

File tree

5 files changed

+127
-4
lines changed

5 files changed

+127
-4
lines changed

AUTHORS.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
8-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|1
7+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|10
8+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/18299?v=4' width='36' height='36' alt='@davidkarlsen'>|[@davidkarlsen](https://github.com/davidkarlsen)|8
9+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|6
10+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/478473?v=4' width='36' height='36' alt='@keesbos'>|[@keesbos](https://github.com/keesbos)|4
11+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|3
12+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|2
13+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|2
14+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1806188?v=4' width='36' height='36' alt='@tedski'>|[@tedski](https://github.com/tedski)|2
15+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|1
16+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1654592?v=4' width='36' height='36' alt='@feiming'>|[@feiming](https://github.com/feiming)|1
17+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/191225?v=4' width='36' height='36' alt='@pruiz'>|[@pruiz](https://github.com/pruiz)|1
918

1019
---
1120

12-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-05.
21+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-19.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
# [0.2.0](https://github.com/saltstack-formulas/sysstat-formula/compare/v0.1.0...v0.2.0) (2019-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **example:** fix pillar example ([d4e6442](https://github.com/saltstack-formulas/sysstat-formula/commit/d4e6442))
9+
* **macro:** remove unused 'concat_args' macro ([ee6f30f](https://github.com/saltstack-formulas/sysstat-formula/commit/ee6f30f))
10+
* **suse:** correct the service name on suse ([d69bd4e](https://github.com/saltstack-formulas/sysstat-formula/commit/d69bd4e))
11+
12+
13+
### Code Refactoring
14+
15+
* **formula:** align with template-formula v3.0.0 ([873ae0f](https://github.com/saltstack-formulas/sysstat-formula/commit/873ae0f))
16+
17+
18+
### Features
19+
20+
* **formula:** align with template-formula v3.0.0 ([12a9c76](https://github.com/saltstack-formulas/sysstat-formula/commit/12a9c76))
21+
* **formula:** apply pr review comments ([ad30f21](https://github.com/saltstack-formulas/sysstat-formula/commit/ad30f21))
22+
* **formula:** apply pr review comments ([1e3cdc9](https://github.com/saltstack-formulas/sysstat-formula/commit/1e3cdc9))
23+
24+
25+
### Tests
26+
27+
* **inspec:** fix unit test ([84e697a](https://github.com/saltstack-formulas/sysstat-formula/commit/84e697a))

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sysstat
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
4-
version: 1.0.0
4+
version: 0.2.0
55
release: 1
66
minimum_version: 2016.11
77
summary: sysstat formula

docs/AUTHORS.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
17+
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18+
- 10
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/18299?v=4' width='36' height='36' alt='@davidkarlsen'>`
20+
- `@davidkarlsen <https://github.com/davidkarlsen>`_
21+
- 8
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
23+
- `@nmadhok <https://github.com/nmadhok>`_
24+
- 6
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/478473?v=4' width='36' height='36' alt='@keesbos'>`
26+
- `@keesbos <https://github.com/keesbos>`_
27+
- 4
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
29+
- `@puneetk <https://github.com/puneetk>`_
30+
- 3
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>`
32+
- `@techhat <https://github.com/techhat>`_
33+
- 2
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
35+
- `@whiteinge <https://github.com/whiteinge>`_
36+
- 2
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1806188?v=4' width='36' height='36' alt='@tedski'>`
38+
- `@tedski <https://github.com/tedski>`_
39+
- 2
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
41+
- `@iggy <https://github.com/iggy>`_
42+
- 1
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1654592?v=4' width='36' height='36' alt='@feiming'>`
44+
- `@feiming <https://github.com/feiming>`_
45+
- 1
46+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/191225?v=4' width='36' height='36' alt='@pruiz'>`
47+
- `@pruiz <https://github.com/pruiz>`_
48+
- 1
49+
50+
51+
----
52+
53+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-19.

docs/CHANGELOG.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Changelog
3+
=========
4+
5+
`0.2.0 <https://github.com/saltstack-formulas/sysstat-formula/compare/v0.1.0...v0.2.0>`_ (2019-07-19)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **example:** fix pillar example (\ `d4e6442 <https://github.com/saltstack-formulas/sysstat-formula/commit/d4e6442>`_\ )
13+
* **macro:** remove unused 'concat_args' macro (\ `ee6f30f <https://github.com/saltstack-formulas/sysstat-formula/commit/ee6f30f>`_\ )
14+
* **suse:** correct the service name on suse (\ `d69bd4e <https://github.com/saltstack-formulas/sysstat-formula/commit/d69bd4e>`_\ )
15+
16+
Code Refactoring
17+
^^^^^^^^^^^^^^^^
18+
19+
20+
* **formula:** align with template-formula v3.0.0 (\ `873ae0f <https://github.com/saltstack-formulas/sysstat-formula/commit/873ae0f>`_\ )
21+
22+
Features
23+
^^^^^^^^
24+
25+
26+
* **formula:** align with template-formula v3.0.0 (\ `12a9c76 <https://github.com/saltstack-formulas/sysstat-formula/commit/12a9c76>`_\ )
27+
* **formula:** apply pr review comments (\ `ad30f21 <https://github.com/saltstack-formulas/sysstat-formula/commit/ad30f21>`_\ )
28+
* **formula:** apply pr review comments (\ `1e3cdc9 <https://github.com/saltstack-formulas/sysstat-formula/commit/1e3cdc9>`_\ )
29+
30+
Tests
31+
^^^^^
32+
33+
34+
* **inspec:** fix unit test (\ `84e697a <https://github.com/saltstack-formulas/sysstat-formula/commit/84e697a>`_\ )

0 commit comments

Comments
 (0)