Skip to content

Commit 381bf1f

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.1...v3.1.0) (2019-09-04) ### Continuous Integration * **kitchen+travis:** check the clean states on develop salt ([0e735c0](0e735c0)) ### Documentation * **readme:** explain the new “clean” states ([cceb4d3](cceb4d3)) ### Features * **clean:** add cleaning states ([dd53de0](dd53de0)) ### Tests * **clean:** check for clean states ([0978ab0](0978ab0)) * **inspec:** share libraries between profiles ([6f816e0](6f816e0))
1 parent e348da7 commit 381bf1f

File tree

5 files changed

+56
-5
lines changed

5 files changed

+56
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<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)|14
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)|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)|13
99
<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
1010
<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)|6
1111
<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
@@ -29,4 +29,4 @@ Avatar|Contributor|Contributions
2929

3030
---
3131

32-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-02.
32+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-04.

CHANGELOG.md

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

3+
# [3.1.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.0.1...v3.1.0) (2019-09-04)
4+
5+
6+
### Continuous Integration
7+
8+
* **kitchen+travis:** check the clean states on develop salt ([0e735c0](https://github.com/saltstack-formulas/libvirt-formula/commit/0e735c0))
9+
10+
11+
### Documentation
12+
13+
* **readme:** explain the new “clean” states ([cceb4d3](https://github.com/saltstack-formulas/libvirt-formula/commit/cceb4d3))
14+
15+
16+
### Features
17+
18+
* **clean:** add cleaning states ([dd53de0](https://github.com/saltstack-formulas/libvirt-formula/commit/dd53de0))
19+
20+
21+
### Tests
22+
23+
* **clean:** check for clean states ([0978ab0](https://github.com/saltstack-formulas/libvirt-formula/commit/0978ab0))
24+
* **inspec:** share libraries between profiles ([6f816e0](https://github.com/saltstack-formulas/libvirt-formula/commit/6f816e0))
25+
326
## [3.0.1](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.0.0...v3.0.1) (2019-09-02)
427

528

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, openSUSE, Suse
33
os_family: Debian, RedHat, Suse
4-
version: 3.0.1
4+
version: 3.1.0
55
release: 1
66
minimum_version: 2018.3
77
summary: libvirt formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 14
1919
* - :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'>`
2020
- `@baby-gnu <https://github.com/baby-gnu>`_
21-
- 12
21+
- 13
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2323
- `@gravyboat <https://github.com/gravyboat>`_
2424
- 6
@@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8383

8484
----
8585

86-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-02.
86+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-04.

docs/CHANGELOG.rst

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

5+
`3.1.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.0.1...v3.1.0>`_ (2019-09-04)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **kitchen+travis:** check the clean states on develop salt (\ `0e735c0 <https://github.com/saltstack-formulas/libvirt-formula/commit/0e735c0>`_\ )
13+
14+
Documentation
15+
^^^^^^^^^^^^^
16+
17+
18+
* **readme:** explain the new “clean” states (\ `cceb4d3 <https://github.com/saltstack-formulas/libvirt-formula/commit/cceb4d3>`_\ )
19+
20+
Features
21+
^^^^^^^^
22+
23+
24+
* **clean:** add cleaning states (\ `dd53de0 <https://github.com/saltstack-formulas/libvirt-formula/commit/dd53de0>`_\ )
25+
26+
Tests
27+
^^^^^
28+
29+
30+
* **clean:** check for clean states (\ `0978ab0 <https://github.com/saltstack-formulas/libvirt-formula/commit/0978ab0>`_\ )
31+
* **inspec:** share libraries between profiles (\ `6f816e0 <https://github.com/saltstack-formulas/libvirt-formula/commit/6f816e0>`_\ )
32+
533
`3.0.1 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.0.0...v3.0.1>`_ (2019-09-02)
634
---------------------------------------------------------------------------------------------------------
735

0 commit comments

Comments
 (0)