Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 872 Bytes

HISTORY.md

File metadata and controls

34 lines (27 loc) · 872 Bytes

3.0.0

  • Drop Puppet 3 support
  • Use Puppet 4 data types
  • Use Hiera data provider
  • Support Debian 9
  • Allow overriding the git binary from the main class

2.0.0

  • Drop Ruby 1.8.7 support

1.6.0

  • Add group, mode parameters for repo directory permissions
  • Add args parameter for arbitrary git arguments
  • Ensure repo directory is present before running git
  • Support bare cloning with git::repo::bare set
  • Support Puppet 3.0 minimum
  • Support Fedora 21, remove Debian 6 (Squeeze), add Debian 8 and Ubuntu 16.04

1.5.0

  • Add FreeBSD support
  • Support Puppet 4 and future parser

1.4.1

  • Add minimal tests, increased linting
  • Fixes to metadata quality

1.4.0

  • Parameterize 'git' class, add package_ensure parameter

1.3.2

  • Run git from a temporary working directory to avoid cwd errors

1.3.1

  • Always default to 'git' package, fix related bugs