Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dwyer <bdwyer@IEEE.org>
  • Loading branch information
bdwyertech committed Aug 7, 2018
1 parent 1b72df0 commit b4f7282
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

To contribute, fork, create a feature branch, update tests, and file a pull request outlining changes and reasoning.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b4f7282

Please sign in to comment.