From e86a26aa928bc20774e80b18ed0918059d244c39 Mon Sep 17 00:00:00 2001 From: Tim Sharpe Date: Thu, 28 Sep 2017 18:17:59 +1000 Subject: [PATCH] 2.3.3 release --- CHANGELOG.md | 17 +++++++++++++++++ lib/puppet-lint/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfc3b73..3fc8b33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [2.3.3](https://github.com/rodjek/puppet-lint/tree/2.3.3) (2017-09-28) +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.2...2.3.3) + +**Closed issues:** + +- 2.3.2 - Rakefile's ignore\_paths not respected [\#760](https://github.com/rodjek/puppet-lint/issues/760) +- 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) +- 2.3.1: puppet-lint does not show errors/warnings --error-level option. [\#756](https://github.com/rodjek/puppet-lint/issues/756) + +**Merged pull requests:** + +- Add some basic acceptance tests [\#764](https://github.com/rodjek/puppet-lint/pull/764) ([rodjek](https://github.com/rodjek)) +- Restore Ruby 1.8.7 support [\#763](https://github.com/rodjek/puppet-lint/pull/763) ([rodjek](https://github.com/rodjek)) +- 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)) +- Add spec for issue raised in \#754 \#756 [\#761](https://github.com/rodjek/puppet-lint/pull/761) ([rodjek](https://github.com/rodjek)) +- 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)) + ## [2.3.2](https://github.com/rodjek/puppet-lint/tree/2.3.2) (2017-09-27) [Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.1...2.3.2) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 089dfe67..0c004b7d 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '2.3.2'.freeze + VERSION = '2.3.3'.freeze end