diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b72c1b1..567afaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG for windows_ad +## 0.5.5 + +* Hotfix for locking the version of the windows cookbook as it has recently been rewritten. A refactor is required to use the latest version. + ## 0.5.4 * Issue 100 - https://github.com/TAMUArch/cookbook.windows_ad/issues/100 initial support for Windows 2016. diff --git a/README.md b/README.md index 031ca4ab..f84459d4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Platform * Windows workstations (join and unjoin) * Windows Server 2008 R2 Family * Windows Server 2012 Family +* Windows Server 2016 Family Cookbooks --------- diff --git a/metadata.rb b/metadata.rb index 6137d545..7ed8735d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,11 +1,11 @@ name 'windows_ad' maintainer 'Texas A&M' -maintainer_email 'dgroh@arch.tamu.edu' +maintainer_email 'derekgroh@github.com' license 'MIT' description 'Installs/Configures windows active directory' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.5.4' +version '0.5.5' issues_url 'https://github.com/TAMUArch/cookbook.windows_ad/issues' source_url 'https://github.com/TAMUArch/cookbook.windows_ad' supports 'windows', '>= 6.1' -depends 'windows' +depends 'windows', '~> 2.1.1'