CHANGELOG.md in puppet-check-1.2.0 vs CHANGELOG.md in puppet-check-1.2.1
- old
+ new
@@ -1,18 +1,18 @@
-### 1.4.0 (Roadmap)
-- minimum puppet version bump to 3.5 and future parser enabled by force for version < 4 (search code on 'future')
-
### 1.3.0 (Roadmap)
- minimum ruby version bump to 2.0.0 (switch vagrant to centos7, remove 1.9.3 from travis.yml, add 2.3.x to travis.yml, update readme, remove psych::syntaxerror from dataparser.yaml, and remove 1.9.3 test from rubyparser.template style spec)
+- minimum puppet version bump to 3.4
- rakefile interface with puppet-lint, rubocop, reek
- json and yaml output formats support (error_files becomes hash with file keys and array of issues; refactor output_results)
- rudimentary catalog compilation testing?
+- rspec puppet stubbing
+- infrataster and analogous docker task like thing ripienaar did?
+- add additional hiera checks
-### 1.2.1 (Roadmap)
-- move rspec_puppet support to separate class
-- improve rspec_puppet_git/forge/hg (check librarian puppet, git man, hg man, forge docs for ideas)
-- direct interface to rubocop and reek in rubyparser
-- add additional hiera checks,
+### 1.2.1
+- Code and output cleanup.
+- Add arguments support to external module download methods.
+- PuppetLint dependency version updated for 2.0 release.
### 1.2.0
- Support for external module dependencies with RSpecPuppet.
- Support for nested hash parsing in Hieradata checks.
- Support for `.puppet-lint.rc` config files in manually specified paths.