Skip to content

Commit 88e5e11

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.1...v3.0.0) (2019-09-02) ### Code Refactoring * **states:** ids must conform to “template-formula” standard ([8adfe9e](8adfe9e)) ### Continuous Integration * **kitchen+travis:** replace EOL pre-salted images ([262c063](262c063)) ### Features * **cert:** key and certificate generation is a server sub component ([616b585](616b585)) * **config:** the configuration is a server sub component ([6dc318d](6dc318d)) * **layout:** initialize the new top level layout ([886198b](886198b)) * **packages:** dispatch package installation per component ([f9e587d](f9e587d)) * **packages:** the python library is a dedicated component ([d07a3ec](d07a3ec)) * **service:** service is a subcomponent of “libvirt.server” ([c51d2d2](c51d2d2)) ### BREAKING CHANGES * **states:** “libvirt.pkg” become “libvirt-server-package-install-pkg-installed” * **layout:** the layout is completly modified for single state.apply * **states:** “libvirt.daemonconfig” become “libvirt-server-config-files-daemonconfig-file-managed” * **states:** “libvirt.service” become “libvirt-server-service-running-service-running” * **states:** “libvirt.keys” become “libvirt-server-tls-certs-virt-keys” * **states:** “libvirt-python” become “libvirt-python-install-pkg-install” * **states:** “qemu” become “libvirt-qemu-install-pkg-installed” * **states:** “libvirt.config” become “libvirt-server-config-files-libvirtd-file-managed” * **cert:** the key is now libvirt.server.tls.certs * **service:** the service is now libvirt.server.service.running * **config:** the configuration is now libvirt.server.config.files * **packages:** libvirt package is installed by libvirt.server.package.install * **packages:** qemu package is installed by libvirt.qemu.install * **packages:** extra packages are installed by libvirt.extra.install * **states:** “extra_pkgs” become “libvirt-extra-install-pkg-installed”
1 parent 7b83de1 commit 88e5e11

File tree

5 files changed

+94
-7
lines changed

5 files changed

+94
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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)|8
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)|11
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
10-
<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)|5
10+
<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
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
1313
<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
@@ -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-08-22.
32+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-02.

CHANGELOG.md

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

