Skip to content

Commit 17d8b29

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2019-07-29) ### Bug Fixes * **packages:** python2 libvirt library is unusable by Python3 minion ([e16bfad](e16bfad)) ### Continuous Integration * **travis:** enable default-ubuntu-1804-2019-2-py3 ([6679340](6679340)) ### Tests * **inspec:** enable Ubuntu platform ([5ae997e](5ae997e)) * **inspec:** python package name depends on Salt environnment ([5322aee](5322aee)) ### BREAKING CHANGES * **packages:** the Python2 package is now “python2_pkg”. * libvirt/python.sls: use “switch_python32” macro to select the python package and do nothing if it's not available. * libvirt/keys.sls: ditoo. * libvirt/python.jinja: new macro “switch_python32” to select one of the two arguments based on the environment of the SaltStack minion. * libvirt/defaults.yaml: distinguish python2 and python3 packages. * libvirt/osfamilymap.yaml (Debian): distinguish python2 and python3 packages.
1 parent 819472d commit 17d8b29

File tree

5 files changed

+126
-9
lines changed

5 files changed

+126
-9
lines changed

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ 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)|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
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)|7
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/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|4
11+
<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)|4
1112
<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
1213
<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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|3
1414
<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
1515
<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
1616
<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
@@ -20,11 +20,12 @@ Avatar|Contributor|Contributions
2020
<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
2121
<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
2222
<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://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
2324
<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
2425
<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
2526
<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
2627
<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
2728

2829
---
2930

30-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-21.
31+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-29.

CHANGELOG.md

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

3+
# [2.0.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v1.0.0...v2.0.0) (2019-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **packages:** python2 libvirt library is unusable by Python3 minion ([e16bfad](https://github.com/saltstack-formulas/libvirt-formula/commit/e16bfad))
9+
10+
11+
### Continuous Integration
12+
13+
* **travis:** enable default-ubuntu-1804-2019-2-py3 ([6679340](https://github.com/saltstack-formulas/libvirt-formula/commit/6679340))
14+
15+
16+
### Tests
17+
18+
* **inspec:** enable Ubuntu platform ([5ae997e](https://github.com/saltstack-formulas/libvirt-formula/commit/5ae997e))
19+
* **inspec:** python package name depends on Salt environnment ([5322aee](https://github.com/saltstack-formulas/libvirt-formula/commit/5322aee))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **packages:** the Python2 package is now “python2_pkg”.
25+
26+
* libvirt/python.sls: use “switch_python32” macro to select the python
27+
package and do nothing if it's not available.
28+
29+
* libvirt/keys.sls: ditoo.
30+
31+
* libvirt/python.jinja: new macro “switch_python32” to select one of
32+
the two arguments based on the environment of the SaltStack minion.
33+
34+
* libvirt/defaults.yaml: distinguish python2 and python3 packages.
35+
36+
* libvirt/osfamilymap.yaml (Debian): distinguish python2 and python3
37+
packages.
38+
339
# [1.0.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v0.7.0...v1.0.0) (2019-07-21)
440

541

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

docs/AUTHORS.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 12
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-
- 6
21+
- 7
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
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
2626
- `@whiteinge <https://github.com/whiteinge>`_
2727
- 4
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
29+
- `@myii <https://github.com/myii>`_
30+
- 4
2831
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/745513?v=4' width='36' height='36' alt='@EvaSDK'>`
2932
- `@EvaSDK <https://github.com/EvaSDK>`_
3033
- 3
@@ -37,9 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
3740
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6639666?v=4' width='36' height='36' alt='@ukretschmer'>`
3841
- `@ukretschmer <https://github.com/ukretschmer>`_
3942
- 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
4343
* - :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'>`
4444
- `@matthew-parlette <https://github.com/matthew-parlette>`_
4545
- 2
@@ -61,6 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
6161
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4488681?v=4' width='36' height='36' alt='@frots'>`
6262
- `@frots <https://github.com/frots>`_
6363
- 1
64+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
65+
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
66+
- 1
6467
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>`
6568
- `@thatch45 <https://github.com/thatch45>`_
6669
- 1
@@ -77,4 +80,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
7780

7881
----
7982

80-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-15.
83+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-29.

docs/CHANGELOG.rst

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

5+
`2.0.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v1.0.0...v2.0.0>`_ (2019-07-29)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **packages:** python2 libvirt library is unusable by Python3 minion (\ `e16bfad <https://github.com/saltstack-formulas/libvirt-formula/commit/e16bfad>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **travis:** enable default-ubuntu-1804-2019-2-py3 (\ `6679340 <https://github.com/saltstack-formulas/libvirt-formula/commit/6679340>`_\ )
19+
20+
Tests
21+
^^^^^
22+
23+
24+
* **inspec:** enable Ubuntu platform (\ `5ae997e <https://github.com/saltstack-formulas/libvirt-formula/commit/5ae997e>`_\ )
25+
* **inspec:** python package name depends on Salt environnment (\ `5322aee <https://github.com/saltstack-formulas/libvirt-formula/commit/5322aee>`_\ )
26+
27+
BREAKING CHANGES
28+
^^^^^^^^^^^^^^^^
29+
30+
31+
*
32+
**packages:** the Python2 package is now “python2_pkg”.
33+
34+
*
35+
libvirt/python.sls: use “switch_python32” macro to select the python
36+
package and do nothing if it's not available.
37+
38+
*
39+
libvirt/keys.sls: ditoo.
40+
41+
*
42+
libvirt/python.jinja: new macro “switch_python32” to select one of
43+
the two arguments based on the environment of the SaltStack minion.
44+
45+
*
46+
libvirt/defaults.yaml: distinguish python2 and python3 packages.
47+
48+
*
49+
libvirt/osfamilymap.yaml (Debian): distinguish python2 and python3
50+
packages.
51+
52+
`1.0.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v0.7.0...v1.0.0>`_ (2019-07-21)
53+
---------------------------------------------------------------------------------------------------------
54+
55+
Features
56+
^^^^^^^^
57+
58+
59+
* **map.jinja:** update to template standards (\ `b822a87 <https://github.com/saltstack-formulas/libvirt-formula/commit/b822a87>`_\ )
60+
61+
BREAKING CHANGES
62+
^^^^^^^^^^^^^^^^
63+
64+
65+
*
66+
**map.jinja:** use “osfinger” instead of “oscodename” to override
67+
configuration per distribution version.
68+
69+
*
70+
libvirt/map.jinja: update to “template-formula” standard.
71+
72+
*
73+
libvirt/osfamilymap.yaml: fix the name for the “os_family” settings.
74+
75+
*
76+
libvirt/osmap.yaml: empty per OS name settings for now.
77+
78+
*
79+
libvirt/osfingermap.yaml: replace “oscodename” overrides.
80+
Set some settings for older Debian and Ubuntu releases.
81+
582
`0.7.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v0.6.0...v0.7.0>`_ (2019-07-15)
683
---------------------------------------------------------------------------------------------------------
784

0 commit comments

Comments
 (0)