|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.3.3](https://github.com/rodjek/puppet-lint/tree/2.3.3) (2017-09-28) |
| 4 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.2...2.3.3) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- 2.3.2 - Rakefile's ignore\_paths not respected [\#760](https://github.com/rodjek/puppet-lint/issues/760) |
| 9 | +- 2.3.1 - Puppet lint fails with 1.8.7-p371 and Puppet 3.8.0 [\#759](https://github.com/rodjek/puppet-lint/issues/759) |
| 10 | +- 2.3.1: puppet-lint does not show errors/warnings --error-level option. [\#756](https://github.com/rodjek/puppet-lint/issues/756) |
| 11 | + |
| 12 | +**Merged pull requests:** |
| 13 | + |
| 14 | +- Add some basic acceptance tests [\#764](https://github.com/rodjek/puppet-lint/pull/764) ([rodjek](https://github.com/rodjek)) |
| 15 | +- Restore Ruby 1.8.7 support [\#763](https://github.com/rodjek/puppet-lint/pull/763) ([rodjek](https://github.com/rodjek)) |
| 16 | +- Don't override ignore\_paths set in rake task with default value [\#762](https://github.com/rodjek/puppet-lint/pull/762) ([rodjek](https://github.com/rodjek)) |
| 17 | +- Add spec for issue raised in \#754 \#756 [\#761](https://github.com/rodjek/puppet-lint/pull/761) ([rodjek](https://github.com/rodjek)) |
| 18 | +- 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)) |
| 19 | + |
| 20 | +## [2.3.2](https://github.com/rodjek/puppet-lint/tree/2.3.2) (2017-09-27) |
| 21 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.1...2.3.2) |
| 22 | + |
| 23 | +**Fixed bugs:** |
| 24 | + |
| 25 | +- configuration, method_missing had faulty logic [\#754](https://github.com/rodjek/puppet-lint/issues/754) |
| 26 | + |
| 27 | +## [2.3.1](https://github.com/rodjek/puppet-lint/tree/2.3.1) (2017-09-27) |
| 28 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.0...2.3.1) |
| 29 | + |
| 30 | +**Fixed bugs:** |
| 31 | + |
| 32 | +- NoMethodError: undefined method `type' for nil:NilClass [\#732](https://github.com/rodjek/puppet-lint/issues/732) |
| 33 | +- NoMethodError: undefined method `end\_with?' for nil:NilClass [\#727](https://github.com/rodjek/puppet-lint/issues/727) |
| 34 | +- puppet-lint not applying some lint:ignore statements when there are more then 2 on the same line [\#726](https://github.com/rodjek/puppet-lint/issues/726) |
| 35 | +- optional paramter warning false positve when inheriting params [\#716](https://github.com/rodjek/puppet-lint/issues/716) |
| 36 | +- invalid byte sequence in UTF-8 in selmodule-example.pp [\#714](https://github.com/rodjek/puppet-lint/issues/714) |
| 37 | +- puppet-lint --fix encountered an error that it doesn't know how to handle [\#706](https://github.com/rodjek/puppet-lint/issues/706) |
| 38 | +- Mangled file after running puppet-lint due to chained function call [\#703](https://github.com/rodjek/puppet-lint/issues/703) |
| 39 | +- `incompatible encoding regexp match` for non-printing characters in place of space [\#693](https://github.com/rodjek/puppet-lint/issues/693) |
| 40 | +- Unhandled error case [\#691](https://github.com/rodjek/puppet-lint/issues/691) |
| 41 | + |
| 42 | +**Closed issues:** |
| 43 | + |
| 44 | +- puppet-lint has encountered an error that it doesn't know how to handle [\#750](https://github.com/rodjek/puppet-lint/issues/750) |
| 45 | +- Variable use like "a+1 = ${$a + 1}" isn't reported but silently changed by --fix to "a+1 = ${a} + 1" [\#749](https://github.com/rodjek/puppet-lint/issues/749) |
| 46 | +- using --fix changes line endings [\#748](https://github.com/rodjek/puppet-lint/issues/748) |
| 47 | +- Puppet lint syntax error - puppet parser validate no issues [\#746](https://github.com/rodjek/puppet-lint/issues/746) |
| 48 | +- Error not handled [\#745](https://github.com/rodjek/puppet-lint/issues/745) |
| 49 | +- Whoops, not sure why. ArgumentError: bad value for range [\#742](https://github.com/rodjek/puppet-lint/issues/742) |
| 50 | +- ArgumentError: bad value for range [\#741](https://github.com/rodjek/puppet-lint/issues/741) |
| 51 | +- Line numbers off after multi-line strings with variables [\#736](https://github.com/rodjek/puppet-lint/issues/736) |
| 52 | +- Whoops! It looks like puppet-lint has encountered an error [\#729](https://github.com/rodjek/puppet-lint/issues/729) |
| 53 | +- puppet lint config log\_format not working [\#725](https://github.com/rodjek/puppet-lint/issues/725) |
| 54 | +- Quoted booleans in Puppet5 for Enum type declarations. [\#720](https://github.com/rodjek/puppet-lint/issues/720) |
| 55 | +- Chaining arrow syntax fix introduces trailing whitespaces [\#695](https://github.com/rodjek/puppet-lint/issues/695) |
| 56 | +- Refactor check\_comments.rb [\#587](https://github.com/rodjek/puppet-lint/issues/587) |
| 57 | +- Puppethack 12/2016 Issues [\#583](https://github.com/rodjek/puppet-lint/issues/583) |
| 58 | +- Allow multiple block-level ignore comments [\#498](https://github.com/rodjek/puppet-lint/issues/498) |
| 59 | +- puppet-lint crashes with "invalid byte sequence in UTF-8 \(ArgumentError\)" [\#458](https://github.com/rodjek/puppet-lint/issues/458) |
| 60 | + |
| 61 | +**Merged pull requests:** |
| 62 | + |
| 63 | +- Render the ${} enclosures as part of the string tokens [\#752](https://github.com/rodjek/puppet-lint/pull/752) ([rodjek](https://github.com/rodjek)) |
| 64 | +- Open manifest as binary when writing fixed manifest [\#751](https://github.com/rodjek/puppet-lint/pull/751) ([rodjek](https://github.com/rodjek)) |
| 65 | +- Remove monkeypatches to implement String\#% [\#744](https://github.com/rodjek/puppet-lint/pull/744) ([rodjek](https://github.com/rodjek)) |
| 66 | +- Add unit tests for PuppetLint::Checks [\#743](https://github.com/rodjek/puppet-lint/pull/743) ([rodjek](https://github.com/rodjek)) |
| 67 | +- Update CI configuration [\#739](https://github.com/rodjek/puppet-lint/pull/739) ([rodjek](https://github.com/rodjek)) |
| 68 | +- Rubocop compliance [\#738](https://github.com/rodjek/puppet-lint/pull/738) ([rodjek](https://github.com/rodjek)) |
| 69 | +- Fix line numbers being off with multi-line strings containing variables [\#737](https://github.com/rodjek/puppet-lint/pull/737) ([cbowman0](https://github.com/cbowman0)) |
| 70 | +- Split control comments into words before parsing [\#735](https://github.com/rodjek/puppet-lint/pull/735) ([rodjek](https://github.com/rodjek)) |
| 71 | +- Handle unicode spaces in the tokeniser [\#734](https://github.com/rodjek/puppet-lint/pull/734) ([rodjek](https://github.com/rodjek)) |
| 72 | +- Handle SE Linux policy package files [\#733](https://github.com/rodjek/puppet-lint/pull/733) ([rodjek](https://github.com/rodjek)) |
| 73 | +- Take into account Optional data type when checking parameter order [\#731](https://github.com/rodjek/puppet-lint/pull/731) ([rodjek](https://github.com/rodjek)) |
| 74 | +- Read the manifest files as UTF-8 [\#730](https://github.com/rodjek/puppet-lint/pull/730) ([rodjek](https://github.com/rodjek)) |
| 75 | +- Improve handling of unterminated double quoted strings [\#728](https://github.com/rodjek/puppet-lint/pull/728) ([rodjek](https://github.com/rodjek)) |
| 76 | +- Chaining arrow syntax fix introduces trailing whitespaces [\#708](https://github.com/rodjek/puppet-lint/pull/708) ([rnelson0](https://github.com/rnelson0)) |
| 77 | +- Add helper methods to add and remove tokens while maintaining the token links [\#694](https://github.com/rodjek/puppet-lint/pull/694) ([Darhazer](https://github.com/Darhazer)) |
| 78 | +- Code style improvements [\#661](https://github.com/rodjek/puppet-lint/pull/661) ([Darhazer](https://github.com/Darhazer)) |
| 79 | +- Plugins: Improve code readability [\#658](https://github.com/rodjek/puppet-lint/pull/658) ([Darhazer](https://github.com/Darhazer)) |
| 80 | + |
3 | 81 | ## [2.3.0](https://github.com/rodjek/puppet-lint/tree/2.3.0) (2017-07-12) |
4 | 82 | [Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.2.1...2.3.0) |
5 | 83 |
|
@@ -843,4 +921,4 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp |
843 | 921 | ## [0.0.1](https://github.com/rodjek/puppet-lint/tree/0.0.1) (2011-08-15) |
844 | 922 |
|
845 | 923 |
|
846 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 924 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments