28
|
1 |
## 2015-05-29 - Release 0.9.6 |
|
2 |
|
|
3 |
Fixed check for installed YUM group on RHEL 7. |
|
4 |
|
|
5 |
#### Bugfixes |
|
6 |
|
|
7 |
- Fixed check for installed YUM group on RHEL/CentOS 7 |
|
8 |
|
|
9 |
## 2015-04-07 - Release 0.9.5 |
|
10 |
|
|
11 |
New class yum, defined resource yum::config. Trigger old kernels purge. |
|
12 |
|
|
13 |
#### Features |
|
14 |
|
|
15 |
- New defined resource yum::config to allow changes in /etc/yum.conf. |
|
16 |
- New class yum to set common global parameters |
|
17 |
- If installonly_limit is changed, old kernels above the limit are purged. |
|
18 |
|
|
19 |
## 2014-12-08 - Release 0.9.4 |
|
20 |
|
|
21 |
Fix file/directory permissions. |
|
22 |
|
|
23 |
#### Bugfixes |
|
24 |
|
|
25 |
- Fix PF module archive file/directory permissions. |
|
26 |
|
|
27 |
## 2014-11-06 - Release 0.9.3 |
|
28 |
|
|
29 |
Enable yum.conf plugins if disabled. |
|
30 |
|
|
31 |
#### Bugfixes |
|
32 |
|
|
33 |
- Enable yum.conf plugins (if disabled) when we |
|
34 |
install plugin via yum::plugin. |
|
35 |
|
|
36 |
## 2014-09-02 - Release 0.9.2 |
|
37 |
|
|
38 |
Fix metadata.json |
|
39 |
|
|
40 |
#### Bugfixes |
|
41 |
|
|
42 |
- Fix metadata.json module dependencies |
|
43 |
|
|
44 |
## 2014-08-20 - Release 0.9.1 |
|
45 |
|
|
46 |
### Summary |
|
47 |
|
|
48 |
Fix GPG key import check when key is specified in $content. |
|
49 |
|
|
50 |
#### Bugfixes |
|
51 |
|
|
52 |
- Fix GPG key import check when key is specified in $content. |
|
53 |
|
|
54 |
## 2014-08-07 - Release 0.9.0 |
|
55 |
|
|
56 |
### Summary |
|
57 |
|
|
58 |
Initial release. |