Skip to content

Commit 94cf084

Browse files
chore(release): 3.7.0 [skip ci]
# [3.7.0](v3.6.0...v3.7.0) (2020-03-24) ### Bug Fixes * **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([fd277ec](fd277ec)) ### Continuous Integration * workaround issues with newly introduced `amazonlinux-1` [skip ci] ([9299b03](9299b03)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([58709f6](58709f6)) * **travis:** update matrix after recent platform fixes ([a6dd1d3](a6dd1d3)), closes [#64](#64) [#66](#66) [#67](#67) [#68](#68) ### Features * **map.jinja:** `defaults.yaml` must be under `parameters/` ([3ca19bc](3ca19bc)) * **map.jinja:** load a configurable list of YAML files ([ce1782c](ce1782c)) * **map.jinja:** split `osfamilymap.yaml` under `parameters/os_family/` ([e82d184](e82d184)) * **map.jinja:** split `osfingermap.yaml` under `parameters/osfinger/` ([365f711](365f711)) * **map.jinja:** split `osmap.yaml` under `parameters/os/` ([4255397](4255397))
1 parent 40ffb58 commit 94cf084

File tree

5 files changed

+57
-7
lines changed

5 files changed

+57
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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)|42
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)|21
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)|49
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)|27
99
<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
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
@@ -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-07.
31+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-24.

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.7.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.6.0...v3.7.0) (2020-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([fd277ec](https://github.com/saltstack-formulas/libvirt-formula/commit/fd277ec6546655f0c0082fb773b6f62f77e4adf4))
9+
10+
11+
### Continuous Integration
12+
13+
* workaround issues with newly introduced `amazonlinux-1` [skip ci] ([9299b03](https://github.com/saltstack-formulas/libvirt-formula/commit/9299b035a511edea637b508f7c83b79a83ecfaf1))
14+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([58709f6](https://github.com/saltstack-formulas/libvirt-formula/commit/58709f6a9b01fc0ba53a8aa84128a63db2a1cb95))
15+
* **travis:** update matrix after recent platform fixes ([a6dd1d3](https://github.com/saltstack-formulas/libvirt-formula/commit/a6dd1d31e2bc1f4b4fc3fd28d6d293a2bedae62b)), closes [#64](https://github.com/saltstack-formulas/libvirt-formula/issues/64) [#66](https://github.com/saltstack-formulas/libvirt-formula/issues/66) [#67](https://github.com/saltstack-formulas/libvirt-formula/issues/67) [#68](https://github.com/saltstack-formulas/libvirt-formula/issues/68)
16+
17+
18+
### Features
19+
20+
* **map.jinja:** `defaults.yaml` must be under `parameters/` ([3ca19bc](https://github.com/saltstack-formulas/libvirt-formula/commit/3ca19bc63b9a631690515df46e07ca4bc7d92807))
21+
* **map.jinja:** load a configurable list of YAML files ([ce1782c](https://github.com/saltstack-formulas/libvirt-formula/commit/ce1782cab01e271993fb45df3e98928ae58e7b35))
22+
* **map.jinja:** split `osfamilymap.yaml` under `parameters/os_family/` ([e82d184](https://github.com/saltstack-formulas/libvirt-formula/commit/e82d184a77d03725c5afcf0d5f73ba95a87875df))
23+
* **map.jinja:** split `osfingermap.yaml` under `parameters/osfinger/` ([365f711](https://github.com/saltstack-formulas/libvirt-formula/commit/365f71176a231d992426b79705d6c0ee5ede8c68))
24+
* **map.jinja:** split `osmap.yaml` under `parameters/os/` ([4255397](https://github.com/saltstack-formulas/libvirt-formula/commit/4255397e40466ef4782911989ab671bed160fcfa))
25+
326
# [3.6.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v3.5.0...v3.6.0) (2020-01-07)
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.6.0
4+
version: 3.7.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,10 +15,10 @@ 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-
- 42
18+
- 49
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-
- 21
21+
- 27
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2323
- `@aboe76 <https://github.com/aboe76>`_
2424
- 18
@@ -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-07.
83+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-24.

docs/CHANGELOG.rst

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

5+
`3.7.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.6.0...v3.7.0>`_ (2020-03-24)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `fd277ec <https://github.com/saltstack-formulas/libvirt-formula/commit/fd277ec6546655f0c0082fb773b6f62f77e4adf4>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `9299b03 <https://github.com/saltstack-formulas/libvirt-formula/commit/9299b035a511edea637b508f7c83b79a83ecfaf1>`_\ )
19+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `58709f6 <https://github.com/saltstack-formulas/libvirt-formula/commit/58709f6a9b01fc0ba53a8aa84128a63db2a1cb95>`_\ )
20+
* **travis:** update matrix after recent platform fixes (\ `a6dd1d3 <https://github.com/saltstack-formulas/libvirt-formula/commit/a6dd1d31e2bc1f4b4fc3fd28d6d293a2bedae62b>`_\ ), closes `#64 <https://github.com/saltstack-formulas/libvirt-formula/issues/64>`_ `#66 <https://github.com/saltstack-formulas/libvirt-formula/issues/66>`_ `#67 <https://github.com/saltstack-formulas/libvirt-formula/issues/67>`_ `#68 <https://github.com/saltstack-formulas/libvirt-formula/issues/68>`_
21+
22+
Features
23+
^^^^^^^^
24+
25+
26+
* **map.jinja:** ``defaults.yaml`` must be under ``parameters/`` (\ `3ca19bc <https://github.com/saltstack-formulas/libvirt-formula/commit/3ca19bc63b9a631690515df46e07ca4bc7d92807>`_\ )
27+
* **map.jinja:** load a configurable list of YAML files (\ `ce1782c <https://github.com/saltstack-formulas/libvirt-formula/commit/ce1782cab01e271993fb45df3e98928ae58e7b35>`_\ )
28+
* **map.jinja:** split ``osfamilymap.yaml`` under ``parameters/os_family/`` (\ `e82d184 <https://github.com/saltstack-formulas/libvirt-formula/commit/e82d184a77d03725c5afcf0d5f73ba95a87875df>`_\ )
29+
* **map.jinja:** split ``osfingermap.yaml`` under ``parameters/osfinger/`` (\ `365f711 <https://github.com/saltstack-formulas/libvirt-formula/commit/365f71176a231d992426b79705d6c0ee5ede8c68>`_\ )
30+
* **map.jinja:** split ``osmap.yaml`` under ``parameters/os/`` (\ `4255397 <https://github.com/saltstack-formulas/libvirt-formula/commit/4255397e40466ef4782911989ab671bed160fcfa>`_\ )
31+
532
`3.6.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.5.0...v3.6.0>`_ (2020-01-07)
633
---------------------------------------------------------------------------------------------------------
734

0 commit comments

Comments
 (0)