|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 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 | + |
5 | 51 | `2.3.1 <https://github.com/saltstack-formulas/libvirt-formula/compare/v2.3.0...v2.3.1>`_ (2019-08-22) |
6 | 52 | --------------------------------------------------------------------------------------------------------- |
7 | 53 |
|
|
0 commit comments