Skip to content

Releases: chriskuehl/puppet-pre-commit-hooks

v2.2.0: Merge pull request #13 from pauloconnor/Allow_non_root_Puppetfiles

15 Apr 18:14
8106e1d
Compare
Choose a tag to compare

v2.0.2

28 Dec 15:50
Compare
Choose a tag to compare
  • Make compatible with latest version of gem (#10), thanks @asottile!

v2.0.1

04 Jul 23:16
Compare
Choose a tag to compare
  • Move hooks.yaml to .pre-commit-hooks.yaml.

v2.0

12 Jan 04:53
Compare
Choose a tag to compare

The main difference from v1.0 is that Puppet is no longer pinned to 3.x. By default, this means you'll get the latest version of Puppet.

If you're still using Puppet 3.x, you can continue using 3.x in the hooks, but you'll need to add:

additional_dependencies: ['puppet:<4']

to each of the hooks (see the README for more details).

You'll probably also want to remove --parser=future if you stick with 4.x, since this is the only parser in 4.x.

1.0: Initial Release

12 Jan 00:27
Compare
Choose a tag to compare
v1.0

README: add epp-validate to bulleted list