dev/provisioning/modules/yum/CHANGELOG.md
changeset 28 b0b56e0f8c7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/yum/CHANGELOG.md	Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,58 @@
+## 2015-05-29 - Release 0.9.6
+
+Fixed check for installed YUM group on RHEL 7.
+
+#### Bugfixes
+
+- Fixed check for installed YUM group on RHEL/CentOS 7
+
+## 2015-04-07 - Release 0.9.5
+
+New class yum, defined resource yum::config. Trigger old kernels purge.
+
+#### Features
+
+- New defined resource yum::config to allow changes in /etc/yum.conf.
+- New class yum to set common global parameters
+- If installonly_limit is changed, old kernels above the limit are purged.
+
+## 2014-12-08 - Release 0.9.4
+
+Fix file/directory permissions.
+
+#### Bugfixes
+
+- Fix PF module archive file/directory permissions.
+
+## 2014-11-06 - Release 0.9.3
+
+Enable yum.conf plugins if disabled.
+
+#### Bugfixes
+
+- Enable yum.conf plugins (if disabled) when we
+  install plugin via yum::plugin.
+
+## 2014-09-02 - Release 0.9.2
+
+Fix metadata.json
+
+#### Bugfixes
+
+- Fix metadata.json module dependencies
+
+## 2014-08-20 - Release 0.9.1
+
+### Summary
+
+Fix GPG key import check when key is specified in $content.
+
+#### Bugfixes
+
+- Fix GPG key import check when key is specified in $content.
+
+## 2014-08-07 - Release 0.9.0
+
+### Summary
+
+Initial release.