Skip to content

Commit 3bd3f26

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.1...v3.2.0) (2019-10-03) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([198fe0b](198fe0b)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([adb9004](adb9004)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([8bc62c7](8bc62c7)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([4ba9be5](4ba9be5)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([3e522e8](3e522e8)) ### Features * **tofs:** use TOFS to distribute configuration templates to minion ([8cd04f9](8cd04f9))
1 parent bffdcad commit 3bd3f26

File tree

5 files changed

+44
-9
lines changed

5 files changed

+44
-9
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://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|16
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)|17
8+
<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)|15
89
<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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|8
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
@@ -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-09.
32+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-03.

CHANGELOG.md

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

3+
# [3.2.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.1.1...v3.2.0) (2019-10-03)
4+
5+
6+
### Continuous Integration
7+
8+
* **kitchen:** change `log_level` to `debug` instead of `info` ([198fe0b](https://github.com/saltstack-formulas/libvirt-formula/commit/198fe0b))
9+
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([adb9004](https://github.com/saltstack-formulas/libvirt-formula/commit/adb9004))
10+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([8bc62c7](https://github.com/saltstack-formulas/libvirt-formula/commit/8bc62c7))
11+
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([4ba9be5](https://github.com/saltstack-formulas/libvirt-formula/commit/4ba9be5))
12+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([3e522e8](https://github.com/saltstack-formulas/libvirt-formula/commit/3e522e8))
13+
14+
15+
### Features
16+
17+
* **tofs:** use TOFS to distribute configuration templates to minion ([8cd04f9](https://github.com/saltstack-formulas/libvirt-formula/commit/8cd04f9))
18+
319
## [3.1.1](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.1.0...v3.1.1) (2019-09-09)
420

521

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

docs/AUTHORS.rst

Lines changed: 5 additions & 5 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://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
1717
- `@aboe76 <https://github.com/aboe76>`_
18-
- 16
18+
- 17
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
20+
- `@myii <https://github.com/myii>`_
21+
- 15
1922
* - :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'>`
2023
- `@baby-gnu <https://github.com/baby-gnu>`_
2124
- 13
22-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
23-
- `@myii <https://github.com/myii>`_
24-
- 8
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
@@ -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-09.
86+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-03.

docs/CHANGELOG.rst

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

5+
`3.2.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.1.1...v3.2.0>`_ (2019-10-03)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `198fe0b <https://github.com/saltstack-formulas/libvirt-formula/commit/198fe0b>`_\ )
13+
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `adb9004 <https://github.com/saltstack-formulas/libvirt-formula/commit/adb9004>`_\ )
14+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `8bc62c7 <https://github.com/saltstack-formulas/libvirt-formula/commit/8bc62c7>`_\ )
15+
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `4ba9be5 <https://github.com/saltstack-formulas/libvirt-formula/commit/4ba9be5>`_\ )
16+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `3e522e8 <https://github.com/saltstack-formulas/libvirt-formula/commit/3e522e8>`_\ )
17+
18+
Features
19+
^^^^^^^^
20+
21+
22+
* **tofs:** use TOFS to distribute configuration templates to minion (\ `8cd04f9 <https://github.com/saltstack-formulas/libvirt-formula/commit/8cd04f9>`_\ )
23+
524
`3.1.1 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.1.0...v3.1.1>`_ (2019-09-09)
625
---------------------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)