Skip to content

Commit a209cf1

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.0...v0.7.0) (2019-07-15) ### Documentation * **readme:** update headings and add for `inspec` as well ([df62ff2](df62ff2)) ### Features * **semantic-release:** implement an automated changelog ([7c81125](7c81125)) ### Tests * **kitchen+inspec:** comply with template-formula standards ([41ec6ce](41ec6ce))
1 parent 912542c commit a209cf1

File tree

5 files changed

+153
-1
lines changed

5 files changed

+153
-1
lines changed

AUTHORS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|12
8+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|6
9+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|6
10+
<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)|4
11+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/745513?v=4' width='36' height='36' alt='@EvaSDK'>|[@EvaSDK](https://github.com/EvaSDK)|3
12+
<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
13+
<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)|2
14+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6639666?v=4' width='36' height='36' alt='@ukretschmer'>|[@ukretschmer](https://github.com/ukretschmer)|2
15+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|2
16+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/2061751?v=4' width='36' height='36' alt='@matthew-parlette'>|[@matthew-parlette](https://github.com/matthew-parlette)|2
17+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/7460036?v=4' width='36' height='36' alt='@andrew-vant'>|[@andrew-vant](https://github.com/andrew-vant)|1
18+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/2073458?v=4' width='36' height='36' alt='@bebehei'>|[@bebehei](https://github.com/bebehei)|1
19+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/9368124?v=4' width='36' height='36' alt='@damon-atkins'>|[@damon-atkins](https://github.com/damon-atkins)|1
20+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4061767?v=4' width='36' height='36' alt='@edusperoni'>|[@edusperoni](https://github.com/edusperoni)|1
21+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/48491?v=4' width='36' height='36' alt='@eliasp'>|[@eliasp](https://github.com/eliasp)|1
22+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4488681?v=4' width='36' height='36' alt='@frots'>|[@frots](https://github.com/frots)|1
23+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|1
24+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|1
25+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/186158?v=4' width='36' height='36' alt='@Zauberfisch'>|[@Zauberfisch](https://github.com/Zauberfisch)|1
26+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/811611?v=4' width='36' height='36' alt='@cosu'>|[@cosu](https://github.com/cosu)|1
27+
28+
---
29+
30+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-15.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
# [0.7.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v0.6.0...v0.7.0) (2019-07-15)
4+
5+
6+
### Documentation
7+
8+
* **readme:** update headings and add for `inspec` as well ([df62ff2](https://github.com/saltstack-formulas/libvirt-formula/commit/df62ff2))
9+
10+
11+
### Features
12+
13+
* **semantic-release:** implement an automated changelog ([7c81125](https://github.com/saltstack-formulas/libvirt-formula/commit/7c81125))
14+
15+
16+
### Tests
17+
18+
* **kitchen+inspec:** comply with template-formula standards ([41ec6ce](https://github.com/saltstack-formulas/libvirt-formula/commit/41ec6ce))

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: libvirt
22
os: Debian, CentOS
33
os_family: Debian, RedHat
4-
version: x.x.x
4+
version: 0.7.0
55
release: 1
66
minimum_version: 2018.3
77
summary: libvirt formula

docs/AUTHORS.rst

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
17+
- `@aboe76 <https://github.com/aboe76>`_
18+
- 12
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
20+
- `@baby-gnu <https://github.com/baby-gnu>`_
21+
- 6
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
23+
- `@gravyboat <https://github.com/gravyboat>`_
24+
- 6
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
26+
- `@whiteinge <https://github.com/whiteinge>`_
27+
- 4
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/745513?v=4' width='36' height='36' alt='@EvaSDK'>`
29+
- `@EvaSDK <https://github.com/EvaSDK>`_
30+
- 3
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
32+
- `@puneetk <https://github.com/puneetk>`_
33+
- 3
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
35+
- `@nmadhok <https://github.com/nmadhok>`_
36+
- 2
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6639666?v=4' width='36' height='36' alt='@ukretschmer'>`
38+
- `@ukretschmer <https://github.com/ukretschmer>`_
39+
- 2
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
41+
- `@myii <https://github.com/myii>`_
42+
- 2
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/2061751?v=4' width='36' height='36' alt='@matthew-parlette'>`
44+
- `@matthew-parlette <https://github.com/matthew-parlette>`_
45+
- 2
46+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/7460036?v=4' width='36' height='36' alt='@andrew-vant'>`
47+
- `@andrew-vant <https://github.com/andrew-vant>`_
48+
- 1
49+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/2073458?v=4' width='36' height='36' alt='@bebehei'>`
50+
- `@bebehei <https://github.com/bebehei>`_
51+
- 1
52+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/9368124?v=4' width='36' height='36' alt='@damon-atkins'>`
53+
- `@damon-atkins <https://github.com/damon-atkins>`_
54+
- 1
55+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4061767?v=4' width='36' height='36' alt='@edusperoni'>`
56+
- `@edusperoni <https://github.com/edusperoni>`_
57+
- 1
58+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/48491?v=4' width='36' height='36' alt='@eliasp'>`
59+
- `@eliasp <https://github.com/eliasp>`_
60+
- 1
61+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4488681?v=4' width='36' height='36' alt='@frots'>`
62+
- `@frots <https://github.com/frots>`_
63+
- 1
64+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>`
65+
- `@thatch45 <https://github.com/thatch45>`_
66+
- 1
67+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
68+
- `@babilen5 <https://github.com/babilen5>`_
69+
- 1
70+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/186158?v=4' width='36' height='36' alt='@Zauberfisch'>`
71+
- `@Zauberfisch <https://github.com/Zauberfisch>`_
72+
- 1
73+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/811611?v=4' width='36' height='36' alt='@cosu'>`
74+
- `@cosu <https://github.com/cosu>`_
75+
- 1
76+
77+
78+
----
79+
80+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-15.

docs/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Changelog
3+
=========
4+
5+
`0.7.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v0.6.0...v0.7.0>`_ (2019-07-15)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Documentation
9+
^^^^^^^^^^^^^
10+
11+
12+
* **readme:** update headings and add for ``inspec`` as well (\ `df62ff2 <https://github.com/saltstack-formulas/libvirt-formula/commit/df62ff2>`_\ )
13+
14+
Features
15+
^^^^^^^^
16+
17+
18+
* **semantic-release:** implement an automated changelog (\ `7c81125 <https://github.com/saltstack-formulas/libvirt-formula/commit/7c81125>`_\ )
19+
20+
Tests
21+
^^^^^
22+
23+
24+
* **kitchen+inspec:** comply with template-formula standards (\ `41ec6ce <https://github.com/saltstack-formulas/libvirt-formula/commit/41ec6ce>`_\ )

0 commit comments

Comments
 (0)