- ChefSpec goodness
- @webframp [PR #28] Minor changes for minecraft 1.7.5
- @jtimberman [PR #27] Remove timestamps from templates
- Removed support for Mark2. See this commit for more information.
Breaking Changes There has been a lot of changes in this release, make sure you read everything carefully.
- Big rewrite of the Readme
- Split recipes up
- Properties are split into a seperate attribute file
- Added a minecraft group attribute
- Removed ipv6 attribute, it was never used
- new init_style attribute defaults to mark2. It can be set to runit to get the old behavior.
- java-options attribute to specify additional runtime options when using runit only
- New cookbook dependencies on python and sudo.
- Better test coverage
Features:
- @webframp [PR #17] Mark2 support. New recipe, attributes and template. Fixes #14
- @webframp [PR #16] Specify version via attributes and allow upgrading
Workaround:
- Work around #11 by adding a autorestart attribute, defaults to true.
Features:
- Changed the default settings to work with 1GB by default
- Integration tests with test-kitchen
Bugfixes:
- @benjaminws [PR #3] Refactor minecraft.properties template
- @benjaminws [PR #2] Fix template output
- Initial public release