v2.4.2 (2019-02-08)
- Search manifests in manifests directory
- Allow .yml as an extension for YAML files.
- Ensure the pkg directory is always excluded
- Check consistency of ENC blobs in eyaml data
v2.4.1 (2017-06-29)
- Fix to ensure namespace scope is inherited.
- Cleanly exits when syntax warnings/errors are found instead of failing.
v2.4.0 (2017-03-14)
- Add check_hiera_keys flag for deep checking of Hiera key name correctness. Thanks @petems.
- Fix Puppet version comparisons for compatibility with Puppet 4.10.
- Fix app_management setting compatibility with Puppet 5.
- Refactor PUPPETVERSION usage to Puppet.version public API.
v2.3.0 (2017-02-01)
- Add app_management flag for Puppet application orchestration support. Thanks @ipcrm.
- Check all *yaml file extensions, including eyaml. thanks @kjetilho, @rjw1.
- Only test ERB syntax in files with an *.erb extension. Thanks @alexiri.
- Extend README to list specific files and checks implemented. Thanks @petems.
- Refactor Rake filelist generation, add tests. Thanks @kjetilho, @rjw1.
v2.2.0 (2016-12-02)
- Replace Puppet.initialize_settings with Puppet::Test::TestHelper. Thanks @domcleal #60 This clears out caches on every test so increases runtime.
v2.1.1 (2016-10-21)
- Use
$stderr.puts
rather thanwarn
andinfo
(thanks @mmckinst) - Allow latest 3.x to validate EPP files (thanks @DavidS)
v2.1.0 (2016-01-18)
- Support Puppet 4. Many thanks to @DavidS
- Support validation of EPP templates. Thanks to @trlinkin
- Test improvements and refactoring, including Travis CI tests against Puppet 4. Thanks to @trlinkin
- Don't error when a tag metaparameter is present. Thank you @dhardy92
- Report the filename of invalid hiera data files. Thanks @danzilio
v2.0.0 (2015-02-26)
- Removed support for Puppet version 2.7.x
- New option, fail_on_deprecation_notices, which defaults to true (compatible with previous behaviour); thanks @pcfens
- PuppetSyntax::Manifests#check now has two return arguments
v1.4.1 (2015-01-08)
- Support appending to config arrays, thanks @domcleal
v1.4.0 (2014-12-18)
- Rspec 3 is now supported, thanks @tuxmea
- Build error fixed where gem_publisher was used prematurely
- Lazy load Puppet only when it's required, thanks @logicminds
v1.3.0 (2014-08-07)
- Add the ability to pass hieradata_paths array of globs to check
- Check hieradata in modules ('/data//*.yaml') by default
v1.2.3 (2014-08-06)
- Fix puppetlabs_spec_helper warning on Ruby 1.8
v1.2.2 (2014-07-31)
- Check and document conflicts with puppetlabs_spec_helper <= 0.7.0
- Remove dependency on Puppet from Gemspec (for Puppet Entreprise users).
- Optional support for Puppet's future parser.
- Ignore exit(1) from Puppet 3.4
- Don't use hardcoded version of parser face.
- Syntax checks for Hiera YAML files.
- Improved documentation.
- Refactor code to make it easier to test.
- Implement spec tests for syntax checks.
- Pending spec tests for FileList matching.
- Matrix tests for other Ruby/Puppet versions.
- Improve usage example in README.
- Fix
$confdir
error for Puppet 3.x
- List rake as a dependency.
- Output names of tasks to STDERR.
- Match template paths correctly.
- Add pending spec tests, not yet working.
- Fix namespacing of rake tasks.
- Initial release