Skip to content

Commit

Permalink
updated maintainers doc, version bump, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
smurawski committed May 17, 2016
1 parent 4a02006 commit da7c299
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions MAINTAINERS.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit da7c299

Please sign in to comment.