diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dea4ba..1c4dea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,29 @@ ---------------------------------------- -##### Changes -* README.md: Add examples, a table of contents, information about proxmox::vm::openvz (#3). -* Correct indentation, double quote, ... +--------------------------------------- +### 0.2.0 - 2015/01/27 + +#### Summary +This release introduce a new subclasse for OpenVZ CT (network management): + + include proxmox::vm + +It's also provide a array of kernel modules added at the boot start. + +##### Features * (#2) Add an array and a file to load additionnal modules. -* Correct module's dependencies. * (#9) Add a puppetlabs-firewall rule. * (#3) Add a new class and subclass: proxmox::vm::openvz to manage OpenVZ CT. * (#3) Add a new fact to calculate venet's network with /24 instead of /32.) * Add many modules (mainly for iptables) to load at startup (sea README.md). + +##### Bugfixes +* Correct module's dependencies. * Run the proxmox::hypervisor::group only if PVE is installed. +##### Changes +* README.md: Add examples, a table of contents, information about proxmox::vm::openvz (#3). +* Correct indentation, double quote, ... + --------------------------------------- ### 0.1.0 - 2015/01/15 diff --git a/metadata.json b/metadata.json index bc2c73d..ee5e2e4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "gardouille-proxmox", - "version": "0.1.0", + "version": "0.2.0", "author": "Gardouille", "summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.", "license": "WTFPL",