You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
-
##2014-10-28 - Supported Release 1.1.2
1
+
##2015-02-17 - Supported Release 1.2.0
2
+
###Summary
3
+
4
+
This release includes a number of bugfixes and adds support for running a validation command when using puppet >= 3.5.0.
5
+
6
+
####Features
7
+
- Support running a validation command for Puppet >= 3.5.0
8
+
9
+
####Bugfixes
10
+
- Reset poisoned defaults from Exec
11
+
- Use concatfragments.rb on AIX since it doesn't support print0
12
+
- Make sure ruby is in the path for PE (MODULES-1456)
13
+
- Fix missing method for check_is_owned_by for windows (MODULES-1764)
14
+
- Fix sort by numeric
2
15
16
+
##2014-10-28 - Supported Release 1.1.2
3
17
###Summary
4
18
5
19
This release includes bugfixes and test improvements. The module was tested against SLES10 and SLES12 and found to work against those platforms with no module improvements. Metadata was updated to include those as supported platforms.
@@ -12,7 +26,6 @@ This release includes bugfixes and test improvements. The module was tested agai
12
26
- Fix typo in CHANGELOG.md
13
27
14
28
##2014-09-10 - Supported Release 1.1.1
15
-
16
29
###Summary
17
30
18
31
This is a bugfix release, and the first supported release of the 1.1.x series.
@@ -32,7 +45,6 @@ This is a bugfix release, and the first supported release of the 1.1.x series.
32
45
- Synchronized files for more consistency across modules via modulesync
33
46
34
47
##2014-05-14 - Release 1.1.0
35
-
36
48
###Summary
37
49
38
50
This release is primarily a bugfix release since 1.1.0-rc1.
@@ -47,7 +59,6 @@ This release is primarily a bugfix release since 1.1.0-rc1.
47
59
- Fix newlines
48
60
49
61
##2014-01-03 - Release 1.1.0-rc1
50
-
51
62
###Summary
52
63
53
64
This release of concat was 90% written by Joshua Hoblitt, and the module team
@@ -137,7 +148,6 @@ This is a supported release. No functional changes were made from 1.0.1.
137
148
138
149
139
150
##2014-02-12 - 1.0.1
140
-
141
151
###Summary
142
152
143
153
Minor bugfixes for sorting of fragments and ordering of resources.
@@ -150,7 +160,6 @@ fragments.
150
160
151
161
152
162
##2013-08-09 - 1.0.0
153
-
154
163
###Summary
155
164
156
165
Many new features and bugfixes in this release, and if you're a heavy concat
0 commit comments