diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac8e6a..d75654b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ powershell Cookbook CHANGELOG ============================= This file is used to list changes made in each version of the powershell cookbook. +v3.3.0 (2016-05-17) +------------------- +- [PR #86](https://github.com/chef-cookbooks/pull/86) - wmf5 release +- [PR #83](https://github.com/chef-cookbooks/pull/83) - Add supported exit code for PowerShell 5 install +- Updated the Maintainers doc/toml + v3.2.3 (2015-12-24) ------------------- - [**smurawski**](https://github.com/smurawski) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 483e8fe..0b4cd8d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,8 +2,8 @@ # Maintainers This file lists how this cookbook project is maintained. When making changes to the system, this -file tells you who needs to review your patch - you need a simple majority of maintainers -for the relevant subsystems to provide a :+1: on your pull request. Additionally, you need +file tells you who needs to review your patch - you need a review from an existing maintainer +for the cookbook to provide a :+1: on your pull request. Additionally, you need to not receive a veto from a Lieutenant or the Project Lead. Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) @@ -13,7 +13,6 @@ for details on the process and how to become a maintainer or the project lead. * [Adam Edwards](https://github.com/adamedx) # Maintainers -* [Adam Edwards](https://github.com/adamedx) * [Kartik Null Cating-Subramanian](https://github.com/ksubrama) * [Steven Murawski](https://github.com/smurawski) * [Matt Wrock](https://github.com/mwrock) diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 6a7d4aa..7eafe1f 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -6,8 +6,8 @@ title = "Maintainers" text = """ This file lists how this cookbook project is maintained. When making changes to the system, this -file tells you who needs to review your patch - you need a simple majority of maintainers -for the relevant subsystems to provide a :+1: on your pull request. Additionally, you need +file tells you who needs to review your patch - you need a review from an existing maintainer +for the cookbook to provide a :+1: on your pull request. Additionally, you need to not receive a veto from a Lieutenant or the Project Lead. Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) @@ -22,7 +22,6 @@ for details on the process and how to become a maintainer or the project lead. lieutenant = 'adamedx' maintainers = [ - 'adamedx', 'ksubrama', 'smurawski', 'mwrock', diff --git a/metadata.rb b/metadata.rb index 75c7ab1..b004a76 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures PowerShell on the Windows platform' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.2.3' +version '3.3.0' recipe 'powershell::default', 'Makes sure RubyZip is installed (for powershell_module)' recipe 'powershell::powershell2', 'Installs PowerShell 2.0'