forked from chartbeat-labs/puppet-mdadm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
32 lines (27 loc) · 1.05 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
31
32
2016-06-06 Release 1.1.0
- Set rspec-puppet dependency from fork back to upstream
- Add raid10 support
2015-05-28 Release 1.0.1
- Improve metadata.json to specify supported distro
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
- Update unit tests to new rspec-expectations expect/to syntax
- Drop support for ruby 1.8.7
2014-06-18 Release 0.0.3
- Add support for puppet 3.6.x
2014-01-29 Release 0.0.2
- Add functionality to set metadata
- Add functionality to update initrd
2014-01-27 Release 0.0.1
- Initial commit