Skip to content

Commit

Permalink
Version bump v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 7, 2014
1 parent ab9a652 commit 7d96d85
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ omnibus Cookbook CHANGELOG
==========================
This file is used to list changes made in each version of the omnibus cookbook.

v2.0.0
------
## Improvement
- Add support for Mac OS X
- Update Rubocop
- Update to Berkshelf 3
- Reduce number of dependencies on community cookbooks
- Packaged custom ChefSpec matchers
- Added checksum verifications for installing remote packages
- Support multiple rubies with `ruby-install` and `chruby`
- Ensure a consistent version of bash everywhere by compiling from source
- Improved test suite and coverage
- Use a consistent version of git by compiling from source

## Breaking
- Dropped support for smartos
- Dropped support for solaris2

v1.2.4
------
## Improvement
Expand All @@ -13,7 +31,7 @@ v1.2.2
------
## Improvement
- Change default Ruby to 1.9.3-p484 (addresses [CVE-2013-4164])
- Refactor recipe to install Ruby on Windows. Main change is using
- Refactor recipe to install Ruby on Windows. Main change is using
`*.7zip` package instead of `*.msi`.
- Update .kitchen.yml for final 1.0 format.

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 'Prepares a machine to be an Omnibus builder.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.5'
version '2.0.0'

supports 'centos'
supports 'debian'
Expand Down

0 comments on commit 7d96d85

Please sign in to comment.