Skip to content

Commit

Permalink
Bump version to 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 30, 2014
1 parent 00fbd9e commit 49de1c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Attribute deprecations so you can be sure you can upgrade:
* container LWRP Fixnum port attribute: use full String notation from Docker documentation in port attribute instead
* container LWRP public_port attribute: use port attribute instead

## 0.32.2

* Bugfix: [#101][]: Explicitly install lxc on Ubuntu (when lxc is exec_driver; continue to fully support LXC as a default installation path since its been since Docker 0.1)
* Bugfix: [#103][]: Fix host argument (in docker run)

## 0.32.1

* Bugfix: [#98][]: Ensure Ruby 1.8 syntax is supported
Expand Down Expand Up @@ -391,5 +396,7 @@ Lots of community contributions this release -- thanks!
[#90]: https://github.com/bflad/chef-docker/issues/90
[#91]: https://github.com/bflad/chef-docker/issues/91
[#98]: https://github.com/bflad/chef-docker/issues/98
[#101]: https://github.com/bflad/chef-docker/issues/101
[#103]: https://github.com/bflad/chef-docker/issues/103
[@jcrobak]: https://github.com/jcrobak
[@wingrunr21]: https://github.com/wingrunr21
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 Docker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.32.1'
version '0.32.2'
recipe 'docker', 'Installs/Configures Docker'
recipe 'docker::aufs', 'Installs/Loads AUFS Linux module'
recipe 'docker::binary', 'Installs Docker binary'
Expand Down

0 comments on commit 49de1c0

Please sign in to comment.