Skip to content

Commit

Permalink
Release v0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Jun 1, 2012
1 parent f41c5bf commit afa891b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,34 @@
## 0.8.1 (unreleased)
## 0.8.3 (unreleased)


## 0.8.2 (May 31, 2012)

### Bug fixes

* Fix nginx/passenger module compilation. ([@brodock][], [@sutto][])

### New features

* By default, cookbook now finds most current version of passenger gem. ([@fnichol][])
* By default, rvm\_ruby is now "#{node['rvm']['default_ruby']}/@passenger". ([@fnichol][])
* Add support for CentOS 5/6. ([@daveespo][])

### Improvements

* Various recipe code refactorings. ([@fnichol][])
* Add Travis CI support for foodcritic. ([@fnichol][])
* Makes recipe compatible with apache2 cookbook's new pattern. ([@daveespo][])
* Update README formatting. ([@fnichol][])
* Add installation instructions to README. ([@fnichol][])
* README typo fix (thank you spelling bot). ([@holdensmagicalunicorn][])


## 0.8.0 (August 16, 2011)

The initial release.

[@brodock]: https://github.com/brodock
[@daveespo]: https://github.com/daveespo
[@holdensmagicalunicorn]: https://github.com/holdensmagicalunicorn
[@fnichol]: https://github.com/fnichol
[@sutto]: https://github.com/sutto
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,7 +57,7 @@ To reference the Git version:

cat >> Cheffile <<END_OF_CHEFFILE
cookbook 'rvm_passenger',
:git => 'https://github.com/fnichol/chef-rvm_passenger', :ref => 'v0.8.0'
:git => 'https://github.com/fnichol/chef-rvm_passenger', :ref => 'v0.8.2'
END_OF_CHEFFILE
librarian-chef install

Expand All @@ -69,15 +69,15 @@ plugin:

gem install knife-github-cookbooks
cd chef-repo
knife cookbook github install fnichol/chef-rvm_passenger/v0.8.0
knife cookbook github install fnichol/chef-rvm_passenger/v0.8.2

### <a name="installation-tarball"></a> As a Tarball

If the cookbook needs to downloaded temporarily just to be uploaded to a Chef
Server or Opscode Hosted Chef, then a tarball installation might fit the bill:

cd chef-repo/cookbooks
curl -Ls https://github.com/fnichol/chef-rvm_passenger/tarball/v0.8.0 | tar xfz - && \
curl -Ls https://github.com/fnichol/chef-rvm_passenger/tarball/v0.8.2 | tar xfz - && \
mv fnichol-chef-rvm_passenger-* rvm_passenger

### <a name="installation-gitsubmodule"></a> As a Git Submodule
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures Passenger under RVM with Apache or nginx"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.8.1"
version "0.8.2"

recipe "rvm_passenger", "Installs Passenger gem with RVM"
recipe "rvm_passenger::apache2", "Enables Apache module configuration for passenger under RVM"
Expand Down

0 comments on commit afa891b

Please sign in to comment.