1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [ 2.4.2] ( https://github.com/rodjek/puppet-lint/tree/2.4.2 ) (2019-10-31)
4
+
5
+ [ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.4.1...2.4.2 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - ` ERROR: Syntax error \(unterminated string\) ` with 2.4.1 [ \# 899] ( https://github.com/rodjek/puppet-lint/issues/899 )
10
+ - Double quoted string containing variable named "node" mis-tokenized [ \# 897] ( https://github.com/rodjek/puppet-lint/issues/897 )
11
+ - 2.4.1 says Syntax error, but code runs fine [ \# 891] ( https://github.com/rodjek/puppet-lint/issues/891 )
12
+ - Error with regex variable with multiple ` | ` s. [ \# 859] ( https://github.com/rodjek/puppet-lint/issues/859 )
13
+
14
+ ** Closed issues:**
15
+
16
+ - WARNING: double quoted string containing no variables [ \# 895] ( https://github.com/rodjek/puppet-lint/issues/895 )
17
+
18
+ ** Merged pull requests:**
19
+
20
+ - Fix regression in tokenization in double-quoted strings [ \# 898] ( https://github.com/rodjek/puppet-lint/pull/898 ) ([ seanmil] ( https://github.com/seanmil ) )
21
+ - Speed up calculation of resource indexes [ \# 893] ( https://github.com/rodjek/puppet-lint/pull/893 ) ([ usev6] ( https://github.com/usev6 ) )
22
+ - Search end of string before assuming escaped quote [ \# 892] ( https://github.com/rodjek/puppet-lint/pull/892 ) ([ usev6] ( https://github.com/usev6 ) )
23
+ - Allow parsing of regexes as rvalues [ \# 882] ( https://github.com/rodjek/puppet-lint/pull/882 ) ([ usev6] ( https://github.com/usev6 ) )
2
24
3
25
## [ 2.4.1] ( https://github.com/rodjek/puppet-lint/tree/2.4.1 ) (2019-10-09)
26
+
4
27
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.4.0...2.4.1 )
5
28
6
29
** Fixed bugs:**
15
38
- Fix non-indented heredoc parsing [ \# 888] ( https://github.com/rodjek/puppet-lint/pull/888 ) ([ rodjek] ( https://github.com/rodjek ) )
16
39
17
40
## [ 2.4.0] ( https://github.com/rodjek/puppet-lint/tree/2.4.0 ) (2019-10-08)
41
+
18
42
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.6...2.4.0 )
19
43
20
44
** Fixed bugs:**
68
92
- Recognizes multiline regexes [ \# 835] ( https://github.com/rodjek/puppet-lint/pull/835 ) ([ jcbollinger] ( https://github.com/jcbollinger ) )
69
93
70
94
## [ 2.3.6] ( https://github.com/rodjek/puppet-lint/tree/2.3.6 ) (2018-07-09)
95
+
71
96
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.5...2.3.6 )
72
97
73
98
** Fixed bugs:**
88
113
- Run all the checks before fixing problems [ \# 815] ( https://github.com/rodjek/puppet-lint/pull/815 ) ([ rodjek] ( https://github.com/rodjek ) )
89
114
90
115
## [ 2.3.5] ( https://github.com/rodjek/puppet-lint/tree/2.3.5 ) (2018-03-27)
116
+
91
117
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.4...2.3.5 )
92
118
93
119
** Fixed bugs:**
99
125
- Make PuppetLint::OptParser.build argument optional [ \# 813] ( https://github.com/rodjek/puppet-lint/pull/813 ) ([ rodjek] ( https://github.com/rodjek ) )
100
126
101
127
## [ 2.3.4] ( https://github.com/rodjek/puppet-lint/tree/2.3.4 ) (2018-03-26)
128
+
102
129
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.3...2.3.4 )
103
130
104
131
** Implemented enhancements:**
123
150
- Add support for passing backslash separated paths to puppet-lint [ \# 769] ( https://github.com/rodjek/puppet-lint/pull/769 ) ([ rodjek] ( https://github.com/rodjek ) )
124
151
125
152
## [ 2.3.3] ( https://github.com/rodjek/puppet-lint/tree/2.3.3 ) (2017-09-28)
153
+
126
154
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.2...2.3.3 )
127
155
128
156
** Closed issues:**
140
168
- Fix setup of default log\_ format in PuppetLink.configuration when it is empty. [ \# 757] ( https://github.com/rodjek/puppet-lint/pull/757 ) ([ zekefast] ( https://github.com/zekefast ) )
141
169
142
170
## [ 2.3.2] ( https://github.com/rodjek/puppet-lint/tree/2.3.2 ) (2017-09-27)
171
+
143
172
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.1...2.3.2 )
144
173
145
174
** Fixed bugs:**
146
175
147
176
- configuration, method_missing had faulty logic [ \# 754] ( https://github.com/rodjek/puppet-lint/issues/754 )
148
177
149
178
## [ 2.3.1] ( https://github.com/rodjek/puppet-lint/tree/2.3.1 ) (2017-09-27)
179
+
150
180
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.3.0...2.3.1 )
151
181
152
182
** Fixed bugs:**
201
231
- Plugins: Improve code readability [ \# 658] ( https://github.com/rodjek/puppet-lint/pull/658 ) ([ Darhazer] ( https://github.com/Darhazer ) )
202
232
203
233
## [ 2.3.0] ( https://github.com/rodjek/puppet-lint/tree/2.3.0 ) (2017-07-12)
234
+
204
235
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.2.1...2.3.0 )
205
236
206
237
** Closed issues:**
224
255
- One file per plugin. Fixes \# 657 [ \# 671] ( https://github.com/rodjek/puppet-lint/pull/671 ) ([ Darhazer] ( https://github.com/Darhazer ) )
225
256
226
257
## [ 2.2.1] ( https://github.com/rodjek/puppet-lint/tree/2.2.1 ) (2017-03-29)
258
+
227
259
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.2.0...2.2.1 )
228
260
229
261
** Closed issues:**
239
271
- level\_ tokens\[ 0\] can be nil if there is no params in the top level block [ \# 682] ( https://github.com/rodjek/puppet-lint/pull/682 ) ([ rodjek] ( https://github.com/rodjek ) )
240
272
241
273
## [ 2.2.0] ( https://github.com/rodjek/puppet-lint/tree/2.2.0 ) (2017-03-29)
274
+
242
275
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.1.1...2.2.0 )
243
276
244
277
** Closed issues:**
300
333
- Add LoadError to fix broken tests [ \# 631] ( https://github.com/rodjek/puppet-lint/pull/631 ) ([ davidmogar] ( https://github.com/davidmogar ) )
301
334
302
335
## [ 2.1.1] ( https://github.com/rodjek/puppet-lint/tree/2.1.1 ) (2017-02-15)
336
+
303
337
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.1.0...2.1.1 )
304
338
305
339
** Closed issues:**
321
355
- Do not test against Ruby 2.2 [ \# 613] ( https://github.com/rodjek/puppet-lint/pull/613 ) ([ ghoneycutt] ( https://github.com/ghoneycutt ) )
322
356
323
357
## [ 2.1.0] ( https://github.com/rodjek/puppet-lint/tree/2.1.0 ) (2016-12-30)
358
+
324
359
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.0.2...2.1.0 )
325
360
326
361
** Closed issues:**
378
413
- Adding support for logging to STDOUT as JSON [ \# 487] ( https://github.com/rodjek/puppet-lint/pull/487 ) ([ binford2k] ( https://github.com/binford2k ) )
379
414
380
415
## [ 2.0.2] ( https://github.com/rodjek/puppet-lint/tree/2.0.2 ) (2016-08-19)
416
+
381
417
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.0.1...2.0.2 )
382
418
383
419
** Closed issues:**
389
425
- Revert "Bugfix: properly handling $gronk-$grouik with --fix \( fix \# 442\) " [ \# 535] ( https://github.com/rodjek/puppet-lint/pull/535 ) ([ rnelson0] ( https://github.com/rnelson0 ) )
390
426
391
427
## [ 2.0.1] ( https://github.com/rodjek/puppet-lint/tree/2.0.1 ) (2016-08-18)
428
+
392
429
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2.0.0...2.0.1 )
393
430
394
431
** Closed issues:**
@@ -575,6 +612,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
575
612
- Alternative to \# 289: : error on either class names and defines [ \# 290] ( https://github.com/rodjek/puppet-lint/pull/290 ) ([ ppp0] ( https://github.com/ppp0 ) )
576
613
577
614
## [ 1.1.0] ( https://github.com/rodjek/puppet-lint/tree/1.1.0 ) (2014-09-23)
615
+
578
616
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/1.0.1...1.1.0 )
579
617
580
618
** Closed issues:**
@@ -605,6 +643,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
605
643
- Cache parsing state in Lexer rather than recalculating [ \# 317] ( https://github.com/rodjek/puppet-lint/pull/317 ) ([ rodjek] ( https://github.com/rodjek ) )
606
644
607
645
## [ 1.0.1] ( https://github.com/rodjek/puppet-lint/tree/1.0.1 ) (2014-08-20)
646
+
608
647
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/1.0.0...1.0.1 )
609
648
610
649
** Closed issues:**
@@ -623,6 +662,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
623
662
- \[ Fixes \# 291\] Ignore index braces for scope variables [ \# 303] ( https://github.com/rodjek/puppet-lint/pull/303 ) ([ dcarley] ( https://github.com/dcarley ) )
624
663
625
664
## [ 1.0.0] ( https://github.com/rodjek/puppet-lint/tree/1.0.0 ) (2014-08-18)
665
+
626
666
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.4.0.pre1...1.0.0 )
627
667
628
668
** Closed issues:**
@@ -737,6 +777,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
737
777
- Add check for puppet:/// URIs without modules/ [ \# 166] ( https://github.com/rodjek/puppet-lint/pull/166 ) ([ rodjek] ( https://github.com/rodjek ) )
738
778
739
779
## [ 0.4.0.pre1] ( https://github.com/rodjek/puppet-lint/tree/0.4.0.pre1 ) (2013-01-28)
780
+
740
781
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.3.2...0.4.0.pre1 )
741
782
742
783
** Closed issues:**
@@ -752,6 +793,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
752
793
- Update README.md [ \# 168] ( https://github.com/rodjek/puppet-lint/pull/168 ) ([ levilovelock] ( https://github.com/levilovelock ) )
753
794
754
795
## [ 0.3.2] ( https://github.com/rodjek/puppet-lint/tree/0.3.2 ) (2012-10-19)
796
+
755
797
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.3.1...0.3.2 )
756
798
757
799
** Closed issues:**
@@ -771,6 +813,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
771
813
- fixes \# 154 string monkeypatch failure [ \# 155] ( https://github.com/rodjek/puppet-lint/pull/155 ) ([ vStone] ( https://github.com/vStone ) )
772
814
773
815
## [ 0.3.1] ( https://github.com/rodjek/puppet-lint/tree/0.3.1 ) (2012-09-26)
816
+
774
817
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.3.0...0.3.1 )
775
818
776
819
** Closed issues:**
@@ -782,6 +825,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
782
825
- Fixes \# 150 class inherits from params class exception [ \# 151] ( https://github.com/rodjek/puppet-lint/pull/151 ) ([ vStone] ( https://github.com/vStone ) )
783
826
784
827
## [ 0.3.0] ( https://github.com/rodjek/puppet-lint/tree/0.3.0 ) (2012-09-25)
828
+
785
829
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.2.1...0.3.0 )
786
830
787
831
** Closed issues:**
@@ -803,6 +847,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
803
847
- use .puppet-lint.rc, as .puppet-lintrc is deprecated [ \# 143] ( https://github.com/rodjek/puppet-lint/pull/143 ) ([ ghoneycutt] ( https://github.com/ghoneycutt ) )
804
848
805
849
## [ 0.2.1] ( https://github.com/rodjek/puppet-lint/tree/0.2.1 ) (2012-08-27)
850
+
806
851
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.2.0...0.2.1 )
807
852
808
853
** Closed issues:**
@@ -811,6 +856,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
811
856
- False warning : parameterised class parameter without a default value [ \# 137] ( https://github.com/rodjek/puppet-lint/issues/137 )
812
857
813
858
## [ 0.2.0] ( https://github.com/rodjek/puppet-lint/tree/0.2.0 ) (2012-08-23)
859
+
814
860
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.2.0.pre1...0.2.0 )
815
861
816
862
** Closed issues:**
@@ -844,6 +890,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
844
890
- Multiline string should not be checked for double quotes [ \# 51] ( https://github.com/rodjek/puppet-lint/issues/51 )
845
891
846
892
## [ 0.2.0.pre1] ( https://github.com/rodjek/puppet-lint/tree/0.2.0.pre1 ) (2012-07-11)
893
+
847
894
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.13...0.2.0.pre1 )
848
895
849
896
** Closed issues:**
@@ -873,6 +920,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
873
920
- Fix bug introduced in \# 81 [ \# 98] ( https://github.com/rodjek/puppet-lint/pull/98 ) ([ deizel] ( https://github.com/deizel ) )
874
921
875
922
## [ 0.1.13] ( https://github.com/rodjek/puppet-lint/tree/0.1.13 ) (2012-03-26)
923
+
876
924
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.12...0.1.13 )
877
925
878
926
** Closed issues:**
@@ -893,6 +941,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
893
941
- Feature/symbolic filemodes \( cfr ticket \# 60\) [ \# 62] ( https://github.com/rodjek/puppet-lint/pull/62 ) ([ vStone] ( https://github.com/vStone ) )
894
942
895
943
## [ 0.1.12] ( https://github.com/rodjek/puppet-lint/tree/0.1.12 ) (2012-01-27)
944
+
896
945
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.11...0.1.12 )
897
946
898
947
** Closed issues:**
@@ -904,9 +953,11 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
904
953
- turn off particular tests? .puppet-lintrc? [ \# 34] ( https://github.com/rodjek/puppet-lint/issues/34 )
905
954
906
955
## [ 0.1.11] ( https://github.com/rodjek/puppet-lint/tree/0.1.11 ) (2012-01-11)
956
+
907
957
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.10...0.1.11 )
908
958
909
959
## [ 0.1.10] ( https://github.com/rodjek/puppet-lint/tree/0.1.10 ) (2012-01-11)
960
+
910
961
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.9...0.1.10 )
911
962
912
963
** Closed issues:**
@@ -920,13 +971,15 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
920
971
- Feature/unified problems [ \# 52] ( https://github.com/rodjek/puppet-lint/pull/52 ) ([ vStone] ( https://github.com/vStone ) )
921
972
922
973
## [ 0.1.9] ( https://github.com/rodjek/puppet-lint/tree/0.1.9 ) (2011-12-27)
974
+
923
975
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.8...0.1.9 )
924
976
925
977
** Merged pull requests:**
926
978
927
979
- Consolidated option checking logic [ \# 48] ( https://github.com/rodjek/puppet-lint/pull/48 ) ([ jamtur01] ( https://github.com/jamtur01 ) )
928
980
929
981
## [ 0.1.8] ( https://github.com/rodjek/puppet-lint/tree/0.1.8 ) (2011-12-27)
982
+
930
983
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.7...0.1.8 )
931
984
932
985
** Closed issues:**
@@ -947,6 +1000,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
947
1000
- Add filename as first test\(\) argument so plugins can use that too [ \# 39] ( https://github.com/rodjek/puppet-lint/pull/39 ) ([ vStone] ( https://github.com/vStone ) )
948
1001
949
1002
## [ 0.1.7] ( https://github.com/rodjek/puppet-lint/tree/0.1.7 ) (2011-10-18)
1003
+
950
1004
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.4...0.1.7 )
951
1005
952
1006
** Closed issues:**
@@ -958,6 +1012,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
958
1012
- "mode should be represented as a 4 digit octal value" when variable [ \# 28] ( https://github.com/rodjek/puppet-lint/issues/28 )
959
1013
960
1014
## [ 0.1.4] ( https://github.com/rodjek/puppet-lint/tree/0.1.4 ) (2011-09-09)
1015
+
961
1016
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.3...0.1.4 )
962
1017
963
1018
** Closed issues:**
@@ -966,9 +1021,11 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
966
1021
- False alignment positives [ \# 21] ( https://github.com/rodjek/puppet-lint/issues/21 )
967
1022
968
1023
## [ 0.1.3] ( https://github.com/rodjek/puppet-lint/tree/0.1.3 ) (2011-09-09)
1024
+
969
1025
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.2...0.1.3 )
970
1026
971
1027
## [ 0.1.2] ( https://github.com/rodjek/puppet-lint/tree/0.1.2 ) (2011-09-09)
1028
+
972
1029
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.1...0.1.2 )
973
1030
974
1031
** Closed issues:**
@@ -977,6 +1034,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
977
1034
- False positive in commented line [ \# 22] ( https://github.com/rodjek/puppet-lint/issues/22 )
978
1035
979
1036
## [ 0.1.1] ( https://github.com/rodjek/puppet-lint/tree/0.1.1 ) (2011-09-07)
1037
+
980
1038
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.1.0...0.1.1 )
981
1039
982
1040
** Closed issues:**
@@ -985,6 +1043,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
985
1043
- Not detecting comma and semicolon being mixed up [ \# 13] ( https://github.com/rodjek/puppet-lint/issues/13 )
986
1044
987
1045
## [ 0.1.0] ( https://github.com/rodjek/puppet-lint/tree/0.1.0 ) (2011-08-23)
1046
+
988
1047
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.7...0.1.0 )
989
1048
990
1049
** Closed issues:**
@@ -998,16 +1057,19 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
998
1057
- =\> alignment warnings in selectors is broken [ \# 11] ( https://github.com/rodjek/puppet-lint/issues/11 )
999
1058
1000
1059
## [ 0.0.7] ( https://github.com/rodjek/puppet-lint/tree/0.0.7 ) (2011-08-21)
1060
+
1001
1061
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.6...0.0.7 )
1002
1062
1003
1063
## [ 0.0.6] ( https://github.com/rodjek/puppet-lint/tree/0.0.6 ) (2011-08-19)
1064
+
1004
1065
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.5...0.0.6 )
1005
1066
1006
1067
** Closed issues:**
1007
1068
1008
1069
- Please add logic to the \> 80 chars check [ \# 12] ( https://github.com/rodjek/puppet-lint/issues/12 )
1009
1070
1010
1071
## [ 0.0.5] ( https://github.com/rodjek/puppet-lint/tree/0.0.5 ) (2011-08-19)
1072
+
1011
1073
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.4...0.0.5 )
1012
1074
1013
1075
** Closed issues:**
@@ -1017,6 +1079,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
1017
1079
- "single quoted string containing a variable" should check for nested quotes [ \# 7] ( https://github.com/rodjek/puppet-lint/issues/7 )
1018
1080
1019
1081
## [ 0.0.4] ( https://github.com/rodjek/puppet-lint/tree/0.0.4 ) (2011-08-18)
1082
+
1020
1083
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.3...0.0.4 )
1021
1084
1022
1085
** Closed issues:**
@@ -1026,6 +1089,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
1026
1089
- Nasty stacktrace when trying to run lint against a non existance file [ \# 4] ( https://github.com/rodjek/puppet-lint/issues/4 )
1027
1090
1028
1091
## [ 0.0.3] ( https://github.com/rodjek/puppet-lint/tree/0.0.3 ) (2011-08-17)
1092
+
1029
1093
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.2...0.0.3 )
1030
1094
1031
1095
** Closed issues:**
@@ -1034,6 +1098,7 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
1034
1098
- Empty variables break check\_ strings plugin [ \# 2] ( https://github.com/rodjek/puppet-lint/issues/2 )
1035
1099
1036
1100
## [ 0.0.2] ( https://github.com/rodjek/puppet-lint/tree/0.0.2 ) (2011-08-17)
1101
+
1037
1102
[ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/0.0.1...0.0.2 )
1038
1103
1039
1104
** Merged pull requests:**
@@ -1042,5 +1107,8 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
1042
1107
1043
1108
## [ 0.0.1] ( https://github.com/rodjek/puppet-lint/tree/0.0.1 ) (2011-08-15)
1044
1109
1110
+ [ Full Changelog] ( https://github.com/rodjek/puppet-lint/compare/2dd42b803a4dfc3a2398a509d26f285c9427ba41...0.0.1 )
1111
+
1112
+
1045
1113
1046
- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
1114
+ \* * This Changelog was automatically generated by [ github_changelog_generator] ( https://github.com/github-changelog-generator/github-changelog-generator ) *
0 commit comments