diff --git a/CHANGELOG.md b/CHANGELOG.md index b09dc8e..9451c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ WildFly Cookbook CHANGELOG ========================== -# 2.0.0 (2018-7-6) +# 2.0.1 (2018-8-7) +* Cleanup deprecated attributes and update resources +* Update documentation + +# 2.0.0 (2018-8-6) * WildFly 13.0.0 * Remove Java cookbook dependency -- Bring your own Java * Remove unnecessary `apt` & `yum` dependencies diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..159839c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +To contribute, fork, create a feature branch, update tests, and file a pull request outlining changes and reasoning. diff --git a/LICENSE b/LICENSE index c94f6ab..864c35d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2014 Brian Dwyer - Intelligent Digital Services +Copyright (C) 2018 Brian Dwyer - Intelligent Digital Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000..e746311 --- /dev/null +++ b/TESTING.md @@ -0,0 +1,6 @@ +# Testing +This project adheres fairly closely to the [community testing guidelines.](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD) + +`Kitchen-Dokken` is leveraged for multi-platform development and testing. + +Ensure Inspec tests are updated and appropriate after adding or changing functionality. diff --git a/metadata.rb b/metadata.rb index 6f49f95..a24528b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ license 'Apache-2.0' description 'Installs/Configures wildfly' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.0.0' +version '2.0.1' chef_version '>= 12.19' if respond_to?(:chef_version) supports 'centos'