Skip to content

Commit 1f5c3e7

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.0...v3.5.0) (2020-01-07) ### Features * **centos:** centos 8 is full python3 ([54c82bb](54c82bb)) ### Tests * **inspec:** libvirt resource library is too big ([91c0a44](91c0a44)) * **inspec:** support different packages between CentOS 8 and 7 ([ec3b938](ec3b938))
1 parent a3b660f commit 1f5c3e7

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|40
7+
<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)|41
88
<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)|18
9-
<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
9+
<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)|16
1010
<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
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
1212
<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
@@ -28,4 +28,4 @@ Avatar|Contributor|Contributions
2828

2929
---
3030

31-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-06.
31+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-07.

CHANGELOG.md

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

3+
# [3.5.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.4.0...v3.5.0) (2020-01-07)
4+
5+
6+
### Features
7+
8+
* **centos:** centos 8 is full python3 ([54c82bb](https://github.com/saltstack-formulas/libvirt-formula/commit/54c82bb66f9c9556767d501d7ac425e8e516ba6d))
9+
10+
11+
### Tests
12+
13+
* **inspec:** libvirt resource library is too big ([91c0a44](https://github.com/saltstack-formulas/libvirt-formula/commit/91c0a44fa0b9df5bacd722fd416764bae5bd5076))
14+
* **inspec:** support different packages between CentOS 8 and 7 ([ec3b938](https://github.com/saltstack-formulas/libvirt-formula/commit/ec3b9385d7903544f95847ee0d8aa0248b57fbce))
15+
316
# [3.4.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.3.0...v3.4.0) (2020-01-06)
417

518

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.4.0
4+
version: 3.5.0
55
release: 1
66
minimum_version: 2018.3
77
summary: libvirt formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 40
18+
- 41
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2020
- `@aboe76 <https://github.com/aboe76>`_
2121
- 18
2222
* - :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'>`
2323
- `@baby-gnu <https://github.com/baby-gnu>`_
24-
- 13
24+
- 16
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2626
- `@gravyboat <https://github.com/gravyboat>`_
2727
- 6
@@ -80,4 +80,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8080

8181
----
8282

83-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-06.
83+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-07.

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+
`3.5.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.4.0...v3.5.0>`_ (2020-01-07)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* **centos:** centos 8 is full python3 (\ `54c82bb <https://github.com/saltstack-formulas/libvirt-formula/commit/54c82bb66f9c9556767d501d7ac425e8e516ba6d>`_\ )
13+
14+
Tests
15+
^^^^^
16+
17+
18+
* **inspec:** libvirt resource library is too big (\ `91c0a44 <https://github.com/saltstack-formulas/libvirt-formula/commit/91c0a44fa0b9df5bacd722fd416764bae5bd5076>`_\ )
19+
* **inspec:** support different packages between CentOS 8 and 7 (\ `ec3b938 <https://github.com/saltstack-formulas/libvirt-formula/commit/ec3b9385d7903544f95847ee0d8aa0248b57fbce>`_\ )
20+
521
`3.4.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.3.0...v3.4.0>`_ (2020-01-06)
622
---------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)