-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
142 lines (102 loc) · 3.7 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
1.3.2 2018-09-19 thbe <[email protected]>
* Fixed minor version number
* Fixed markdown
* Fixed alignment
1.3.0 2017-10-18 thbe <[email protected]>
* Fully automated CI pipeline
1.3.0 2016-10-26 thbe <[email protected]>
* Fix typo for SLx
* Add full auto update
1.2.5 2016-09-21 thbe <[email protected]>
* Quick fix for RHEL
1.2.5 2016-09-21 thbe <[email protected]>
* Switch to install, config, service pattern
* Switch to current foreman
* Fix variable names
* Fix software collections for CentOS
1.2.4 2016-06-07 thbe <[email protected]>
* Switch scope.lookupvar to new scope['variable'] style
1.2.3 2016-06-07 thbe <[email protected]>
* Change proxy logic (https://github.com/thbe/puppet-yum/pull/1)
1.2.2 2016-02-16 thbe <[email protected]>
* Prevent execution on 5.x
* Increase coverage to 100%
1.2.1 2016-02-16 thbe <[email protected]>
* Fix predefined variable names
1.2.0 2016-02-10 thbe <[email protected]>
* Switch to Puppetlabs PC1
* Only EPEL default to true
* Fix several repository files
1.1.1 2016-02-08 thbe <[email protected]>
* Fixed EPEL 7.x support
1.1.0 2016-02-05 thbe <[email protected]>
* Add OEL 7 support
* Enhance test suite
1.0.2 2016-01-11 thbe <[email protected]>
* Upgrade foreman
1.0.1 2015-10-15 thbe <[email protected]>
* Upgrade ovirt
* Relocate rpm-gpg keys
0.6.6 2015-04-02 thbe <[email protected]>
* Updated documentation
0.6.5 2015-04-02 thbe <[email protected]>
* Added puppet 4.x support
* Rewrite variables (puppet-lint)
0.6.2 2015-04-02 thbe <[email protected]>
* Added deltarpm support
0.6.1 2015-03-31 thbe <[email protected]>
* Added Owncloud repository
0.6.0 2015-03-31 thbe <[email protected]>
* Added C7 support
0.5.4 2015-03-31 thbe <[email protected]>
* Added RPM-GPG-KEY-nightly-puppetlabs
0.5.3 2015-03-31 thbe <[email protected]>
* Upgrade pki rpm-gpg keys
0.5.2 2015-03-20 thbe <[email protected]>
* Removed software collections from default install
0.5.1 2015-03-19 thbe <[email protected]>
* Fix tmpfs support, run only if not symlink
0.5.0 2015-03-19 thbe <[email protected]>
* Add upgrade tool for EL6
* Add tmpfs support
* Switch parameter to boolean
* Enhance documentation
0.4.10 2014-12-15 thbe <[email protected]>
* Add auto update
0.4.9 2014-12-15 thbe <[email protected]>
* Add proxy parameter
0.4.8 2014-12-15 thbe <[email protected]>
* Fix license tag
0.4.7 2014-12-15 thbe <[email protected]>
* Update Foreman repository to 1.7
* Add custom exclude
0.4.6 2014-09-17 thbe <[email protected]>
* Restrict module to major version 6+, lower versions are not supported
0.4.5 2014-09-17 thbe <[email protected]>
* Update Foreman repository to 1.6
0.4.4 2014-09-08 thbe <[email protected]>
* Bugfix release
0.4.3 2014-08-23 thbe <[email protected]>
* Bugfix release
0.4.2 2014-08-23 thbe <[email protected]>
* Add Icinga support
0.4.0 2014-07-15 thbe <[email protected]>
* Add EL7 support
0.3.2 2014-07-14 thbe <[email protected]>
* Changed foreman key
0.3.1 2014-06-04 thbe <[email protected]>
* Add ovirt repository
0.3.0 2014-06-03 thbe <[email protected]>
* Switched to contain and removed stdlib dependency
* Fixed smaller bugs
* Add RPM GPG key import
* Support for RHEL 6 or clones only
0.2.2 2013-12-16 thbe <[email protected]>
* Fixed issue #2
0.2.1 2013-12-09 thbe <[email protected]>
* Lower version for dependency puppetlabs/stdlib
0.2.0 2013-08-16 thbe <[email protected]>
* Prepare for forge
* Documentation according to NTP module from puppetlabs
0.1.0 2013-04-11 thbe <[email protected]>
* Initial release