3+
# [3.0.0](https://github.com/saltstack-formulas/libvirt-formula/compare/v2.3.1...v3.0.0) (2019-09-02)
4+
5+
6+
### Code Refactoring
7+
8+
* **states:** ids must conform to “template-formula” standard ([8adfe9e](https://github.com/saltstack-formulas/libvirt-formula/commit/8adfe9e))
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen+travis:** replace EOL pre-salted images ([262c063](https://github.com/saltstack-formulas/libvirt-formula/commit/262c063))
14+
15+
16+
### Features
17+
18+
* **cert:** key and certificate generation is a server sub component ([616b585](https://github.com/saltstack-formulas/libvirt-formula/commit/616b585))
19+
* **config:** the configuration is a server sub component ([6dc318d](https://github.com/saltstack-formulas/libvirt-formula/commit/6dc318d))
20+
* **layout:** initialize the new top level layout ([886198b](https://github.com/saltstack-formulas/libvirt-formula/commit/886198b))
21+
* **packages:** dispatch package installation per component ([f9e587d](https://github.com/saltstack-formulas/libvirt-formula/commit/f9e587d))
22+
* **packages:** the python library is a dedicated component ([d07a3ec](https://github.com/saltstack-formulas/libvirt-formula/commit/d07a3ec))
23+
* **service:** service is a subcomponent of “libvirt.server” ([c51d2d2](https://github.com/saltstack-formulas/libvirt-formula/commit/c51d2d2))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* **states:** “libvirt.pkg” become “libvirt-server-package-install-pkg-installed”
29+
* **layout:** the layout is completly modified for single state.apply
30+
* **states:** “libvirt.daemonconfig” become “libvirt-server-config-files-daemonconfig-file-managed”
31+
* **states:** “libvirt.service” become “libvirt-server-service-running-service-running”
32+
* **states:** “libvirt.keys” become “libvirt-server-tls-certs-virt-keys”
33+
* **states:** “libvirt-python” become “libvirt-python-install-pkg-install”
34+
* **states:** “qemu” become “libvirt-qemu-install-pkg-installed”
35+
* **states:** “libvirt.config” become “libvirt-server-config-files-libvirtd-file-managed”
36+
* **cert:** the key is now libvirt.server.tls.certs
37+
* **service:** the service is now libvirt.server.service.running
38+
* **config:** the configuration is now libvirt.server.config.files
39+
* **packages:** libvirt package is installed by libvirt.server.package.install
40+
* **packages:** qemu package is installed by libvirt.qemu.install
41+
* **packages:** extra packages are installed by libvirt.extra.install
42+
* **states:** “extra_pkgs” become “libvirt-extra-install-pkg-installed”
43+
344
## [2.3.1](https://github.com/saltstack-formulas/libvirt-formula/compare/v2.3.0...v2.3.1) (2019-08-22)
445

546

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: 2.3.1
4+
version: 3.0.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
@@ -18,13 +18,13 @@ 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-
- 8
21+
- 11
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/10231489?v=4' width='36' height='36' alt='@myii'>`
2626
- `@myii <https://github.com/myii>`_
27-
- 5
27+
- 6
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
2929
- `@whiteinge <https://github.com/whiteinge>`_
3030
- 4
@@ -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-08-22.
86+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-02.

docs/CHANGELOG.rst

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

5+
`3.0.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v2.3.1...v3.0.0>`_ (2019-09-02)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **states:** ids must conform to “template-formula” standard (\ `8adfe9e <https://github.com/saltstack-formulas/libvirt-formula/commit/8adfe9e>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen+travis:** replace EOL pre-salted images (\ `262c063 <https://github.com/saltstack-formulas/libvirt-formula/commit/262c063>`_\ )
19+
20+
Features
21+
^^^^^^^^
22+
23+
24+
* **cert:** key and certificate generation is a server sub component (\ `616b585 <https://github.com/saltstack-formulas/libvirt-formula/commit/616b585>`_\ )
25+
* **config:** the configuration is a server sub component (\ `6dc318d <https://github.com/saltstack-formulas/libvirt-formula/commit/6dc318d>`_\ )
26+
* **layout:** initialize the new top level layout (\ `886198b <https://github.com/saltstack-formulas/libvirt-formula/commit/886198b>`_\ )
27+
* **packages:** dispatch package installation per component (\ `f9e587d <https://github.com/saltstack-formulas/libvirt-formula/commit/f9e587d>`_\ )
28+
* **packages:** the python library is a dedicated component (\ `d07a3ec <https://github.com/saltstack-formulas/libvirt-formula/commit/d07a3ec>`_\ )
29+
* **service:** service is a subcomponent of “libvirt.server” (\ `c51d2d2 <https://github.com/saltstack-formulas/libvirt-formula/commit/c51d2d2>`_\ )
30+
31+
BREAKING CHANGES
32+
^^^^^^^^^^^^^^^^
33+
34+
35+
* **states:** “libvirt.pkg” become “libvirt-server-package-install-pkg-installed”
36+
* **layout:** the layout is completly modified for single state.apply
37+
* **states:** “libvirt.daemonconfig” become “libvirt-server-config-files-daemonconfig-file-managed”
38+
* **states:** “libvirt.service” become “libvirt-server-service-running-service-running”
39+
* **states:** “libvirt.keys” become “libvirt-server-tls-certs-virt-keys”
40+
* **states:** “libvirt-python” become “libvirt-python-install-pkg-install”
41+
* **states:** “qemu” become “libvirt-qemu-install-pkg-installed”
42+
* **states:** “libvirt.config” become “libvirt-server-config-files-libvirtd-file-managed”
43+
* **cert:** the key is now libvirt.server.tls.certs
44+
* **service:** the service is now libvirt.server.service.running
45+
* **config:** the configuration is now libvirt.server.config.files
46+
* **packages:** libvirt package is installed by libvirt.server.package.install
47+
* **packages:** qemu package is installed by libvirt.qemu.install
48+
* **packages:** extra packages are installed by libvirt.extra.install
49+
* **states:** “extra_pkgs” become “libvirt-extra-install-pkg-installed”
50+
551
`2.3.1 <https://github.com/saltstack-formulas/libvirt-formula/compare/v2.3.0...v2.3.1>`_ (2019-08-22)
652
---------------------------------------------------------------------------------------------------------
753

0 commit comments

Comments
 (0)