Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 19, 2016
1 parent ae65638 commit 114d07e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file is used to list changes made in each version of the homebrew cookbook.

## 3.0.0 (2016-12-19)

- The homebrew package provider has been removed from this cookbook. It ships with Chef 12.0+. This cookbook now requires a minimum of Chef 12.1 or later.
- This cookbook no longer depends on build-essential as it wasn't using it directly
- Properly define the chefspec matchers
- Add chef_version metadata and remove OS X server which isn't an actual platform from ohai
- Don't grab homebrew_go script if homebrew is already installed.
- Add ability to disable sending analytics data via a new attribute
- Move testing to a test cookbook to make it easier to expand in the future. Also convert integration tests to InSpec from ServerSpec

## 2.1.2 (2016-09-07)

- Allow passing custom options to brew packages
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 'Install Homebrew and includes resources for working with taps and casks'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.1.2'
version '3.0.0'
recipe 'homebrew', 'Install Homebrew'
supports 'mac_os_x'

Expand Down

0 comments on commit 114d07e

Please sign in to comment.