-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
30 lines (26 loc) · 1.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2018-06-11 Release 2.1.0
- Add systemd override functionality
2018-05-30 Release 2.0.0
- Remove stdlib dependency
- Remove support for puppet 3
- Add DataTypes to parameters
- Various deprecation fixes for tests
- Update test matrix to test puppet4/5 with correct ruby versions
2015-03-09 Release 1.0.0
- Add groups to the Gemfile
- Remove rspec-system-puppet in favor of the puppetlabs supported beaker
- Adds guard support as well as puppet blacksmith
- Adds boilerplate contrib files.
- Rakefile changes, most notably including puppet-syntax in test task
- Migrate from Modulefile to metadata.json
- metadata.json validation
- Updates to .gitignore
- travis-ci updates, adds future parser testing on 3.7, ruby 2.1 matrix tests
- Pin rspec-puppet to eletrical's fork until pr is merged
- Tell PuppetSyntax not to fail on deprecation notices
- Support future parse in tests
- Drop support for ruby 1.8.7
2014-06-18 Release 0.0.2
- Add support for puppet 3.6.x
2014-01-23 Release 0.0.1
- Initial release of puppet-cron module