Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 20, 2017
1 parent 4125e88 commit 2d5252f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# webpi Cookbook CHANGELOG
This file is used to list changes made in each version of the webpi cookbook.

## 4.1.0 (2017-03-20)

- Test with Local Delivery instead of Rake
- Require windows 2.0 or later

## 4.0.0 (2017-02-18)

- Use package vs. windows_package resource which increases the requirement to Chef 12.6+
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# webpi Cookbook

[![Build Status](https://travis-ci.org/chef-cookbooks/webpi.svg?branch=master)](http://travis-ci.org/chef-cookbooks/webpi) [![Cookbook Version](https://img.shields.io/cookbook/v/webpi.svg)](https://supermarket.chef.io/cookbooks/webpi)
[![Build status](https://ci.appveyor.com/api/projects/status/reuore13vgktbk6o/branch/master?svg=true)](https://ci.appveyor.com/project/ChefWindowsCookbooks/webpi/branch/master) [![Cookbook Version](https://img.shields.io/cookbook/v/webpi.svg)](https://supermarket.chef.io/cookbooks/webpi)

Microsoft Web Platform Installer (WebPI) automates the installation of Microsoft's entire Web Platform. This cookbook makes it easy to get WebpiCmdLine.exe the lightweight CLI version of WebPI onto a Windows node. It also exposes a resource for installing WebPI products idempotently.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures the Microsoft Web Platform Installer (WebPI)'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.0.0'
version '4.1.0'
supports 'windows'
depends 'windows', '>= 2.0'

Expand Down

0 comments on commit 2d5252f

Please sign in to comment.