Skip to content

Commit

Permalink
Merge pull request #108 from derekgroh/hotfix/windows_depends
Browse files Browse the repository at this point in the history
Hotfix/windows depends
  • Loading branch information
derekgroh authored Mar 16, 2017
2 parents 311c7e1 + 1faf3a9 commit 6abe65f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Platform
* Windows workstations (join and unjoin)
* Windows Server 2008 R2 Family
* Windows Server 2012 Family
* Windows Server 2016 Family

Cookbooks
---------
Expand Down
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name 'windows_ad'
maintainer 'Texas A&M'
maintainer_email '[email protected]'
maintainer_email '[email protected]'
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'

0 comments on commit 6abe65f

Please sign in to comment.